diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-21 16:01:31 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-02-21 14:34:05 -0600 |
commit | f4f264f7c953afd42b08d50e70054af51402dc02 (patch) | |
tree | 52d017dc01cc0917d59d5261a2ce29fbdead399c /thirdparty/paho-mqtt/README | |
parent | 4db7fc393b94ed54e59eaca9ad8f9b4af243d942 (diff) |
libraries/paho-mqtt: Moved from thirdparty.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'thirdparty/paho-mqtt/README')
-rw-r--r-- | thirdparty/paho-mqtt/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/thirdparty/paho-mqtt/README b/thirdparty/paho-mqtt/README deleted file mode 100644 index b328c8bd8f..0000000000 --- a/thirdparty/paho-mqtt/README +++ /dev/null @@ -1,10 +0,0 @@ -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. - |