Notice: Some of the services that support the smooth operation of our websites are still in the process of being restored. As a result, certain features—such as images and committer paperwork—may be temporarily unavailable. Our team is actively working to resolve these issues and restore full functionality as soon as possible.

Thank you for your patience and understanding.

Eclipse Mosquitto™

Scope

The Mosquitto project provides a small server implementation of the MQTT protocol. Small means that:

  1. Only necessary function is included (conditional compilation can be used to be able to omit unneeded function for a particular application),
  2. That function is coded as efficiently as possible,
  3. The externals are as simple as possible for the function provided.

The server has the following features, which are not described in the MQTT specification:

  1. An MQTT bridge, to allow Mosquitto to connect to other MQTT servers.
  2. The ability to secure communications using SSL/TLS.

Mosquitto keeps up to date with any MQTT specification changes, for instance the outcome of the OASIS MQTT specification standardization. Mosquitto adheres to the protocol specifications and standards as closely as possible, so it may be used in conformance testing. Any included non-standard behaviour is optional.

Releases
Name Date
2.1 2021-12-15
2.0.10 2021-04-03
2.0.9 2021-03-11
2.0.8 2021-02-25
2.0.7 2021-02-04
2.0.5 2021-01-11
2.0.6 2021-01-01
2.0.4 2020-12-22
2.0.3 2020-12-17
2.0.1 2020-12-10
2.0.2 2020-12-10
2.0 2020-12-03
1.6.12 2020-08-19
1.6.11 2020-08-11
1.6.10 2020-05-25
1.6.9 2020-02-27
1.6.8 2019-11-28
1.6.7 2019-09-25
1.6.6 2019-09-17
1.6.5 2019-09-12
1.6.4 2019-08-01
1.6.3 2019-06-18
1.6.2 2019-04-30
1.6.1 2019-04-26
1.6 2019-04-17
1.5.8 2019-02-28
1.5.7 2019-02-13
1.5.6 2019-02-06
1.5.5 2018-12-11
1.5.4 2018-11-08
1.5.3 2018-09-27
1.5.2 2018-09-19
1.5.1 2018-08-16
1.5 2018-05-02
1.4.15 2018-02-28
1.4.14 2017-07-10
1.4.13 2017-06-27
1.4.12 2017-05-29
1.4.11 2017-02-20
1.4.9 2016-06-03
1.4.8 2016-02-14
1.4.7 2015-12-21
1.4.6 2015-12-20
1.4.5 2015-11-09
1.4.4 2015-09-16
1.4.3 2015-08-19
1.4.2 2015-05-07
1.4.1 2015-03-30
1.4 2015-02-11
Reviews