CanCat
CanCat copied to clipboard
swiss army knife of Controller Area Networks (CAN) often used in cars and building automation, etc...
Hello, Could it be possible to use canmap for ECU scanning using socket can and usb to Can dongle? Regards
It would be nice to be able to highlight certain messages in `printCanMsgs` in addition to filtering. As an example you could show all messages but highlight UDS messages, or...
The `cancat2pcap` and `pcap2cancat` functions use scapy to construct and parse Linux netlink packets. Scapy is a large dependency so restructure these functions to do it manually. Also re-enable the...
Would be handy if there are multiple M2's connected to a computer to be able to blink the LEDs on demand to confirm which M2 is which device.
Hi there, is there anyway to drop a particular message (not pass through the bridge) . i.e. drop 1AC#1122334455667788 but let all other messages pass through including messages on the...
Hello, I'm hoping you might be able to point me in the right direction. I'm using an Arduino Uno with SeeedStudio's CANBUS Shield. I am able to build and upload...