Added automatic documentation generation on Release
This commit is contained in:
26
docs/index.md
Normal file
26
docs/index.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
_layout: landing
|
||||
---
|
||||
|
||||
# Modbus Protocol for .NET
|
||||
|
||||
This library implements the basic Modbus protocol specified at [modbus.org](https://modbus.org/tech.php).
|
||||
|
||||
The aim was to include all necessary steps to have a fully working client, which is capable of the common protocol versions.
|
||||
|
||||
|
||||
## NuGet packages
|
||||
|
||||
Here is an overview of the latest packages.
|
||||
|
||||
| Package Url | Version | Short description |
|
||||
|-------------|---------|-------------------|
|
||||
| [AMWD.Protocols.Modbus.Common] |  | Common data for Modbus protocol. |
|
||||
| [AMWD.Protocols.Modbus.Serial] |  | Implementation of the Modbus protocol communicating via serial line using RTU or ASCII encoding. |
|
||||
| [AMWD.Protocols.Modbus.Tcp] |  | Implementation of the Modbus protocol communicating via TCP. |
|
||||
|
||||
|
||||
|
||||
[AMWD.Protocols.Modbus.Common]: https://www.nuget.org/packages/AMWD.Protocols.Modbus.Common
|
||||
[AMWD.Protocols.Modbus.Serial]: https://www.nuget.org/packages/AMWD.Protocols.Modbus.Serial
|
||||
[AMWD.Protocols.Modbus.Tcp]: https://www.nuget.org/packages/AMWD.Protocols.Modbus.Tcp
|
||||
Reference in New Issue
Block a user