goburrow/modbus
Fault-tolerant implementation of modbus protocol in Go (golang) observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4337
- days_rel: n/a
- days_push: 801
- n_releases_24m: 0
Adoption not part of the score
1039 stars · 393 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A fault-tolerant, fail-fast Go library implementing the Modbus protocol over TCP and serial (RTU/ASCII) transports. It provides a client API for reading and writing coils, discrete inputs, and registers with configurable handlers.
Use cases
- communicate with PLCs over Modbus TCP from Go
- read holding registers from a serial RTU device
- poll sensors connected via Modbus RTU on /dev/ttyUSB
- write coils and registers to industrial equipment
- integrate Modbus slave devices into a Go application
When to choose
- you need a lightweight, pure-Go Modbus client with no cgo dependencies
- you need both TCP and serial RTU/ASCII support
- you want fine-grained control over timeouts, slave IDs, and connection sessions
When to avoid
- you need a Modbus server/slave implementation, not just a client
- you need Modbus over TLS or other non-standard transports
- your project is not in Go
Facets
library · maturity stable
database-driver networking developer-tools iot embedded-systems developer-tools go cross-platform modbus industrial-automation rtu modbus-tcp serial-communication plc automation linux
1 source
- readme: https://github.com/goburrow/modbus · fetched 2026-08-28 · b4f9177e43c6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| goburrow/modbus | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem