its-client 0.3.0

binary to connect on an ITS MQTT server
its-client-0.3.0 is not a library.

Rust its-client

Build Status crates.io

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

Hello world 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'