mosquitto 1.6.7-1 source package in Ubuntu

Changelog

mosquitto (1.6.7-1) unstable; urgency=medium

  * New upstream release.

 -- Roger A. Light <email address hidden>  Wed, 25 Sep 2019 13:31:51 +0100

Upload details

Uploaded by:
Roger Light
Uploaded to:
Sid
Original maintainer:
Roger Light
Architectures:
any all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mosquitto_1.6.7-1.dsc 2.2 KiB 418fa5d6ec0c5d58f493b4f9a995f630f00b4d392a66fdbddcb3f6e8dd29eb40
mosquitto_1.6.7.orig.tar.gz 577.2 KiB bcd31a8fbbd053fee328986fadd8666d3058357ded56b9782f7d4f19931d178e
mosquitto_1.6.7-1.debian.tar.xz 17.1 KiB 79c467ef4e880c0aa2555e3cf4e5adabf95bc1cca5beabbb9d4078f650158aff

Available diffs

No changes file available.

Binary packages built by this source

libmosquitto-dev: MQTT version 5.0/3.1.1/3.1 client library, development files

 This is the header and man page for the libmosquitto1 C library, which is a
 library for implementing MQTT version 5.0/3.1.1/3.1 clients. This package is
 needed to do development with libmosquitto1.

libmosquitto1: MQTT version 5.0/3.1.1/3.1 client library

 This is a C library for implementing MQTT version 5.0/3.1.1/3.1 clients.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.

libmosquitto1-dbgsym: debug symbols for libmosquitto1
libmosquittopp-dev: MQTT version 3.1 client C++ library, development files

 This is the header and man page for the libmosquittopp1 C++ library, which is
 a library for implementing MQTT version 3.1 clients. This package is needed to
 do development with libmosquittopp1.

libmosquittopp1: MQTT version 5.0/3.1.1/3.1 client C++ library

 This is a C++ library for implementing MQTT version 5.0/3.1.1/3.1 clients.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.

libmosquittopp1-dbgsym: debug symbols for libmosquittopp1
mosquitto: MQTT version 5.0/3.1.1/3.1 compatible message broker

 This is a message broker that supports version 3.1 and 3.1.1 of the MQTT
 protocol.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.

mosquitto-clients: Mosquitto command line MQTT clients

 This is two MQTT version 5.0/3.1.1/3.1 command line clients. mosquitto_pub can be
 used to publish messages to a broker and mosquitto_sub can be used to
 subscribe to a topic to receive messages.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.

mosquitto-clients-dbgsym: debug symbols for mosquitto-clients
mosquitto-dbgsym: debug symbols for mosquitto
mosquitto-dev: Development files for Mosquitto

 Mosquitto is a message broker that supports the MQTT protocol.
 .
 This package contains the include files used if you wish to compile a package
 which requires Mosquitto's source file headers.