Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.68 KB

File metadata and controls

42 lines (31 loc) · 1.68 KB

applyTo: "src/**"

Architecture & Key Patterns

Project Overview

The S-CORE SOME/IP Gateway bridges the SCORE middleware with SOME/IP communication stacks. It's divided into two architectural components with an IPC isolation boundary:

  • gatewayd: Network-independent gateway logic (C++)
  • someipd: SOME/IP stack binding (C++)

The gateway also includes Rust examples and comprehensive Python integration tests.

Core Components

Design Patterns