MadCO2
MadCO2 copied to clipboard
A simple webserver / CO2 Monitor
Mad CO2
A simple http server connecting to a CO2 Monitor device
Installation / Building
( Currently only builds on Mac OSX, should be easily portable to linux )
brew install boost
brew install cpprestsdk
brew install openssl
git clone https://github.com/Maddimax/MadCO2.git
cd MadCO2
git submodule update --init
mkdir build
cd build
cmake ../
make
Usage
- Terminal
./madco2
- Open http://127.0.0.1:35842
Credits
- Based heavily on this hackaday project
- Includes this Chart javascript library
- Uses this HID Api
- Uses Microsofts cpprestsdk
- Works with this CO2 Monitor device (~70$ on amazon)