mqtt.org

The mqtt.org website (by mqtt)

Mqtt.org Alternatives

Similar projects and alternatives to mqtt.org

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better mqtt.org alternative or higher similarity.

mqtt.org discussion

Log in or Post with

mqtt.org reviews and mentions

Posts with mentions or reviews of mqtt.org. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-21.
  • Measuring Crowd Engagement with an MQTT-based IoT App
    8 projects | dev.to | 21 Nov 2024
    We will explore a Spin application that uses the MQTT trigger and deploy it to run on your Kubernetes cluster using SpinKube, whether on the edge or in the cloud. MQTT is a lightweight, publish-subscribe messaging protocol that enables devices to send and receive messages through a broker. Our Spin app will receive MQTT messages from sound devices that are at each booth and chart booth volume over time. The result is a visual graph of engagement at each booth.
  • RabbitMQ on Kubernetes
    5 projects | dev.to | 14 May 2024
    RabbitMQ is an open-source message broker software that implements a handful of messaging protocols, originally the AMQP (Advanced Message Queuing Protocol), and also includes web-based ones such as STOMP (Simple Text Orientated Messaging Protocol), MQTT (Message Queuing Telemetry Transport), and WebSockets to decouple applications that share asynchronous data. RabbitMQ not only serves as an attractive messaging system choice due to its robustness and well-maintained open-source nature but also stands out for its ease of use and configuration. Before creating our first RabbitMQ instance and cluster, let's explore some fundamental concepts around messaging and check out some common use cases.
  • (MQTT Series) Part 2 - Setting Up a Broker
    4 projects | dev.to | 10 May 2024
    Mosquitto itself does not support cluster deployment, but it can be implemented through the backend, see MQTT server support for details.
  • (MQTT Series) Part 3 - Publishing Subscribing and Topics
    2 projects | dev.to | 10 May 2024
    '$' is a reserved prefix for internal topics, even if you subscribe with a single '#', the Broker will not send them to you unless you explicitly subscribe, like the common $SYS topics;
  • Simplest Guide to DIY Your Own LLM Toy in 2024
    4 projects | dev.to | 2 Apr 2024
    MQTT (optional): If you're aiming for advanced customization, familiarity with MQTT (a lightweight messaging protocol) will be beneficial for communicating between the toy and the server.
  • How to Keep a History of MQTT Data With Node.js
    6 projects | dev.to | 20 Dec 2023
    The MQTT protocol is widely used in IoT applications because of its simplicity and ability to connect different data sources to applications using a publish/subscribe model. While many MQTT brokers support persistent sessions and can store message history as long as an MQTT client is not available, there may be cases where data needs to be stored for a longer period. In such cases, it is recommended to use a time series database. There are many options available, but if you need to store unstructured data such as images, sensor data, or Protobuf messages, consider using ReductStore. It is a time series database specifically designed for storing large amounts of blob data and optimized for IoT and edge computing.
  • Introducing SeaStreamer 🌊 - a stream processing toolkit for working with Kafka and Redis Streams
    1 project | /r/rust | 4 Apr 2023
    https://mqtt.org is more popular, but its more complex. You will unlikely write your own mqtt while you can easily write own stomp broker.
  • Control your IoT devices with this new MQTT Client in C# (published on NuGet)
    2 projects | /r/csharp | 28 Mar 2023
    I wanted to share my latest package (published on NuGet) implementing the MQTT v5 protocol.
  • I'm working on a project, which will let me connect esp01 board directly to database like mongo DB.
    2 projects | /r/esp8266 | 16 Mar 2023
  • MQTT vs. Kafka: An IoT Advocate's Perspective
    3 projects | news.ycombinator.com | 14 Mar 2023
    I jumped onto https://mqtt.org/ to try to answer my usual use-case question about non-Kafka messaging, which is: "Do the messages get saved anywhere so you can come back and read them later?" Still not entirely sure about it.

    But I did see:

        This is why MQTT has 3 defined quality of service levels: 0 - at most once, 1- at least once, 2 - exactly once
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 9 Dec 2024
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic mqtt.org repo stats
32
5,074
7.0
28 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that SCSS is
the 42nd most popular programming language
based on number of metions?