Skip to Content

mosquitto v2.0.22

Created
Updated

Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol versions 3.1 and 3.1.1, MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model, This makes it suitable for machine to machine messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers like the Arduino

# Usage

mosquitto provides CMake targets:

find_package(unofficial-mosquitto CONFIG REQUIRED)
# C bindings
target_link_libraries(main PRIVATE unofficial::mosquitto::mosquitto)
# C++ bindings
target_link_libraries(main PRIVATE unofficial::mosquitto::mosquittopp) 

mosquitto provides pkg-config modules:

# mosquitto MQTT library (C bindings)
libmosquitto

# mosquitto MQTT library (C++ bindings)
libmosquittopp 

# License

# Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Youngho Kim's avatar Youngho Kim
  • Matt Powley's avatar Matt Powley
  • JackBoosY's avatar JackBoosY
  • Victor Romero's avatar Victor Romero
  • Stefano Sinigardi's avatar Stefano Sinigardi
  • Phil Christensen's avatar Phil Christensen
  • Robert Schumacher's avatar Robert Schumacher
  • ryanfitzsimon's avatar ryanfitzsimon
  • Alexander Neumann's avatar Alexander Neumann
  • NancyLi1013's avatar NancyLi1013
  • NancyLi1013's avatar NancyLi1013
  • Lily's avatar Lily
  • nicole mazzuca's avatar nicole mazzuca
  • Antoine Hoarau's avatar Antoine Hoarau
  • Billy O'Neal's avatar Billy O'Neal
  • autoantwort's avatar autoantwort
  • georg-emg's avatar georg-emg
  • Thomas1664's avatar Thomas1664
  • JonLiu1993's avatar JonLiu1993
  • toge's avatar toge
  • Kai Pastor's avatar Kai Pastor

# Changelog

  • a038c0e [mosquitto] Overhaul (#46849)
  • 78965de [mosquitto] update to 2.0.22 (#46415)
  • 6220088 [mosquitto] update version to 2.0.20 (#43256)
  • a979460 [mosquitto] Update to 2.0.18 (#34456)
  • 9f7c4cd [mosquitto] Update to 2.0.14 (#24271)
  • ddfcc23 [mosquitto] fixed building of static libraries (#21131)
  • e7e328c [many ports] call vcpkg_fixup_pkgconfig() (#20953)
  • bba6b96 Build fixes from 2021-09-28's nightly build. (#20435)
  • 5aec72b [mosquitto] Update to 2.0.12 (#20148)
  • 4cbbcbd [vcpkg macos ci] Switch to using our own base boxes, to fix bringing up mac machines (#13619)
and 16 more commits:

# Source