Added modbus-proxy CLI tool

This commit is contained in:
2025-01-28 23:55:44 +01:00
parent e7300bfbde
commit 63c88f5da7
14 changed files with 1097 additions and 6 deletions

View File

@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Small CLI tool to test Modbus client communication.
- Small CLI client for Modbus communication.
- Small CLI proxy to forward messages.
- `VirtualModbusClient` added to `AMWD.Protocols.Modbus.Common`.
### Changed