๐Ÿ”ŒVirtual CAN

Lab Setup

Install Required Tools

sudo apt install can-utils

sudo apt install libsdl2-dev libsdl2-image-dev

sudo apt update --fix-missing

Testing On a Virtual CAN Interface

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

Clone the GitHub Repo and Build the Project

git clone https://github.com/zombieCraig/ICSim.git

cd ICSim

meson setup builddir && cd builddir
meson compile

Usage

Start the Instrument Cluster (IC) simulator:

IC Simulator

Then startup the controls

CANBus Control Panel

REFERENCES

Last updated

Was this helpful?