summaryrefslogtreecommitdiffstats
path: root/libraries/paho-mqtt
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 16:33:43 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 16:33:43 -0400
commitdf50bb00c32d20323bb819516fd1e92d58db2db7 (patch)
treee963cd2379f0f404b69755045587cb806b8662ed /libraries/paho-mqtt
parent47f98502ef0cf0d6d873e0575dbd91e9530c1fda (diff)
downloadslackbuilds-df50bb00c32d20323bb819516fd1e92d58db2db7.tar.gz
slackbuilds-df50bb00c32d20323bb819516fd1e92d58db2db7.tar.xz
libraries/paho-mqtt: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/paho-mqtt')
-rw-r--r--libraries/paho-mqtt/README17
1 files changed, 13 insertions, 4 deletions
diff --git a/libraries/paho-mqtt/README b/libraries/paho-mqtt/README
index b328c8bd8f..df98524431 100644
--- a/libraries/paho-mqtt/README
+++ b/libraries/paho-mqtt/README
@@ -1,10 +1,19 @@
-This document describes the source code for the Eclipse Paho MQTT Python client library, which implements versions 5.0, 3.1.1, and 3.1 of the MQTT protocol.
+This document describes the source code for the Eclipse Paho MQTT
+Python client library, which implements versions 5.0, 3.1.1, and 3.1
+of the MQTT protocol.
-This code provides a client class which enable applications to connect to an MQTT broker to publish messages, and to subscribe to topics and receive published messages. It also provides some helper functions to make publishing one off messages to an MQTT server very straightforward.
+This code provides a client class which enable applications to
+connect to an MQTT broker to publish messages, and to subscribe to
+topics and receive published messages. It also provides some helper
+functions to make publishing one off messages to an MQTT server very
+straightforward.
It supports Python 2.7.9+ or 3.6+.
-The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. Designed as an extremely lightweight publish/subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium.
+The MQTT protocol is a machine-to-machine (M2M)/"Internet of
+Things" connectivity protocol. Designed as an extremely lightweight
+publish/subscribe messaging transport, it is useful for connections
+with remote locations where a small code footprint is required and/or
+network bandwidth is at a premium.
Paho is an Eclipse Foundation project.
-