mqtt-channel

Crates.iomqtt-channel
lib.rsmqtt-channel
version0.2.0
sourcesrc
created_at2024-09-25 07:32:20.288756
updated_at2024-10-02 20:29:18.468212
descriptionThis crates provide a high-level API MQTT subscriptions, based on channels.
homepage
repositoryhttps://gitlab.com/cyloncore/mqtt-channel
max_upload_size
id1386085
size23,574
(cyrilleberger)

documentation

README

stable pipeline dev/1 pipeline docs crates.io

mqtt-channel

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.

Commit count: 9

cargo fmt