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 <flavio.santes@intel.com>
This commit is contained in:
Flavio Santes 2016-07-28 22:59:31 -05:00 committed by Andrew Boie
commit f61574eef7
2 changed files with 18 additions and 0 deletions

View file

@ -8,6 +8,15 @@ Requirements
* MQTT 3.1.1 Gateway. * 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. * Galileo Gen 2 Development Board.
* USB-UART cable: CH340, FTDI 6-pin or equivalent for debugging. * USB-UART cable: CH340, FTDI 6-pin or equivalent for debugging.

View file

@ -8,6 +8,15 @@ Requirements
* MQTT 3.1.1 Gateway. * 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. * Galileo Gen 2 Development Board.
* USB-UART cable: CH340, FTDI 6-pin or equivalent for debugging. * USB-UART cable: CH340, FTDI 6-pin or equivalent for debugging.