Files
AMWD.Protocols.Modbus/AMWD.Protocols.Modbus.Proxy/README.md
2024-06-28 21:37:26 +02:00

11 lines
406 B
Markdown

# Modbus Protocol for .NET | Proxy
With this package the server and client implementations will be combined as proxy.
You can use any `ModbusBaseClient` 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))