wok view python-paho-mqtt/description.txt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (19 months ago)
parents
children
line source
1 This document describes the source code for the Eclipse Paho MQTT Python
2 client library, which implements versions 5.0, 3.1.1, and 3.1 of the MQTT
3 protocol.
5 This code provides a client class which enable applications to connect to
6 an MQTT broker to publish messages, and to subscribe to topics and receive
7 published messages.
8 It also provides some helper functions to make publishing one off messages
9 to an MQTT server very straightforward.
11 It supports Python 2.7.9+ or 3.6+.
13 The MQTT protocol is a machine-to-machine (M2M) or "Internet of Things"
14 connectivity protocol.
15 Designed as an extremely lightweight publish and subscribe messaging
16 transport, it is useful for connections with remote locations where a
17 small code footprint is required or network bandwidth is at a premium.
19 Paho is an Eclipse Foundation project.