Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.19 KB

File metadata and controls

22 lines (19 loc) · 1.19 KB

Technical support for implementation

RUST Libraries

  • rmcp for RUST MCP SDK
  • serde for serialization and deserialization, JSON formats
  • tonic for RUST implementation of gRPC
  • tokio for asynchronous programming
  • SocketCAN for CANBus interfacing
  • rumqttc for MQTT
  • Custom SOME/IP libraries (still exploring as not yet found official/popular one)
  • D-Bus Bindings for RUST

C++ Libraries

  • vsomeip
  • gRPC C++ APIs
  • SocketCAN APIs (BSD Socket API) supported by Linux Kernel
  • Paho library for MQTT

Host side tools - for testing/quick prototyping/inspection