Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 565 Bytes

File metadata and controls

18 lines (12 loc) · 565 Bytes

Horn Client

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.