Maddimax / MadCO2

A simple webserver / CO2 Monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Credits

About

A simple webserver / CO2 Monitor


Languages

Language:C++ 72.9%Language:HTML 21.5%Language:CMake 5.6%