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

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.

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