1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: can-utils
Section: net
Priority: optional
Maintainer: Alexander GQ Gerasiov <gq@debian.org>
Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, help2man
Standards-Version: 4.1.3
Homepage: https://github.com/linux-can/can-utils
Vcs-Git: https://salsa.debian.org/debian/can-utils.git
Vcs-Browser: https://salsa.debian.org/debian/can-utils.git
Package: can-utils
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SocketCAN userspace utilities and tools
CAN is a message-based network protocol designed for vehicles originally
created by Robert Bosch GmbH. SocketCAN is a set of open source CAN drivers
and a networking stack contributed by Volkswagen Research to the Linux kernel.
.
This package contains some userspace utilities for Linux SocketCAN subsystem.
.
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 (ISO 15765-2 2016) tools: isotpsend, isotprecv, isotpsniffer,
isotpdump, isotpserver, isotpperf, isotptun.
CAN log file converters: asc2log, log2asc, log2long.
CAN Serial Line Discipline configuration (for slcan driver):
slcan_attach, slcand, slcanpty.
SAE J1939 tools and demo: jacd, jspy, jsr, testj1939.
|