openenergysolutions / modbus-cpp

Modbus TCP master library in modern C++
https://aegis4ics.github.io/modbus-cpp/
Apache License 2.0
2 stars 0 forks source link

Split 'loopser' library into 2 header-only libraries #9

Closed jadamcrain closed 6 years ago

jadamcrain commented 6 years ago

1) Library for abstracting event loop / timers 2) Library for (de)serialization

emgre commented 6 years ago

The library was split in two here:

emgre commented 6 years ago

ser4cpp is a private dependency, I'll wait until I privatize the exe4cpp dependency before closing this.