its-client

Crates.ioits-client
lib.rsits-client
version1.5.0
sourcesrc
created_at2021-07-13 16:19:27.598027
updated_at2023-08-08 12:24:40.755195
descriptionbinary to connect on an ITS MQTT server
homepagehttps://github.com/Orange-OpenSource/its-client
repositoryhttps://github.com/Orange-OpenSource/its-client.git
max_upload_size
id422329
size57,798
Nicolas Buffon (nbuffon)

documentation

https://docs.rs/its-client

README

Rust its-client

License: MIT Build Status crates.io

The Intelligent Transportation Systems (ITS) MQTT Rust client based on the JSon ETSI specification transcription.

This package provides a Rust binary example to connect on the ITS platform using the libits-copycat example.

Docker action

This action launches the ITS client providing the log output directory.

Inputs

log_output

Required The log directory. Default "/usr/src/app/log".

Outputs

return_code

The return code of the client.

Example usage

uses: actions/its-client@v1 with: log_output: '/var/log'

Commit count: 406

cargo fmt