Alan sent a pull request to update the README.md with some markdown tweaks and a SocketCAN logo. Good idea! After creating a SocketCAN logo PNG in the can-logos repository we can reference the PNG inside the linux-can organization. A license file needs to be added too - but this has to be discussed on the mailing list first. Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net> |
||
|---|---|---|
| config/m4 | ||
| include/linux | ||
| .gitignore | ||
| Android.mk | ||
| GNUmakefile.am | ||
| Makefile | ||
| README.md | ||
| asc2log.c | ||
| autogen.sh | ||
| bcmserver.c | ||
| can-calc-bit-timing.c | ||
| canbusload.c | ||
| candump.c | ||
| canfdtest.c | ||
| canframelen.c | ||
| canframelen.h | ||
| cangen.c | ||
| cangw.c | ||
| canlogserver.c | ||
| canplayer.c | ||
| cansend.c | ||
| cansniffer.c | ||
| configure.ac | ||
| isotpdump.c | ||
| isotpperf.c | ||
| isotprecv.c | ||
| isotpsend.c | ||
| isotpserver.c | ||
| isotpsniffer.c | ||
| isotptun.c | ||
| lib.c | ||
| lib.h | ||
| log2asc.c | ||
| log2long.c | ||
| slcan_attach.c | ||
| slcand.c | ||
| slcanpty.c | ||
| terminal.h | ||
README.md
SocketCAN userspace utilities and tools
This repository contains some userspace utilities for Linux CAN subsystem (aka SocketCAN):
Basic tools to display, record, generate and replay CAN traffic
- candump :
- canplayer :
- cansend :
- cangen :
- cansniffer :
CAN access via IP sockets
- canlogserver :
- bcmserver :
- socketcand :
CAN in-kernel gateway configuration
- cangw :
CAN bus measurement and testing
- canbusload :
- can-calc-bit-timing :
- canfdtest :
ISO-TP tools ISO15765-2:2016 for Linux
- isotpsend :
- isotprecv :
- isotpsniffer :
- isotpdump :
- isotpserver :
- isotpperf :
- isotptun :
Log file converters
- asc2log :
- log2asc :
- log2long :
Serial Line Discipline configuration (for slcan driver)
- slcan_attach :
- slcand :
- slcanpty :