Skip to content

hicktech/ecu-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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