# rumqtt **Repository Path**: rustup/rumqtt ## Basic Information - **Project Name**: rumqtt - **Description**: MQTT, MQTT3.1.1/5协议库,同时实现了客户端与服务器端broker - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-17 - **Last Updated**: 2022-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rumqtt [![build status](https://github.com/bytebeamio/rumqtt/workflows/master/badge.svg)](https://github.com/tekjar/rumq/actions) [![Discord chat](https://img.shields.io/discord/633193308033646605?style=flat)](https://discord.gg/mpkSqDg) MQTT libraries in rust which strives to be simple, robust and performant - **mqttbytes:** MQTT 3.1.1/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)