NGCP / xbeeplus

Cross-Platform C++11 Xbee Radio API
3 stars 0 forks source link

Replace Boost library with C++11 threading library #23

Open KarthikJay opened 6 years ago

KarthikJay commented 6 years ago

Remove the use of Boost SerialPort class and use built-in C++11 threading library to make a new SerialPort class

Reduces the dependency of the library.