Initial commit, derived from former development (2018-2020=

This commit is contained in:
2023-11-02 09:17:47 +01:00
parent e234ebcaf9
commit b2948546dc
7 changed files with 1380 additions and 3 deletions

View File

@@ -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!