/boostreadings

Web application in C++ and Boost for device readings

Primary LanguageC++

boostreadings

Device readings web application using C++ and Boost.

Requirements

Boost >= 1.53 & CMake >= 2.8. Use following commands to configure & build examples:

mkdir build
cd build
cmake ..
make