Crates.io | robust-tokio-modbus |
lib.rs | robust-tokio-modbus |
version | 0.1.0 |
source | src |
created_at | 2024-10-29 19:38:40.854143 |
updated_at | 2024-10-29 19:38:40.854143 |
description | tokio-modbus based robust modbus library |
homepage | |
repository | https://github.com/washed/robust-tokio-modbus |
max_upload_size | |
id | 1427548 |
size | 25,886 |
Builds on the excellent tokio-modbus crate and adds retries for reads/writes and establishing connections as a client. Mostly just a thin wrapper which makes it easier to build robust modbus clients that reconnect after server or network outages.
I have built this for my own personal projects and don't claim that this library is fit for any purpose.