Commit Graph

5 Commits (042038fb52a03cde44b2813a0046e668ca06215d)

Author SHA1 Message Date
Cory 042038fb52 Formatting, Cleanup, & Suggested Changes
Corrected formatting, removed old commented code, made suggested code changes.

Update README.md
2018-08-06 20:32:41 -04:00
Cory 384ed8d919 Added Extended ID support
Moved from CAN_BCM to CAN_RAW.  Restored basic functionality that BCM had natively.  There are likely bugs due to some non functionality between how the original program operated with CAN_BCM and now, but it is working on my bench with a NMEA 2000 GPS.

Update README.md

Restored add/remove ID

Restored ability to remove or add active CAN frames.  The CAN_ID must already exist in sniftab for this to work.

Update cansniffer.c

Fixed a potential for a segmentation fault to occur with the sniftab array.
Changed arbitrary max array value to defined name for flexibility with increasing the array size.
Other polish I forgot about.

Settings file operations work

Aligned settings file operations for use with 29bit IDs.
Instead of saving all 800 "slots" (or 11 bits IDs for the program as originally written), it now saves in use slots based on CAN ID and will load that ID into a slot for the program to potentially match upon.

Truncate when overwritting settings

Need to truncate settings file...

Update README.md

Update cansniffer.c

Cleaned up some unused commented code.
2018-08-06 19:21:32 -04:00
Oliver Hartkopp 791890542a README: Add short decription for provided tools
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
2017-04-28 20:42:35 +02:00
Oliver Hartkopp 2a2efbbc7f Updated README.md inspired by Alan (https://github.com/alan707)
Alan sent a pull request to update the README.md with some markdown tweaks
and a SocketCAN logo. Good idea!
After creating a SocketCAN logo PNG in the can-logos repository we can
reference the PNG inside the linux-can organization.
A license file needs to be added too - but this has to be discussed on the
mailing list first.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
2017-04-27 21:22:03 +02:00
Andrew Berezovskyi 0e3ff3b315 Create README.md
Signed-off-by: Andrew Berezovskyi <andrew@berezovskiy.me>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2015-09-04 11:16:17 +02:00