From f61574eef72b6904123beb66eeb6e7bd4bf6074c Mon Sep 17 00:00:00 2001 From: Flavio Santes Date: Thu, 28 Jul 2016 22:59:31 -0500 Subject: [PATCH] samples/net/mqtt: Update README file for Debian/Ubuntu users Debian and Ubuntu distributions come with an old version of the mosquitto server that does not support MQTT 3.1.1. So, the MQTT applications' README file is updated with this information. Change-Id: I1c76c757b5a15aa2bdd192bd912835a417cb0031 Signed-off-by: Flavio Santes --- samples/net/paho_mqtt_clients/publisher/README | 9 +++++++++ samples/net/paho_mqtt_clients/subscriber/README | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/samples/net/paho_mqtt_clients/publisher/README b/samples/net/paho_mqtt_clients/publisher/README index 2f81875389b..1d4084fcea1 100644 --- a/samples/net/paho_mqtt_clients/publisher/README +++ b/samples/net/paho_mqtt_clients/publisher/README @@ -8,6 +8,15 @@ Requirements * MQTT 3.1.1 Gateway. + NOTE for Debian/Ubuntu users: it seems that the mosquitto server + included with these distros does not support MQTT 3.1.1. + Uninstall the mosquitto server and follow the instructions + provided at the mosquitto website: + + http://mosquitto.org/download/ + + to update the application. + * Galileo Gen 2 Development Board. * USB-UART cable: CH340, FTDI 6-pin or equivalent for debugging. diff --git a/samples/net/paho_mqtt_clients/subscriber/README b/samples/net/paho_mqtt_clients/subscriber/README index 853e3583c46..50a63d73bf7 100644 --- a/samples/net/paho_mqtt_clients/subscriber/README +++ b/samples/net/paho_mqtt_clients/subscriber/README @@ -8,6 +8,15 @@ Requirements * MQTT 3.1.1 Gateway. + NOTE for Debian/Ubuntu users: it seems that the mosquitto server + included with these distros does not support MQTT 3.1.1. + Uninstall the mosquitto server and follow the instructions + provided at the mosquitto website: + + http://mosquitto.org/download/ + + to update the application. + * Galileo Gen 2 Development Board. * USB-UART cable: CH340, FTDI 6-pin or equivalent for debugging.