๐Virtual CAN
Lab Setup
Install Required Tools
sudo apt install can-utils
sudo apt install libsdl2-dev libsdl2-image-dev
sudo apt update --fix-missingTesting On a Virtual CAN Interface
sudo modprobe can
sudo modprobe vcan
sudo ip link add dev vcan0 type vcan
sudo ip link set up vcan0Clone the GitHub Repo and Build the Project
git clone https://github.com/zombieCraig/ICSim.git
cd ICSim
meson setup builddir && cd builddir
meson compileUsage
Start the Instrument Cluster (IC) simulator:

Then startup the controls

REFERENCES
Last updated
Was this helpful?