- Send and Receive CAN Message
- CAN Frame List
- CAN Frame Table
- Show CAN Interface Parameter
- CAN Statistics
- Send CAN Frames (single, repeated, random)
- Filter CAN Frames
Just run socanui <interface> in your terminal and the UI will start.
For the first physical CAN adapter:
socanui can0git clone https://github.com/miwagner/socanui.git
go build -o socanui main.goYou can create a virtual CAN interface if you don't have a physical CAN adapter:
sudo ip link add dev vcan0 type vcan
sudo ip link set up vcan0You can generate testdata as follow:
cangen vcan0