Skip to content
- New `AMWD.Protocols.Modbus.Proxy` package, that contains the server implementations as proxies

- Renamed `ModbusSerialServer` to `ModbusRtuServer` to clearify the protocol that is used
- Made `Protocol` property of `ModbusClientBase` non-abstract

- Issue with missing client on TCP connection when using default constructor (seems that `AddressFamily.Unknown` caused the problem)