Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pascaldekloe/modbus

client library
https://github.com/pascaldekloe/modbus

modbus modbus-tcp

Last synced: about 1 month ago
JSON representation

client library

Awesome Lists containing this project

README

        

[![API Documentation](https://godoc.org/github.com/pascaldekloe/modbus?status.svg)](https://godoc.org/github.com/pascaldekloe/modbus)
[![Build Status](https://github.com/pascaldekloe/modbus/actions/workflows/go.yml/badge.svg)](https://github.com/pascaldekloe/modbus/actions/workflows/go.yml)

# Modbus

The library consists of a TCP client for the Go programming language.

This is free and unencumbered software released into the
[public domain](http://creativecommons.org/publicdomain/zero/1.0).

### Testing

Run `go test` with a server on localhost as follows.

docker run -d -p 5020:5020 oitc/modbus-server:latest