tinymqtt

Crates.iotinymqtt
lib.rstinymqtt
version0.1.3
sourcesrc
created_at2024-06-04 18:46:08.740891
updated_at2024-06-04 19:09:28.91491
descriptionA very tiny no-std MQTT client, mainly for embedded systems
homepagehttps://github.com/Feuermagier/tinymqtt
repositoryhttps://github.com/Feuermagier/tinymqtt
max_upload_size
id1261922
size18,103
Florian (Feuermagier)

documentation

README

TinyMQTT

A very tiny no-std MQTT client, mainly for embedded systems. Not very well tested, and only supports a very small subset of MQTT - barely enough to publish messages and subscribe to topics.

The client performs no networking itself. Instead, it writes to and reads from &[u8] buffers supplied by the user (and typically received or to be sent via network sockets).

Commit count: 10

cargo fmt