diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2015-07-04 09:09:32 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2015-07-04 09:09:32 +0000 |
commit | 4c1ddf0f0482f4dad3b54ab7be8a6e1c2b604924 (patch) | |
tree | 2f6c16d0128bbf4f28119c7433f20e96195b1178 /net/py-paho-mqtt/pkg-descr | |
parent | 0c54521b1a8a0e43c1a3fac9167c6f43b8b9237f (diff) | |
download | ports-4c1ddf0f0482f4dad3b54ab7be8a6e1c2b604924.tar.gz ports-4c1ddf0f0482f4dad3b54ab7be8a6e1c2b604924.zip |
Notes
Diffstat (limited to 'net/py-paho-mqtt/pkg-descr')
-rw-r--r-- | net/py-paho-mqtt/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/py-paho-mqtt/pkg-descr b/net/py-paho-mqtt/pkg-descr new file mode 100644 index 000000000000..b511274ce9ae --- /dev/null +++ b/net/py-paho-mqtt/pkg-descr @@ -0,0 +1,8 @@ +Python MQTT version 3.1/3.1.1 client class + +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. + +WWW: http://eclipse.org/paho |