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
- Host: GitHub
- URL: https://github.com/feuermagier/tinymqtt
- Owner: Feuermagier
- License: mit
- Created: 2024-06-04T18:30:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T19:09:21.000Z (about 2 years ago)
- Last Synced: 2025-08-13T22:59:57.315Z (11 months ago)
- Topics: iot, mqtt, rust, rust-esp
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).