aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/paho-mqtt/README
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2022-01-27 18:35:29 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-04 17:53:47 +0700
commit87b6cec3fd7ee36da7627d9c152a8259c4e96caa (patch)
tree595b4b22f387973d843c432273d459c08a9fe11c /thirdparty/paho-mqtt/README
parent6e04008caa298a7e6eea75fbda73d07e01f79a78 (diff)
downloadslackbuilds-87b6cec3fd7ee36da7627d9c152a8259c4e96caa.tar.xz
thirdparty/paho-mqtt: Added
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'thirdparty/paho-mqtt/README')
-rw-r--r--thirdparty/paho-mqtt/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/thirdparty/paho-mqtt/README b/thirdparty/paho-mqtt/README
new file mode 100644
index 000000000000..b328c8bd8f24
--- /dev/null
+++ b/thirdparty/paho-mqtt/README
@@ -0,0 +1,10 @@
+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.
+
+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.
+
+Paho is an Eclipse Foundation project.
+