Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BiancoRoyal/modbus-iiot-rust
The Modbus IIoT Library
https://github.com/BiancoRoyal/modbus-iiot-rust
Last synced: 7 days ago
JSON representation
The Modbus IIoT Library
- Host: GitHub
- URL: https://github.com/BiancoRoyal/modbus-iiot-rust
- Owner: BiancoRoyal
- License: mpl-2.0
- Created: 2018-01-13T13:56:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T10:58:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T21:58:46.716Z (10 days ago)
- Language: Rust
- Size: 59.6 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-rust - BiancoRoyal/modbus-iiot-rust - ci.org/BiancoRoyal/modbus-iiot-rust.svg?branch=master)](https://travis-ci.org/BiancoRoyal/modbus-iiot-rust) (Applications / Industrial automation)
- awesome-rust - BiancoRoyal/modbus-iiot-rust - ci.org/BiancoRoyal/modbus-iiot-rust.svg?branch=master)](https://travis-ci.org/BiancoRoyal/modbus-iiot-rust) (应用 Applications / 工业自动化 Industrial automation)
- awesome-rust-cn - BiancoRoyal/modbus-iiot-rust - ci.org/BiancoRoyal/modbus-iiot-rust.svg?branch=master)](https://travis-ci.org/BiancoRoyal/modbus-iiot-rust) (应用 / Industrial automation)
- awesome-rust-zh - BiancoRoyal/modbus-iiot-rust - 纯螃蟹[modbus](http://modbus.org),没有或更少依赖的库。[![Build Status](https://api.travis-ci.org/BiancoRoyal/modbus-iiot-rust.svg?branch=master)](https://travis-ci.org/BiancoRoyal/modbus-iiot-rust) (应用 / 工业自动化)
README
[![Crates.io version](https://img.shields.io/crates/v/modbus-iiot.svg)](https://crates.io/crates/modbus-iiot)
[![Docs](https://docs.rs/modbus-iiot/badge.svg)](https://docs.rs/modbus-iiot/)
[![Coverage Status](https://coveralls.io/repos/github/BiancoRoyal/modbus-iiot-rust/badge.svg?branch=master)](https://coveralls.io/github/BiancoRoyal/modbus-iiot-rust?branch=master)
[![CI](https://travis-ci.org/BiancoRoyal/modbus-iiot-rust.svg?branch=master)](https://travis-ci.org/BiancoRoyal/modbus-iiot-rust/)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/BiancoRoyal/modbus-iiot-rust.svg)](http://isitmaintained.com/project/BiancoRoyal/modbus-iiot-rust "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/BiancoRoyal/modbus-iiot-rust.svg)](http://isitmaintained.com/project/BiancoRoyal/modbus-iiot-rust "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](https://github.com/BiancoRoyal/modbus-iiot-client-rust)
## Contributing
Let's work together - send us your pull request!
### TODO
* TCP Slave (Server) - in progress
* documentation## Authors
[Klaus Landsdorf][1]## License
The code is licenced under [MPL-2.0](https://opensource.org/licenses/MPL-2.0). Like all open source code, you use this code at your own risk.[1]:https://github.com/biancode