Basic Tools
Unleash the power of can-utils suite, diagnose your car using Freediag and transfer CAN frames between two machines using Cannelloni.
Commands are updated when configuring settings. You can long press on orange buttons to edit commands as well.
Tools : Provided tools
- can-utils : SocketCAN userspace utilities and tools.
- cangen : CAN frames generator for testing purposes.
- cansniffer : Volatile CAN content visualizer.
- candump : Dump CAN bus traffic.
- cansend : Send CAN-frames via CAN_RAW sockets.
- canplayer : Replay a compact CAN frame logfile to CAN devices.
- asc2log : Convert ASC logfile to compact CAN frame logfile.
- log2asc : Convert compact CAN frame logfile to ASC logfile.
- freediag : Access your car diagnostic system.
- diagtest : Standalone program from Freediag, used to exercise code paths.
-
cannelloni : Uses UDP, TCP or SCTP to transfer CAN frames between two machines.
- sequence_finder : Custom script that split a log files, replay theses with CanPlayer until finding the exact sequence of the desired action. Finally it replay it using CanSend.