Skip to content

Latest commit

 

History

History
 
 

fms-consumer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The FMS Consumer receives vehicle data either via Hono's north bound Kafka based Telemetry API or Zenoh and writes it to the Influx DB.

Building

Building the consumer requires a Rust development toolchain.

Running

The FMS Consumer receives vehicle data either via Hono's north bound Kafka based Telemetry API or Zenoh and writes it to the Influx DB. The type of source can be selected by means of command line arguments when starting the consumer.

Please refer to the command line help for details:

fms-consumer --help

Receive data from Hono's north bound Kafka based Telemetry API

The consumer can receive data from Hono's north bound Kafka based Telemetry API

Please refer to the command line help for details:

fms-consumer hono --help

Receive data from Zenoh

The consumer can receive data from the Zenoh router of an Eclipse Zenoh instance. For this to work, the consumer needs to be configured with the Zenoh router end points.

Please refer to the command line help for details:

fms-consumer zenoh --help