Crates.io | tinymqtt |
lib.rs | tinymqtt |
version | 0.1.3 |
source | src |
created_at | 2024-06-04 18:46:08.740891 |
updated_at | 2024-06-04 19:09:28.91491 |
description | A very tiny no-std MQTT client, mainly for embedded systems |
homepage | https://github.com/Feuermagier/tinymqtt |
repository | https://github.com/Feuermagier/tinymqtt |
max_upload_size | |
id | 1261922 |
size | 18,103 |
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).