In this thesis, the conception and implementation of a safety-critical gateway between the potentially conflicting communication systems FlexRay and CAN were examined in the context of the AUTOSAR architecture. Due to non-disclosure agreements with Bertrandt AG, the detailed results and source code cannot be published, but the following summary enables an insight into the technical challenges and solutions.

Project Context and Objective

The increasing networking of modern vehicles requires powerful gateways that transmit data loss-free and in real-time between different bus systems. The goal of this work was to develop a gateway that not only bridges the gap between the time-triggered FlexRay and the event-based CAN but also considers modern security aspects.

Technical Challenges

Developed Solutions

  1. Conception of a Hybrid Scheduling Method: To optimize timing behavior during the transition from FlexRay to CAN, a buffer management was developed that minimizes jitter.
  2. Security Architecture: Establishing a “Chain of Trust” by verifying signed messages directly in the gateway stack to prevent replay attacks and man-in-the-middle attacks.
  3. Performance Analysis: Execution of extensive load tests with residual bus simulations to prove the robustness of the gateway at maximum bus load.

The work was created during my time as a working student and master’s student at Bertrandt AG and laid the foundation for my deeper understanding of automotive networks and security architectures.

Note: The complete documentation of the master thesis is classified as confidential and is not available for public download.