Added tiny ip server to send ISO 15765-2 PDUs via internetsockets to the CAN bus and vice versa.

This commit is contained in:
Oliver Hartkopp
2010-05-14 12:03:32 +00:00
parent c8247c8a57
commit b68a79ebde
2 changed files with 398 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ CFLAGS = -O2 -Wall -Wno-parentheses -I$(KERNELDIR)/include \
-DPF_CAN=29 \
-DAF_CAN=PF_CAN
PROGRAMS_ISOTP = isotpdump isotprecv isotpsend isotpsniffer isotptun
PROGRAMS_ISOTP = isotpdump isotprecv isotpsend isotpsniffer isotptun isotpserver
PROGRAMS_CANGW = cangw
PROGRAMS_SLCAN = slcan_attach slcand
PROGRAMS = candump cansniffer cansend canplayer cangen canbusload\