Just a project to learn about boost libraries and C++. Inspired from boost::asio tutorials from boost.org.
This project is mostly a feature creep. Got an Idea about something new then try to implement it. Exception handling and resolving compiler warnings have less priority than any new feature.
Requirements:
- CMake
- Any C++ compiler (I am using g++ and clang++)
- Boost libraries
Building on linux:
- mkdir build
- cd build
- cmake ..
- make