Linux-CAN / SocketCAN user space applications
 
 
 
 
Go to file
Oliver Hartkopp f1284e83aa Added option '-L' to candump to create the compact logfile output on stdout.
Now you can forward CAN frames e.g. via netcat with candump and canplayer:

candump can0 can1 -L | canplayer vcan3=can0 vcan0=can1 -t

OK, maybe it would be reasonable to write a short program for this application.
But for some tests all this can be done with existing commandline tools.
In addition the filtering possibilities of candump can be used here.
2007-01-07 11:19:37 +00:00
Makefile Minor fix and cosmetics in color handling in candump.c . 2007-01-06 15:43:12 +00:00
can-sniffer.c changed user space programs to use new include files. 2006-10-24 13:55:43 +00:00
candump.c Added option '-L' to candump to create the compact logfile output on stdout. 2007-01-07 11:19:37 +00:00
cangen.c - added error frame support in lib.c 2007-01-01 18:29:52 +00:00
canplayer.c Minor fix and cosmetics in color handling in candump.c . 2007-01-06 15:43:12 +00:00
cansend.c - added error frame support in lib.c 2007-01-01 18:29:52 +00:00
lib.c - added error frame support in lib.c 2007-01-01 18:29:52 +00:00
lib.h - added error frame support in lib.c 2007-01-01 18:29:52 +00:00
log2asc.c - added error frame support in lib.c 2007-01-01 18:29:52 +00:00
log2long.c - added error frame support in lib.c 2007-01-01 18:29:52 +00:00
terminal.h Remove remnants of the projects VW history (Email addresses, Makefile targets). 2006-07-07 06:58:26 +00:00