This Intelligent Transportation Systems (ITS) MQTT client based on the JSon ETSI specification transcription provides a ready to connect project for the mobility (connected and autonomous vehicles, road side units, vulnerable road users,...). Let's connect your device or application to our Intelligent Transport Systems (ITS) platform!
GIVEN I decided to create a new ITS message among CAM, DENM, CPM, information or status
WHEN I use the provided JSON schema file as specification to build the message
THEN I will be able to validate the format
[ ] ETSI ITS messages
[ ] CAM
[ ] CPM
[ ] DENM
[ ] Orange ITS messages
[ ] Information
[ ] Status
[ ] remove the bad ls contract
[ ] validate the contracts into the GitHub workflow
[ ] standardize the header for all the messages (review cross the files)
[ ] align the version for the first packaging (2.0.0)
ls script is actually used in the validation workflow to list all the schemas that has to be validated
In the same workflow the validate script uses the output of ls one to validate each yielded script
GIVEN I decided to create a new ITS message among CAM, DENM, CPM, information or status WHEN I use the provided JSON schema file as specification to build the message THEN I will be able to validate the format
remove the bad ls contract