Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 330 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 330 Bytes

CtrlNode

REST backend for sending commands

Dependencies

Build Pistache:

git clone https://github.com/oktal/pistache.git
mkdir build
cd build
cmake ..

Building the library

mkdir build
cd build
cmake .. -DPISTACHE_INC=<the pistache build lib dir> -DPISTACHE_LIB=<the pistache include dir>