rumqtt VS mqtt-rs

Compare rumqtt vs mqtt-rs and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
rumqtt mqtt-rs
34 2
1,469 170
4.4% -
8.9 0.0
9 days ago over 1 year ago
Rust Rust
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rumqtt

Posts with mentions or reviews of rumqtt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-18.

mqtt-rs

Posts with mentions or reviews of mqtt-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-05.
  • What MQTT crates for use in WASM are out there?
    3 projects | /r/rust | 5 Oct 2023
    I saw options like https://github.com/00imvj00/mqttrs and https://github.com/zonyitoo/mqtt-rs - they are compiling for wasm, but for my understanding they are just packet decoders/encoders - so all state machines etc I should write myself. Maybe there are creates that are network agnostic, meaning I will feed it bytes, it will feed me bytes back and all I need to do is to send them?
  • OTA update using MQTT
    4 projects | /r/rust | 1 Mar 2022
    I'm dabbling with the mqttrs crate for the client (https://github.com/zonyitoo/mqtt-rs) this provides rust native components to build a client or server but it's up to you to create the tcp connection and deal with tls if you want it.

What are some alternatives?

When comparing rumqtt and mqtt-rs you can also consider the following projects:

ntex-mqtt - MQTT Client/Server framework for v5 and v3.1.1 protocols

mqtt-broker - A tokio-based MQTT v5 broker written in pure Rust [WIP]

mosquitto - Eclipse Mosquitto - An open source MQTT broker

lora-rs - LoRa and LoRaWAN crates for End Devices

futures-batch - An adapter for futures, which chunks up elements and flushes them after a timeout — or when the buffer is full. (Formerly known as tokio-batch.)

rustyline-async - Rustyline, but with async support

too-many-lists - Learn Rust by writing Entirely Too Many linked lists

OPA (Open Policy Agent) - Open Policy Agent (OPA) is an open source, general-purpose policy engine.

rr - Record and Replay Framework

tokio - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...