https://github.com/iamazy/mqtt-rs
implement mqtt5 protocol with rust, any pr would be appreciate
https://github.com/iamazy/mqtt-rs
mqtt mqtt5 nom rust tokio
Last synced: 3 months ago
JSON representation
implement mqtt5 protocol with rust, any pr would be appreciate
- Host: GitHub
- URL: https://github.com/iamazy/mqtt-rs
- Owner: iamazy
- License: mit
- Created: 2020-06-08T09:52:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T10:10:26.000Z (almost 5 years ago)
- Last Synced: 2025-04-12T05:32:07.443Z (11 months ago)
- Topics: mqtt, mqtt5, nom, rust, tokio
- Language: Rust
- Homepage: https://iamazy.github.io/mqtt-rs
- Size: 1.88 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mqtt-rs
implement mqtt protocol with rust
## MQTT Specifications
[mqtt-CN](http://mqtt.p2hp.com/)
### unit test
- [paho.mqtt.java](https://github.com/eclipse/paho.mqtt.java)