mirror of
https://github.com/fbarresi/Sharp7.git
synced 2026-02-04 08:42:51 +00:00
30 lines
1019 B
Markdown
30 lines
1019 B
Markdown
# 
|
|
|
|
[](https://ci.appveyor.com/project/fbarresi/sharp7)
|
|
[](https://codecov.io/gh/fbarresi/Sharp7)
|
|

|
|
[](https://www.nuget.org/packages/Sharp7/)
|
|
|
|
Nuget package for Sharp7 - The multi-platform Ethernet S7 PLC communication suite
|
|
|
|
Sharp7 is a C# port of [Snap7](http://snap7.sourceforge.net) library
|
|
|
|
You can visit the [official page](http://snap7.sourceforge.net)
|
|
or read the [Wiki](https://github.com/fbarresi/Sharp7/wiki).
|
|
|
|
# How to install
|
|
|
|
## Package Manager
|
|
```
|
|
PM> Install-Package Sharp7
|
|
```
|
|
|
|
## .NET CLI
|
|
```
|
|
> dotnet add package Sharp7
|
|
```
|
|
|
|
## Do you need more power?
|
|
|
|
Try [Sharp7Reactive](https://github.com/evopro-ag/Sharp7Reactive)
|