From a446efda360206d635de4414eeec5e6355ee31f0 Mon Sep 17 00:00:00 2001 From: dj7nt Date: Thu, 13 Feb 2025 12:00:50 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f87b6ec..f2b9101 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ ## Streaming of MQTT via socket.io to browser # Install: -1.) git clone it -2.) you need nodeJS / npm -3.) npm install -4.) rename config.js.sample to config.js -5.) adjust config.js to your local MQTT-Broker -6.) node ./mqtt.js -7.) Point browser to localhost:8000 -8.) Enter Topic to subscribe in Input-Field and press Return -9.) Enjoy streaming +1. git clone it +2. you need nodeJS / npm +3. npm install +4. rename config.js.sample to config.js +5. adjust config.js to your local MQTT-Broker +6. node ./mqtt.js +7. Point browser to localhost:8000 +8. Enter Topic to subscribe in Input-Field and press Return +9. Enjoy streaming