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 the consumer requires a Rust development toolchain.
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
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
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