The Horn Client
package implements a Client for the Horn service over Eclipse uProtocol from the COVESA uServices. This implementation relies on Eclipse Zenoh for the transport layer of the Eclipse uProtocol communication.
The client supports several configuration options that can be provided on the command line or via environment variables.
Please use the --help
switch to get all relevant information:
cargo run -- --help
To start the client using the default configuration, execute:
cargo run
in this directory.