Skip to content

webhat/modbustcp

Repository files navigation

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.