Added new Proxy package with Tcp implementation
This commit is contained in:
@@ -20,6 +20,11 @@ For example the default protocol versions: `TCP`, `RTU` and `ASCII`.
|
||||
With this package you'll have anything you need to create your own client implementations.
|
||||
|
||||
|
||||
### [Proxy]
|
||||
|
||||
The package contains a TCP and a RTU server implementation as proxy which contains a client of your choice to connect to.
|
||||
|
||||
|
||||
### [Serial]
|
||||
|
||||
This package contains some wrappers and implementations for the serial protocol.
|
||||
@@ -42,6 +47,7 @@ Published under [MIT License] (see [**tl;dr**Legal])
|
||||
|
||||
[see here]: https://github.com/andreasAMmueller/Modbus
|
||||
[Common]: AMWD.Protocols.Modbus.Common/README.md
|
||||
[Proxy]: AMWD.Protocols.Modbus.Proxy/README.md
|
||||
[Serial]: AMWD.Protocols.Modbus.Serial/README.md
|
||||
[TCP]: AMWD.Protocols.Modbus.Tcp/README.md
|
||||
[MIT License]: LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user