repositorypackage
0.0.0-20211110071514-460e415d250c
Repository: https://github.com/hwilke/goads.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
goADS
Beckhoff ADS client package for the Go Programming Language
ADS stands for "Automation Device Specification" and describes a device- and Fieldbus-independent interface. The protocol is designed by Beckhoff and is documented here: http://infosys.beckhoff.com/content/1033/TcAdsCommon/HTML/TcAdsCommon_Intro.htm
Installing goADS
First make sure you have a working Go installation, see the installation guide at http://golang.org/doc/install.html
Now you should be able to install goADS by running
go get github.com/stamp/goADS
Contribute
Please feel free to fork and help to develop this package