Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robinson authored Oct 10, 2023
1 parent cef8a90 commit 1f476e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Implementation of Siemens S7 protocol in golang

Overview
-------------------
Since years, there are tons of driver/connector in both commercial and open source that support to connect to S7 family PLC devices. GoS7 is just simple missing pieces in S7 protocol which implementing in with pure Go(aka golang) with a strongly faith that the low-level communication would be impelement by low-level programming language which proximity to binary and memory.
Since years, there are tons of driver/connector in both commercial and open source that support to connect to S7 family PLC devices. GoS7 is just simple missing pieces in S7 protocol which implementing in with pure Go(aka golang) with a strongly faith that the low-level communication would be impelemented by low-level programming language which proximity to binary and memory.

The minimum supported go version is 1.13.

Expand Down

0 comments on commit 1f476e6

Please sign in to comment.