paho.mqtt.rust VS mqttrs

Compare paho.mqtt.rust vs mqttrs and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
paho.mqtt.rust mqttrs
4 4
492 123
3.3% -
6.7 0.0
about 2 months ago almost 2 years ago
Rust Rust
GNU General Public License v3.0 or later 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.

paho.mqtt.rust

Posts with mentions or reviews of paho.mqtt.rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-21.

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 paho.mqtt.rust and mqttrs you can also consider the following projects:

rust - Empowering everyone to build reliable and efficient software.

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

crossbeam - Tools for concurrent programming in Rust

calloop - A callback-based Event Loop

sled - the champagne of beta embedded databases

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

rust - Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266

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

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

conc-map-bench

finite-state-machine