Skip to main content

Eclipse Mosquitto™

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.

Basics


Repositories

Repo Commits Reviews Issues
https://github.com/eclipse-mosquitto/mosquitto 395 90 167
https://github.com/eclipse-mosquitto/.eclipsefdn 4 0 0

Activity - commits

There have been 399 commits made by 30 people on 2 repositories over the last 12 months.


Activity - issues

There have been 167 issues submitted by 150 people on 1 repositories over the last 12 months.


Activity - reviews

There have been 90 reviews submitted by 44 people on 1 repositories over the last 12 months.

The EMO oversees the lifecycle of Eclipse projects, trademark and IP management, and provides a governance framework and recommendations on open source best practices.

See the project’s PMI page at https://projects.eclipse.org/projects/iot.mosquitto


Releases


IP Lab requests

  • 2025-06-25 - https://github.com/eclipse-mosquitto/mosquitto/pull/3291
  • 2025-06-19 - pkg:generic/libmicrohttpd@1.0.1?download_url=https://git.gnunet.org/libmicrohttpd.git/snapshot/libmicrohttpd-1.0.1.tar.gz
  • 2025-06-19 - git/github/sqlite/sqlite/version-3.45.1
  • 2025-06-19 - git/github/warmcat/libwebsockets/v4.3.5
  • 2025-06-19 - git/github/P-H-C/phc-winner-argon2/20190702
  • 2025-06-19 - pkg:generic/libedit@20250104?download_url=https://www.thrysoee.dk/editline/libedit-20250104-3.1.tar.gz

Organization Settings

  • GitHub organization: eclipse-mosquitto
  • 2FA enforced: True
  • Default workflow permissions: write

Branch Protections

This project has a total of 3 repositories in its associated GitHub organization eclipse-mosquitto . The graph below outlines the percentange of repositories that have either defined a Branch Protection Rule or Repository Ruleset: Branch protections

Back to the top