Distributed System

  • Distributed Design of MQTT Broker

    Distributed Design of MQTT Broker

    P2P Implementation: https://github.com/forgoes/bifrost Abstract—The Message Queuing Telemetry Transport (MQTT [1]) protocol is a lightweight, publish-subscribe network protocol designed for constrained devices and low-bandwidth, high-latency, or unreliable networks. An MQTT broker is a central component in the Message Queuing Telemetry Transport (MQTT) protocol, responsible for managing and facilitating communication between clients in a publish-subscribe architecture. However,…

    read more