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.
- Host: GitHub
- URL: https://github.com/keithduncan/embedded-mqtt
- Owner: keithduncan
- License: other
- Created: 2019-06-03T10:01:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T04:55:24.000Z (over 3 years ago)
- Last Synced: 2025-03-24T09:52:57.171Z (about 1 month ago)
- Topics: mqtt, mqtt-protocol, no-std, rust
- Language: Rust
- Homepage:
- Size: 110 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).