3 unstable releases
Uses old Rust 2015
0.2.0 | May 26, 2018 |
---|---|
0.1.1 | May 11, 2018 |
0.1.0 | Jan 13, 2018 |
#2 in #iiot
34 downloads per month
Used in 2 crates
160KB
3.5K
SLoC
The Modbus IIoT Library
A pure Rust library for working with Modbus in IoT/IIoT projects. It is based on the Modbus protocol specification with the focus on no or few dependencies.
Features
- TCP Master (Client)
- FC 1,2,3,4,5,6,15,16 (Class 0,1 and partial 2)
Example
A very simple example is to find here: Modbus-IIoT-Client
Contributing
Let's work together - send us your pull request!
TODO
- TCP Slave (Server) - in progress
- documentation
Authors
License
The code is licenced under MPL-2.0. Like all open source code, you use this code at your own risk.