Skip to content

mosquittov2.0.22

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

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

and one transitive dependency:

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Youngho Kim's avatarYoungho Kim
  • Matt Powley's avatarMatt Powley
  • JackBoosY's avatarJackBoosY
  • Victor Romero's avatarVictor Romero
  • Stefano Sinigardi's avatarStefano Sinigardi
  • Phil Christensen's avatarPhil Christensen
  • Robert Schumacher's avatarRobert Schumacher
  • ryanfitzsimon's avatarryanfitzsimon
  • Alexander Neumann's avatarAlexander Neumann
  • NancyLi1013's avatarNancyLi1013
  • NancyLi1013's avatarNancyLi1013
  • Lily's avatarLily
  • nicole mazzuca's avatarnicole mazzuca
  • Antoine Hoarau's avatarAntoine Hoarau
  • Billy O'Neal's avatarBilly O'Neal
  • autoantwort's avatarautoantwort
  • georg-emg's avatargeorg-emg
  • Thomas1664's avatarThomas1664
  • JonLiu1993's avatarJonLiu1993
  • toge's avatartoge
  • Kai Pastor's avatarKai 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)
  • bba6b96Build 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)
Show 16 earlier changes