Skip to content

stellentus/plc-tester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLC-Tester

Setup

Initial setup for PLC-Tester is slightly convoluted in that a dependency, go-plc, requires an object file to be dropped in its source path

$ export GO111MODULE=on
$ export GOPROXY=direct
$ export GOSUMDB=off

To pull private Git repositories via ssh rather than over http:
$ git config --global --add url."[email protected]:".insteadOf "https://github.com/"
$ go get -u ./...
$ cp ../path/to/libplctag.a vendor/github.com/stellentus/go-plc/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%