Challenge see https://github.com/Eclipse-SDV-Hackathon-BCX/hackchallenge-hack-the-truck
graph LR
E[Playback] -->|eCal| B
A[Simulator] -->|eCal| B(Converter/Bridge)
B --> |MQTT|C{Middleware}
C -->|REST| D[UI]
C -->|Websocket| D[UI]
C -->|business logic| C
Publish additional/simulated data as ecal needed for interpretation
Telemetry:
- GPS coordinates (lat, long)
- Speed
- Accelerator / Gas pedal
- Brake pedal
Output:
- eCal data
Subscribes to eCal topic, forwards via MQTT broker
Subscribes to MQTT broker, gives access to data for highway stop status
Display data for highway stops