OTA update using MQTT

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • mqtt-rs

    MQTT protocol library for Rust

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

  • mosquitto

    Eclipse Mosquitto - An open source MQTT broker

  • For the server I'm just using mosquito (https://mosquitto.org/) since I don't see a ton of benefit in creating the server portion myself.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rumqtt

    The MQTT ecosystem in rust

  • I'm using a very similar approach to this, substituting https://github.com/bytebeamio/rumqtt/tree/master/rumqttc for the client library.

  • mqtt-broker

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

  • I have some of an MQTT broker implemented, but it's not complete yet, and development is slow because it's just me working on it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts