Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 428 Bytes

ModBus TCP Server

This is a basic server based of the code by tbrandon

Usage

To use this demo you need to get the dependencies and compile the tool.

$ go get
$ go build
$ ./modbustcp

Once the server is running you can connect with a Modbus over TCP client.

Issues

If you find an issue please report it.