From d1701f18ccf2cc82ebf899e6d2650abfebfed611 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Sun, 19 Jul 2020 19:30:16 +0200 Subject: [PATCH] MQTT changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 182a150..4a0203a 100644 --- a/README.md +++ b/README.md @@ -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 ```