Info
Version: | 1.0.0 |
Author(s): | Alessandro Manfredini |
Last Update: | Wednesday, May 19, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/opcProxy.core |
Install
Install-Package opcProxy.core
dotnet add package opcProxy.core
paket add opcProxy.core
opcProxy.core Download (Unzip the "nupkg" after downloading)
Dependencies
- LiteDB(>= 5.0.4)
- NLog(>= 4.6.8)
- Newtonsoft.Json(>= 12.0.3)
- OPCFoundation.NetStandard.Opc.Ua(>= 1.4.360.33)
This library is suitable for monitoring and control of devices. We focused on defining a protocol for bidirectional communication exposing the user to a simple API, so that one can read, but also write values to the OPC server without knowing details about OPC.
**Documentation at:** https://opc-proxy.readthedocs.io/en/latest/intro.html.