mosquitto 0.15-0ubuntu1.12.04.1 source package in Ubuntu

Changelog

mosquitto (0.15-0ubuntu1.12.04.1) precise; urgency=low

  * Fix server crash on incorrect protocol number. (LP: #972389)
 -- <email address hidden> (Roger A. Light)   Thu, 16 Aug 2012 16:30:34 +0100

Upload details

Uploaded by:
Roger Light
Sponsored by:
Iain Lane
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates universe net

Downloads

File Size SHA-256 Checksum
mosquitto_0.15.orig.tar.gz 144.8 KiB 9d4c26fc99392150f57ae938fb03659cea4df7f31f5abb2e46ccfb7cedc23a54
mosquitto_0.15-0ubuntu1.12.04.1.debian.tar.gz 5.9 KiB 3320295913022b285898322f222ee2435da62c1afbc74b687db6cba540ae4228
mosquitto_0.15-0ubuntu1.12.04.1.dsc 2.3 KiB da47fc45458ae045effefae3d7ed350cc04da9735a7a1684da9f034043be32f5

View changes file

Binary packages built by this source

libmosquitto0: MQTT version 3.1 client library

 This is a C library for implementing MQTT version 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.

libmosquitto0-dev: MQTT version 3.1 client library, development files

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

libmosquittopp0: MQTT version 3.1 client C++ library

 This is a C++ library for implementing MQTT version 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.

libmosquittopp0-dev: MQTT version 3.1 client C++ library, development files

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

mosquitto: MQTT version 3.1 compatible message broker

 This is a message broker that supports version 3.1 of the MQ Telemetry
 Transport 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 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.

python-mosquitto: MQTT version 3.1 client library, python bindings

 This is a Python module for implementing MQTT version 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.