V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment.
Apache License 2.0
123
stars
69
forks
source link
v2x hub Integration: Implement telematic plugin to subscribe to all TMX messages from V2xHub #565
PR Details
Description
In order to publish data from V2xHub to cloud a telematics bridge is needed. This story is the implementation story for the telematic module to collect J2735 data from V2xHub. The design refers to https://usdot-carma.atlassian.net/wiki/spaces/WFD2/pages/2640379977/V2xHub+WFD+Bridge+Design
Connect to V2xHub
Subscribe all TMX messages from V2xhub.
If there are J2735 message payloads in the TMX messages, decode the J2735 into human readable message.
Convert TMX messages into messages in JSON format.
Related Issue
591
WFD-392
Motivation and Context
CDA telematic
How Has This Been Tested?
Unit test Integration test
Types of changes
Checklist: