Crates.io | its-client |
lib.rs | its-client |
version | 1.5.0 |
source | src |
created_at | 2021-07-13 16:19:27.598027 |
updated_at | 2023-08-08 12:24:40.755195 |
description | binary to connect on an ITS MQTT server |
homepage | https://github.com/Orange-OpenSource/its-client |
repository | https://github.com/Orange-OpenSource/its-client.git |
max_upload_size | |
id | 422329 |
size | 57,798 |
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.
This action launches the ITS client providing the log output directory.
log_output
Required The log directory. Default "/usr/src/app/log"
.
return_code
The return code of the client.
uses: actions/its-client@v1 with: log_output: '/var/log'