A simple tool to send a bunch of CAN frames from Wireshark dump.
-
Install utils for
CANcommunicationsudo apt-get install net-tools sudo apt-get install can-utils -
Configure
CAN0sudo ip link set can0 type can bitrate 500000 sudo ifconfig can0 up
Configure
CAN1by your needsudo ip link set can1 type can bitrate 500000 sudo ifconfig can1 up