Initial commit, derived from former development (2018-2020=
This commit is contained in:
16
README.md
16
README.md
@@ -1,5 +1,15 @@
|
||||
# wrap7
|
||||
|
||||
wrap7 is a Snap7 wrapper for golang. In comparison to snap7-go ( https://pkg.go.dev/github.com/avikki/snap7-go ) it is possible to implement a virtual S7-315 server.
|
||||
|
||||
Licence is identical to https://snap7.sourceforge.net/licensing.html
|
||||
Go-Wrapper for Snap7
|
||||
|
||||
When using as go module it is necessary to first enter vendor directory
|
||||
|
||||
"cd vendor/git.archium.org/archium_public/wrap7"
|
||||
|
||||
and execute Makefile as root:
|
||||
|
||||
"sudo make"
|
||||
|
||||
to download and install snap7-full-1.4.2.
|
||||
|
||||
Be aware to edit Makefile to your system requirements! And consider better to install Snap7 in the /usr/lib tree!
|
||||
|
||||
Reference in New Issue
Block a user