]> rtime.felk.cvut.cz Git - can-utils.git/commit
Added tiny tool cansend and a library to parse ASCII CAN frames (e.g. from
authorOliver Hartkopp <socketcan@hartkopp.net>
Mon, 30 Oct 2006 13:14:36 +0000 (13:14 +0000)
committerOliver Hartkopp <socketcan@hartkopp.net>
Mon, 30 Oct 2006 13:14:36 +0000 (13:14 +0000)
commit99a3bba852e1bdbb7d1711e8e32f200aac2d8461
treeaf98d60dfe670f3786baf3c8825658ec1ecfd361
parent063c62c6650d8ab80326794050d319bef82e2005
Added tiny tool cansend and a library to parse ASCII CAN frames (e.g. from
the command line) that are defined in one concatenated string.
This is a requirement for the comming command line tool 'bcmsend' that allows
to send more than one CAN frame at a time.
Makefile
cansend.c [new file with mode: 0644]
lib.c [new file with mode: 0644]
lib.h [new file with mode: 0644]