Name Last Update
documentation Loading commit data...
include Loading commit data...
scripts Loading commit data...
src Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...

README.md

modbus-cpp

The goal was to write a TCP / RTU modbus library written in c++ as a header-only, but reality quickly followed suit. To avoid large implementations in the header file and create a mess, I quickly decided to write it more conventional.

The Modbus protocol description kan be found in the 'documentation' folder. [documentation/protocol.md] The actual implementation is described in [documentation/implementation.d]