mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
Added a proof of concept tool 'slcanpty' which
creates a pty for applications using the slcan ASCII protocol and converts the data to a CAN network interface (and vice versa). This can be used for existing applications to run on SocketCAN.
This commit is contained in:
@@ -49,7 +49,7 @@ CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
|
||||
|
||||
PROGRAMS = candump cansniffer cansend canplayer canlogserver cangen\
|
||||
canbusload log2long log2asc asc2log vcan slcan_attach\
|
||||
isotpdump isotprecv isotpsend isotpsniffer isotptun
|
||||
isotpdump isotprecv isotpsend isotpsniffer isotptun slcanpty
|
||||
|
||||
all: $(PROGRAMS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user