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:
Oliver Hartkopp
2009-01-20 23:06:01 +00:00
parent 4369ac1c55
commit 9862da595d
2 changed files with 251 additions and 1 deletions
+1 -1
View File
@@ -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)