This program is used for testing modbus-tcpip configurations.
https://steffen.gulpe.de/modbus-tcpip/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .gitignore | 4 years ago | |
| Changelog | 4 years ago | |
| HowTo-Cross-Compile.md | 4 years ago | |
| LICENSE | 4 years ago | |
| Makefile | 4 years ago | |
| Makefile.rules.crosswindows | 4 years ago | |
| Makefile.rules.linux | 4 years ago | |
| Makefile.rules.windows | 4 years ago | |
| README.md | 4 years ago | |
| gui.cc | 4 years ago | |
| gui.h | 4 years ago | |
| guimodbusdata.cc | 4 years ago | |
| guimodbusdata.h | 4 years ago | |
| guivalues.cc | 4 years ago | |
| guivalues.h | 4 years ago | |
| json.cc | 4 years ago | |
| json.h | 4 years ago | |
| main.cc | 4 years ago | |
| mbsconfig.cc | 4 years ago | |
| mbsconfig.h | 4 years ago | |
| modbus.cc | 4 years ago | |
| modbus.h | 4 years ago | |
| tcp.cc | 4 years ago | |
| tcp.h | 4 years ago | |
| test-fc15.cc | 4 years ago | |
| test-fc16.cc | 4 years ago | |
| testmodbus-server.png | 4 years ago | |
| testmodbus-server.ui | 4 years ago | |
README.md
testmodbus-server
This programm is used for testing modbus-tcpip configuations. If you do not know what modbus-tcpip mean stop using this programm.
This software is written by Steffen Pohle (steffen@gulpe.de), check for a newer version of this software at https://steffen.gulpe.de/modbus-tcpip/
Compilation
make configlinux
make
Installation
not supported.
Cross Compilation for Windows (build on Debian, target Windows)
Configue the Makefiles.rules.crosswindows file to your needs. A little manual on my cross compilation setup can be found in HowTo-Cross-Compile.txt. Make sure you copy all needed dll files to dll in this directory.
make buildwindows
All needed files will be placed in a separate subfolder together with all needed librarys (needs to prepared, see Makefile for some hints).
For precompiled windows binarys look at this link.