fennec-modbus
🦊 Modular Modbus client.
- The TCP layer is sans-IO. Default implementation for Tokio is provided, and may be used with any TCP client.
- The Modbus layer is sans-IO. The TCP layer is provided, and the underlying protocol can be used over any transport.
- Extensible functions. Most used standard Modbus functions are provided, and the client can use any user-implemented function with arbitrary
BinWritearguments andBinReadoutput.
Sneak peek
use Result;
use AsyncClient;
use UnitId;
use Client;
#
# async
Command-line Interface
Disclaimer
The package is used in a live application, but at this point, the public interface is not stabilized and may change wildly.