Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pascaldekloe/modbus
- Owner: pascaldekloe
- License: cc0-1.0
- Created: 2024-08-24T14:39:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T14:25:34.000Z (about 2 months ago)
- Last Synced: 2024-09-15T00:13:07.887Z (about 2 months ago)
- Topics: modbus, modbus-tcp
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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