Added new Proxy package with Tcp implementation

This commit is contained in:
2024-04-20 20:54:25 +02:00
parent 763ca1da25
commit 54511c9366
6 changed files with 912 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
# Modbus Protocol for .NET | Proxy
With this package the server and client implementations will be combined as proxy.
You can use any `ModbusBasClient` implementation as target client and plug it into the implemented `ModbusTcpProxy` or `ModbusRtuProxy`, which implement the server side.
---
Published under MIT License (see [**tl;dr**Legal](https://www.tldrlegal.com/license/mit-license))