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.sh
script - Compile with
BUILD_TESTS
flag set toON
- In a terminal, launch
./build/receiver
- In another terminal, launch
./build/transmit