An open API service indexing awesome lists of open source software.

https://github.com/feuermagier/tinymqtt

An extremely small & simple MQTT client
https://github.com/feuermagier/tinymqtt

iot mqtt rust rust-esp

Last synced: 10 months ago
JSON representation

An extremely small & simple MQTT client

Awesome Lists containing this project

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).