Skip to content

Commit

Permalink
Add link to tokio-modbus in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Oct 25, 2024
1 parent f91c058 commit 09f53fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in a safe and convenient way.
- [x] No unsafe code
- [x] Panic free
- [x] All communication is abstracted via traits making it runtime agnostic
- [x] Supports Modbus TCP and RTU (via `tokio-modbus`).
- [x] Supports Modbus TCP and RTU (via [tokio-modbus](https://crates.io/crates/tokio-modbus)).
- [x] Implements "Device Information Model Discovery" as
defined in the SunSpec specification.
- [x] Fully typed models generated from the JSON files contained in the
Expand Down

0 comments on commit 09f53fc

Please sign in to comment.