README: Add short decription for provided tools
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>pull/29/merge
parent
2a2efbbc7f
commit
791890542a
50
README.md
50
README.md
|
|
@ -9,43 +9,43 @@ subsystem (aka SocketCAN):
|
||||||
|
|
||||||
#### Basic tools to display, record, generate and replay CAN traffic
|
#### Basic tools to display, record, generate and replay CAN traffic
|
||||||
|
|
||||||
* candump :
|
* candump : display, filter and log CAN data to files
|
||||||
* canplayer :
|
* canplayer : replay CAN logfiles
|
||||||
* cansend :
|
* cansend : send a single frame
|
||||||
* cangen :
|
* cangen : generate (random) CAN traffic
|
||||||
* cansniffer :
|
* cansniffer : display CAN data content differences (just 11bit CAN IDs)
|
||||||
|
|
||||||
#### CAN access via IP sockets
|
#### CAN access via IP sockets
|
||||||
* canlogserver :
|
* canlogserver : log CAN frames from a remote/local host
|
||||||
* bcmserver :
|
* bcmserver : interactive BCM configuration (remote/local)
|
||||||
* [socketcand](https://github.com/dschanoeh/socketcand) :
|
* [socketcand](https://github.com/dschanoeh/socketcand) : use RAW/BCM/ISO-TP sockets via TCP/IP sockets
|
||||||
|
|
||||||
#### CAN in-kernel gateway configuration
|
#### CAN in-kernel gateway configuration
|
||||||
* cangw :
|
* cangw : CAN gateway userpace tool for netlink configuration
|
||||||
|
|
||||||
#### CAN bus measurement and testing
|
#### CAN bus measurement and testing
|
||||||
* canbusload :
|
* canbusload : calculate and display the CAN busload
|
||||||
* can-calc-bit-timing :
|
* can-calc-bit-timing : userspace version of in-kernel bitrate calculation
|
||||||
* canfdtest :
|
* canfdtest : Full-duplex test program (DUT and host part)
|
||||||
|
|
||||||
#### ISO-TP tools [ISO15765-2:2016 for Linux](https://github.com/hartkopp/can-isotp)
|
#### ISO-TP tools [ISO15765-2:2016 for Linux](https://github.com/hartkopp/can-isotp)
|
||||||
* isotpsend :
|
* isotpsend : send a single ISO-TP PDU
|
||||||
* isotprecv :
|
* isotprecv : receive ISO-TP PDU(s)
|
||||||
* isotpsniffer :
|
* isotpsniffer : 'wiretap' ISO-TP PDU(s)
|
||||||
* isotpdump :
|
* isotpdump : 'wiretap' and interpret CAN messages (CAN_RAW)
|
||||||
* isotpserver :
|
* isotpserver : IP server for simple TCP/IP <-> ISO 15765-2 bridging (ASCII HEX)
|
||||||
* isotpperf :
|
* isotpperf : ISO15765-2 protocol performance visualisation
|
||||||
* isotptun :
|
* isotptun : create a bi-directional IP tunnel on CAN via ISO-TP
|
||||||
|
|
||||||
#### Log file converters
|
#### Log file converters
|
||||||
* asc2log :
|
* asc2log : convert ASC logfile to compact CAN frame logfile
|
||||||
* log2asc :
|
* log2asc : convert compact CAN frame logfile to ASC logfile
|
||||||
* log2long :
|
* log2long : convert compact CAN frame representation into user readable
|
||||||
|
|
||||||
#### Serial Line Discipline configuration (for slcan driver)
|
#### Serial Line Discipline configuration (for slcan driver)
|
||||||
* slcan_attach :
|
* slcan_attach : userspace tool for serial line CAN interface configuration
|
||||||
* slcand :
|
* slcand : daemon for serial line CAN interface configuration
|
||||||
* slcanpty :
|
* slcanpty : creates a pty for applications using the slcan ASCII protocol
|
||||||
|
|
||||||
### Additional Information:
|
### Additional Information:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue