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!
Information struct is now a Message enumeration variant
Information no longer manages the region of responsibility
Configuration has been split into Configuration and NodeConfiguration
NodeConfiguration is an optional part of Configuration which holds server instance information
Fixed warnings in documentation (closes #106)
Note: exchange.rs contains commented code that will be either deleted or updated in further commits/PR
How to test
Nothing much to do other than checking that build, tests and benches runs correctly
In addition from previous PR also build the documentation to check it correctly does with no warnings
New features
client
moduleConfiguration
andNodeConfiguration
Configuration
which holds server instance informationNote:
exchange.rs
contains commented code that will be either deleted or updated in further commits/PRHow to test
Nothing much to do other than checking that build, tests and benches runs correctly In addition from previous PR also build the documentation to check it correctly does with no warnings
cargo clean
cargo build
cargo test
cargo bench
cargo doc --no-deps --open