sdv-flow is a vehicle-end product that integrates data collection, analysis and processing, and rule enforcement, and empowers data-driven businesses such as vehicle R&D and operation.
Reporting of status and indicator information
Through the connection of EMQX, vehicle status and metrics information can be reported to the cloud.
Data Acquisition and Processing Forwarding
Support high-performance and high-precision CAN data access capability, support the vehicle's full amount of raw 3000+ signals, 1Hz-100Hz precision access collection.
Log file upload
Upload the corresponding log file to the cloud after receiving the command from the cloud.
docker pull emqx/sdv-flow:latest
Start the latest version of sdv-flow.
docker run -d --name sdv-flow emqx/sdv-flow:latest
If you want to configure more options, you can mount the file into sdv-flow container, like this:
docker run -d --name sdv-flow10 -v $PWD/log:/opt/sdv-flow/log -v $PWD/sdv-flow.yaml:/opt/sdv-flow/etc/sdv-flow.yaml -v $PWD/nanomq.conf:/opt/sdv-flow/software/nanomq/nanomq.conf emqx/sdv-flow:$tag
Content type
Image
Digest
sha256:7a2adbc19…
Size
50.1 MB
Last updated
over 1 year ago
docker pull emqx/sdv-flow