Skip to Content

mosquitto v2.0.18

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

The package mosquitto provides CMake targets:

find_package(mosquitto REQUIRED)
target_include_directories(main PRIVATE ${MOSQUITTO_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${MOSQUITTO_LIBRARIES}) 

# License

# Supported Platforms

!android

  • linux
  • osx
  • uwp
  • windows

    # Features

    No features defined.

    # Dependencies

    and 2 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

    # Changelog

    • 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)
    • 1c2af99 [vcpkg format-manifest] Add convert-control flag (#12471)
    • 103939f [mosquitto] Add vcpkg-cmake-wrapper.cmake and vcpkg.json (#12536)
    • fed53f5 [mosquitto] Add support for static build
    and 13 more commits:

    # Source