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!
client mode to hold both server side and embedded applications and provide high level functions
application mod to provide server side application structures and functions
Analyzer trait to implement server side consumer/producer application
pipeline mode to run multithreaded analyzer
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
mode to hold both server side and embedded applications and provide high level functionsapplication
mod to provide server side application structures and functionsAnalyzer
trait to implement server side consumer/producer applicationpipeline
mode to run multithreaded analyzerHow 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