rumqtt VS mqttrs

Compare rumqtt vs mqttrs and see what are their differences.

mqttrs

Async Mqtt encoder and decoder for rust. (by 00imvj00)
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 mqttrs
34 4
1,473 123
4.6% -
8.9 0.0
6 days ago almost 2 years ago
Rust Rust
Apache License 2.0 Apache License 2.0
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.

mqttrs

Posts with mentions or reviews of mqttrs. 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?
  • [Discussion] What crates would you like to see?
    16 projects | /r/rust | 11 Apr 2023
    What I really want though, is a simple MQTT abstraction around a socket that I can use in non-blocking mode and put into an event loop like calloop. There's mqttrs for the protocol-only part, but I'll still need to convince my employer that it's worth it to implement the IO for it from scratch.
  • What's your go to MQTT library?
    4 projects | /r/rust | 21 Nov 2022
    I've used and contributed to mqttrs, as I needed more low-level control than what rumqtt provides and was keen on using pure Rust. I had to pause my MQTT project two years ago, but AFAICT mqttrs is still a solid option.
  • Hey Rustaceans! Got an easy question? Ask here (37/2021)!
    9 projects | /r/rust | 15 Sep 2021
    What are the best crates for mqtt these days? I found mqtt-rs which looks pretty promising - are there any other ones I should be aware of?

What are some alternatives?

When comparing rumqtt and mqttrs you can also consider the following projects:

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

lxp-bridge - A bridge to MQTT/InfluxDB/Postgres for communications with LuxPower inverters

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

paho.mqtt.rust - paho.mqtt.rust

mqtt-rs - MQTT protocol library for Rust

calloop - A callback-based Event Loop

mosquitto - Eclipse Mosquitto - An open source MQTT broker

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.)

nats.rs - Rust client for NATS, the cloud native messaging system.

lora-rs - LoRa and LoRaWAN crates for End Devices

comprexor - A simple Rust lib to compress and extract files and directories.