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.