https://github.com/libplctag/goplctag
A Go language wrapper for the C libplctag PLC communications library.
https://github.com/libplctag/goplctag
allen-bradley golang libplctag modbus plc rockwell
Last synced: 6 months ago
JSON representation
A Go language wrapper for the C libplctag PLC communications library.
- Host: GitHub
- URL: https://github.com/libplctag/goplctag
- Owner: libplctag
- License: mpl-2.0
- Created: 2022-07-02T22:03:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-17T22:39:40.000Z (9 months ago)
- Last Synced: 2025-12-17T05:54:52.756Z (6 months ago)
- Topics: allen-bradley, golang, libplctag, modbus, plc, rockwell
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 30
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Looking for maintainers
> If you're interested hit me up fernandobe+git@protonmail.com
# A Go language wrapper for the C libplctag PLC communications library.
- [Installing libplctag](docs/installing-libplctag.md)
- [Version compatibility](docs/version-compatibility.md)
- [Examples](examples/README.md)
## Install goplctag
Download and install latest goplctag per tag:
```
go get github.com/libplctag/goplctag@v1.0.3
```
Examples:
```
go get github.com/libplctag/goplctag@v0.0.1
go get github.com/libplctag/goplctag@v1.0.5
```
## libplctag core API docs
https://github.com/libplctag/libplctag/wiki/API
## Generation tool
https://github.com/xlab/c-for-go