8053 beefd0184a 2022-08-08 ct_chen 2 年之前
..
config beefd0184a 2022-08-08 ct_chen 2 年之前
include beefd0184a 2022-08-08 ct_chen 2 年之前
release beefd0184a 2022-08-08 ct_chen 2 年之前
.gitignore beefd0184a 2022-08-08 ct_chen 2 年之前
.travis.yml beefd0184a 2022-08-08 ct_chen 2 年之前
Android.mk beefd0184a 2022-08-08 ct_chen 2 年之前
GNUmakefile.am beefd0184a 2022-08-08 ct_chen 2 年之前
Makefile beefd0184a 2022-08-08 ct_chen 2 年之前
README.md beefd0184a 2022-08-08 ct_chen 2 年之前
asc2log.c beefd0184a 2022-08-08 ct_chen 2 年之前
autogen.sh beefd0184a 2022-08-08 ct_chen 2 年之前
bcmserver.c beefd0184a 2022-08-08 ct_chen 2 年之前
can-calc-bit-timing.c beefd0184a 2022-08-08 ct_chen 2 年之前
can-j1939-kickstart.md beefd0184a 2022-08-08 ct_chen 2 年之前
can-j1939.md beefd0184a 2022-08-08 ct_chen 2 年之前
canbusload.c beefd0184a 2022-08-08 ct_chen 2 年之前
candump.c beefd0184a 2022-08-08 ct_chen 2 年之前
canfdtest.c beefd0184a 2022-08-08 ct_chen 2 年之前
canframelen.c beefd0184a 2022-08-08 ct_chen 2 年之前
canframelen.h beefd0184a 2022-08-08 ct_chen 2 年之前
cangen.c beefd0184a 2022-08-08 ct_chen 2 年之前
cangw.c beefd0184a 2022-08-08 ct_chen 2 年之前
canlogserver.c beefd0184a 2022-08-08 ct_chen 2 年之前
canplayer.c beefd0184a 2022-08-08 ct_chen 2 年之前
cansend.c beefd0184a 2022-08-08 ct_chen 2 年之前
cansniffer.c beefd0184a 2022-08-08 ct_chen 2 年之前
configure.ac beefd0184a 2022-08-08 ct_chen 2 年之前
isotpdump.c beefd0184a 2022-08-08 ct_chen 2 年之前
isotpperf.c beefd0184a 2022-08-08 ct_chen 2 年之前
isotprecv.c beefd0184a 2022-08-08 ct_chen 2 年之前
isotpsend.c beefd0184a 2022-08-08 ct_chen 2 年之前
isotpserver.c beefd0184a 2022-08-08 ct_chen 2 年之前
isotpsniffer.c beefd0184a 2022-08-08 ct_chen 2 年之前
isotptun.c beefd0184a 2022-08-08 ct_chen 2 年之前
jacd.c beefd0184a 2022-08-08 ct_chen 2 年之前
jspy.c beefd0184a 2022-08-08 ct_chen 2 年之前
jsr.c beefd0184a 2022-08-08 ct_chen 2 年之前
lib.c beefd0184a 2022-08-08 ct_chen 2 年之前
lib.h beefd0184a 2022-08-08 ct_chen 2 年之前
libj1939.c beefd0184a 2022-08-08 ct_chen 2 年之前
libj1939.h beefd0184a 2022-08-08 ct_chen 2 年之前
log2asc.c beefd0184a 2022-08-08 ct_chen 2 年之前
log2long.c beefd0184a 2022-08-08 ct_chen 2 年之前
page.theme beefd0184a 2022-08-08 ct_chen 2 年之前
slcan_attach.c beefd0184a 2022-08-08 ct_chen 2 年之前
slcand.c beefd0184a 2022-08-08 ct_chen 2 年之前
slcanpty.c beefd0184a 2022-08-08 ct_chen 2 年之前
style.css beefd0184a 2022-08-08 ct_chen 2 年之前
terminal.h beefd0184a 2022-08-08 ct_chen 2 年之前
testj1939.c beefd0184a 2022-08-08 ct_chen 2 年之前

README.md

SocketCAN logo

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 : display, filter and log CAN data to files
  • canplayer : replay CAN logfiles
  • cansend : send a single frame
  • cangen : generate (random) CAN traffic
  • cansniffer : display CAN data content differences (just 11bit CAN IDs)

CAN access via IP sockets

  • canlogserver : log CAN frames from a remote/local host
  • bcmserver : interactive BCM configuration (remote/local)
  • socketcand : use RAW/BCM/ISO-TP sockets via TCP/IP sockets

CAN in-kernel gateway configuration

  • cangw : CAN gateway userpace tool for netlink configuration

CAN bus measurement and testing

  • canbusload : calculate and display the CAN busload
  • can-calc-bit-timing : userspace version of in-kernel bitrate calculation
  • canfdtest : Full-duplex test program (DUT and host part)

ISO-TP tools ISO15765-2:2016 for Linux

  • isotpsend : send a single ISO-TP PDU
  • isotprecv : receive ISO-TP PDU(s)
  • isotpsniffer : 'wiretap' ISO-TP PDU(s)
  • isotpdump : 'wiretap' and interpret CAN messages (CAN_RAW)
  • isotpserver : IP server for simple TCP/IP <-> ISO 15765-2 bridging (ASCII HEX)
  • isotpperf : ISO15765-2 protocol performance visualisation
  • isotptun : create a bi-directional IP tunnel on CAN via ISO-TP

Log file converters

  • asc2log : convert ASC logfile to compact CAN frame logfile
  • log2asc : convert compact CAN frame logfile to ASC logfile
  • log2long : convert compact CAN frame representation into user readable

Serial Line Discipline configuration (for slcan driver)

  • slcan_attach : userspace tool for serial line CAN interface configuration
  • slcand : daemon for serial line CAN interface configuration
  • slcanpty : creates a pty for applications using the slcan ASCII protocol

Additional Information: