MQTT – Moquitto – installation and simple start

In the previous article I described the basic of the MQTT communication protocol, now I will discuss the practical use of communication using the Mosquitto broker. Mosquitto is a lightweight broker that supports the MQTT protocol provided by the Eclipse Foundation under the EPL/EDL license. Installing a Broker The following method will install Mosquitto on […]

CZYTAJ WIĘCEJ

MQTT protocol

The MQTT communication protocol is based on the publication and subscription pattern. Its main advantage is lightness, so it can be implemented in very small microprocessor systems, and at low data transmission. MQTT was created by Andy Stanford-Clark and Mihaelaanca Nippera in 1999 year. The MQTT protocol is a special application in the IoT industry. […]

CZYTAJ WIĘCEJ