https://github.com/totalkrill/rumqtt
https://github.com/totalkrill/rumqtt
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/totalkrill/rumqtt
- Owner: TotalKrill
- License: apache-2.0
- Created: 2020-11-24T09:42:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T09:43:32.000Z (over 5 years ago)
- Last Synced: 2025-02-09T16:43:35.141Z (over 1 year ago)
- Language: Rust
- Size: 966 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rumqtt
[](https://github.com/tekjar/rumq/actions)
[](https://discord.gg/mpkSqDg)
MQTT libraries in rust which strives to be simple, robust and performant
* **mqtt4bytes:** MQTT 3.1.1 serialization and deserialization
* **mqtt5bytes:** MQTT 5 serialization and deserialization
* **rumqttc:** A high level, easy to use mqtt client
* **rumqttd:** A high performance, embeddable, clustered MQTT broker
See respective folders for more details
## License
-----------
Apache License, Version 2.0 ([LICENSE](./LICENSE) or http://www.apache.org/licenses/LICENSE-2.0)