modbus-iiot

Crates.iomodbus-iiot
lib.rsmodbus-iiot
version0.2.0
sourcesrc
created_at2018-01-13 16:11:57.098294
updated_at2018-05-26 14:29:09.807636
descriptionA 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.
homepagehttps://bianco-royal.cloud/
repositoryhttps://github.com/BiancoRoyal/modbus-iiot-rust
max_upload_size
id46671
size174,119
Klaus Landsdorf (biancode)

documentation

README

Crates.io version Docs Coverage Status CI Average time to resolve an issue Percentage of issues still open

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

Klaus Landsdorf

License

The code is licenced under MPL-2.0. Like all open source code, you use this code at your own risk.

Commit count: 43

cargo fmt