An open API service indexing awesome lists of open source software.

https://github.com/polyconseil/modbus-server

Modbus server using libmodbus
https://github.com/polyconseil/modbus-server

Last synced: about 1 year ago
JSON representation

Modbus server using libmodbus

Awesome Lists containing this project

README

          

MODBUS SERVER:
--------------

Ths is a modbus automation simulator.

In order to compile it you need to have the libmodbus-dev package installed
The command to compile the modbus-server is: gcc -std=gnu99 modbus-server.c -o modbus-server pkg-config --libs --cflags libmodbus