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
- Host: GitHub
- URL: https://github.com/polyconseil/modbus-server
- Owner: Polyconseil
- Created: 2014-08-12T15:12:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-18T12:01:20.000Z (almost 12 years ago)
- Last Synced: 2025-01-22T10:16:58.551Z (over 1 year ago)
- Language: C
- Size: 121 KB
- Stars: 0
- Watchers: 44
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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