From 88ae755c30fc678866b3150fcb5439a70b4d8b83 Mon Sep 17 00:00:00 2001 From: ohauer Date: Sat, 4 Jul 2015 09:09:32 +0000 Subject: - add port py-paho-mqtt This port replace the replace mosquitto python driver 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 PR: 200540 Submitted by: ohauer Approved by: Joseph Benden (maintainer, via PM) --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') diff --git a/net/Makefile b/net/Makefile index 2d99e51a775b..2f0fa908cf08 100644 --- a/net/Makefile +++ b/net/Makefile @@ -931,6 +931,7 @@ SUBDIR += py-novaclient SUBDIR += py-oauth SUBDIR += py-oauth2 + SUBDIR += py-paho-mqtt SUBDIR += py-pcap SUBDIR += py-pcapy SUBDIR += py-pcs -- cgit