A collection of software designed to run a system of Arduino and Raspberry Pi based Sensors
The following packages must be installed before compiling (Use sudo apt-get install ):
- libncurses5-dev
- libcurl4-openssl-dev
- wiringpi
- i2c-tools
- libi2c-dev
The project also uses cmake as it's build system. To install cmake, use the command:
sudo apt-get install cmake