wok diff 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 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-paho-mqtt/description.txt	Thu Sep 29 20:05:23 2022 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +This document describes the source code for the Eclipse Paho MQTT Python
     1.5 +client library, which implements versions 5.0, 3.1.1, and 3.1 of the MQTT
     1.6 +protocol.
     1.7 +
     1.8 +This code provides a client class which enable applications to connect to
     1.9 +an MQTT broker to publish messages, and to subscribe to topics and receive
    1.10 +published messages.
    1.11 +It also provides some helper functions to make publishing one off messages
    1.12 +to an MQTT server very straightforward.
    1.13 +
    1.14 +It supports Python 2.7.9+ or 3.6+.
    1.15 +
    1.16 +The MQTT protocol is a machine-to-machine (M2M) or "Internet of Things"
    1.17 +connectivity protocol.
    1.18 +Designed as an extremely lightweight publish and subscribe messaging
    1.19 +transport, it is useful for connections with remote locations where a
    1.20 +small code footprint is required or network bandwidth is at a premium.
    1.21 +
    1.22 +Paho is an Eclipse Foundation project.