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

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- New `AMWD.Protocols.Modbus.Proxy` package, that contains the server implementations as proxies.
### Changed
- Renamed `ModbusSerialServer` to `ModbusRtuServer` so clearify the protocol, that is used.