A simple library for CAN communication, written in C++
To install dependencies, just run ./install_dependencies.sh
mkdir build && cd build && cmake .. && make -j
- Setup a virtual CAN interface using
vcan.shscript - Compile with
BUILD_TESTSflag set toON - In a terminal, launch
./build/receiver - In another terminal, launch
./build/transmit