| Crates.io | mqtt-sn |
| lib.rs | mqtt-sn |
| version | 0.2.2 |
| created_at | 2021-02-24 12:22:49.88916+00 |
| updated_at | 2022-11-16 21:44:44.187537+00 |
| description | Partial Rust implementation of the MQTT-SN standard |
| homepage | |
| repository | https://github.com/rust-iot/rust-mqtt-sn |
| max_upload_size | |
| id | 359952 |
| size | 61,459 |
Partial Rust implementation of the MQTT-SN standard, which defines the operation of MQTT optimized for sensor networks. This crate is in early development but still implements most of the MQTT-SN protocol.
Use Cargo to add this library as a dependency to your project. Add the following to you Cargo.toml:
[dependencies]
mqtt-sn = "0.1"
For more information, please refer to the API Reference.
Subscribe/SubAck and Unsubscribe/UnsubAck messages.Add support for defmt (behind the defmt-impl feature).
This project is open source software, licensed under the terms of the Mozilla Public License.
See LICENSE for full details.