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

https://github.com/keithduncan/embedded-mqtt

A no_std mqtt encoder/decoder in pure Rust for use in embedded systems.
https://github.com/keithduncan/embedded-mqtt

mqtt mqtt-protocol no-std rust

Last synced: 25 days ago
JSON representation

A no_std mqtt encoder/decoder in pure Rust for use in embedded systems.

Awesome Lists containing this project

README

        

# embedded-mqtt

An encoder/decoder for the MQTT 3.1.1 protocol in pure Rust.

`no_std` by default, a `std` feature enables extensions.

Originally forked from https://github.com/avranju/mqttparse and
renamed when I added encode support, the original license and
copyright is preserved in [LICENSE](LICENSE).