its-client

Crates.ioits-client
lib.rsits-client
version1.3.1
created_at2021-07-13 16:19:27.598027+00
updated_at2025-03-06 15:19:25.640577+00
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
size46,398
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: 1155

cargo fmt