Skip to content

provide insights into parking situations for trucks along highways

License

Notifications You must be signed in to change notification settings

Eclipse-SDV-Hackathon-BCX/team05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team05

Challenge see https://github.com/Eclipse-SDV-Hackathon-BCX/hackchallenge-hack-the-truck

Goal: provide insights into parking situations for trucks along highways

Architecture

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
Loading

Components

Simulator (sim)

Publish additional/simulated data as ecal needed for interpretation

Telemetry:

  • GPS coordinates (lat, long)
  • Speed
  • Accelerator / Gas pedal
  • Brake pedal

Output:

  • eCal data

Converter (conv)

Subscribes to eCal topic, forwards via MQTT broker

Middleware (mw)

Subscribes to MQTT broker, gives access to data for highway stop status

UI (ui)

Display data for highway stops

About

provide insights into parking situations for trucks along highways

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •