MQTT changes

This commit is contained in:
Romain Bazile 2020-07-19 19:30:16 +02:00
parent eb532068a7
commit d1701f18cc

View file

@ -283,7 +283,7 @@ From Node-RED gui in your browser, choose the Hamburger menu top right, and then
### Install Mosquitto MQTT
In order to send and receive from Node-RED:
In order to send and receive data from Node-RED, you need to install this. Run the following:
```
sudo apt-get install mosquitto mosquitto-clients
@ -291,7 +291,7 @@ sudo apt-get install mosquitto mosquitto-clients
### Install mqtt-paho
In order to send and receive from python:
In order to send and receive data from python, you need this library. Run the following:
```
pip3 install paho-mqtt
```