Crates.io | mqtt-channel |
lib.rs | mqtt-channel |
version | 0.2.0 |
source | src |
created_at | 2024-09-25 07:32:20.288756 |
updated_at | 2024-10-02 20:29:18.468212 |
description | This crates provide a high-level API MQTT subscriptions, based on channels. |
homepage | |
repository | https://gitlab.com/cyloncore/mqtt-channel |
max_upload_size | |
id | 1386085 |
size | 23,574 |
This crate provides a convenient way to share a MQTT connection to a broker and subscribe to MQTT topics by providing broadcast channels. It uses the rumqttc library to connect to the MQTT broker. And it uses the async_broadcast crate to provide channels.
Note: this crate is feature complete, and few changes are expected.