Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers.
Mosquitto is an open source implementation of a server for version 5.0, 3.1.1, and 3.1 of the MQTT protocol. It also includes a C and C++ client library, and the mosquitto_pub and mosquitto_sub utilities for publishing and subscribing.
The Mosquitto MQTT broker was initially developed by Roger Light in 2009 and later donated to the Eclipse Foundation. It was probably the first open source MQTT project.
This article will explain how to install and configure a free open-source version of Mosquitto MQTT Broker on Windows, including how to install Mosquitto as a Windows service.
A mosquito is any of approximately 3,500 species of insects known for the bloodsucking habits of the females. Mosquitoes are known to transmit serious diseases, including yellow fever, Zika fever, malaria, filariasis, and dengue.
Eclipse Mosquitto provides a lightweight server implementation of the MQTT protocol that is suitable for all situations from full power machines to embedded and low power machines.
The binary packages listed below are supported by the Mosquitto project. In many cases Mosquitto is also available directly from official Linux/BSD distributions.
Mosquitto is a popular open-source message broker that implements the MQTT protocol. It provides a lightweight method of carrying out messaging using a publish/subscribe communication pattern. Suitable for high-performance environments, it is capable of handling numerous concurrent connections.
Mosquitto is an MQTT broker, implementing the MQTT protocol (Message Queuing Telemetry Transport), which is specifically designed for lightweight communication between IoT devices and servers.