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 1f476e6 commit 9e9c6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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 impelemented by low-level programming language which proximity to binary and memory.
For years, numerous drivers/connectors, available in both commercial and open source domains, have supported the connection to S7 family PLC devices. GoS7 fills the gaps in the S7 protocol, implementing it with pure Go (also known as golang). There is a strong belief that low-level communication should be implemented with a low-level programming language that is close to binary and memory.

The minimum supported go version is 1.13.
The minimum supported Go version is 1.13.

Functions
-------------------
Expand Down

0 comments on commit 9e9c6eb

Please sign in to comment.