saiyn / ModbusThings

An open-source framework based on Modbus protocol for the collection and transmission of industry devices data with high-performance , scalability and stability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is ModbusThings?

ModbusThings works as an agent that collect industry devices data through modbus protocol and transfer the data to server real-time or in a bulk way when network is not available.

How to test

setup modbus simulator server(slave)

  • download and install diagslave

  • select the version matching your system and then cmd sudo diagslave -m tcp to start a tcp mode modebus slave

  • server address is 127.0.0.1:502

About

An open-source framework based on Modbus protocol for the collection and transmission of industry devices data with high-performance , scalability and stability.

License:GNU General Public License v2.0


Languages

Language:C 90.4%Language:C++ 5.8%Language:CMake 2.8%Language:NASL 0.9%