a bit docu

This commit is contained in:
2025-04-02 20:00:56 +02:00
parent f754418782
commit 5db63cc4df

View File

@@ -2,11 +2,10 @@
# Install: # Install:
1. git clone it 1. git clone it
2. you need nodeJS / npm 2. you need nodeJS / npm or bun
3. npm install 3. `npm install` or `bun i`
4. rename config.js.sample to config.js 4. rename config.js.sample to config.js
5. adjust config.js to your local MQTT-Broker 5. adjust config.js to your local MQTT-Broker
6. node ./mqtt.js 6. ` node ./mqtt.js` or `bun ./mqtt.js`
7. Point browser to localhost:8000 7. Point browser to localhost:8000
8. Enter Topic to subscribe in Input-Field and press Return 8. Enjoy streaming
9. Enjoy streaming