Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 892 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 892 Bytes

ECU statistics

Capture and generate statistics from vehicle electronic control units (ECUs).

Captures events from the CAN bus using SocketCAN.

Journals events to disk with sled.

crate: ECU Stats (ecustats)

Accumulate and watch ECU data.

tool: ECU Flight Recorder (ecufr)

A flight recorder for ECU data.

  • Record - journal events from can to disk
  • Play - play events from disk to can
  • Dump - dump event description to stdout
  • Count - count events and pgns

Standards

  • J1939 via CAN bus

About the J1939 DBC file

Bring your own, it is not provided.

Cross compile

rustup target add armv7-unknown-linux-gnueabihf
sudo apt install gcc-arm-linux-gnueabihf

Reference

License

GPL v3