Skip to content

Setting up Virtual CAN with socketcan

J.L edited this page Jun 8, 2021 · 2 revisions

vcan0

Virtual CAN Interfaces

Virtual CAN interfaces will be brought up via iproute2 ip utility:

modprobe vcan sudo ip link add dev vcan0 type vcan sudo ip link set up vcan0