From a05656efff4e4a8eed6100a4c630a8760921fbbc Mon Sep 17 00:00:00 2001 From: dj7nt Date: Thu, 10 Apr 2025 10:42:17 +0200 Subject: [PATCH] Documentation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea4502b..a0e4c63 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,14 @@ # Install: 1. git clone it -2. you need nodeJS / npm or bun +2. you need nodeJS / npm or [bun](https://bun.sh/docs/installation) 3. `npm install` or `bun i` 4. rename config.js.sample to config.js 5. adjust config.js to your local MQTT-Broker 6. ` node ./mqtt.js` or `bun ./mqtt.js` 7. Point browser to localhost:8000 8. Enjoy streaming + +# Prequisites: +* MQTT Server (`apt install mosquitto` or docker-mosquitto) +* MQTT-Streaming at wavelog enabled (`config.php`-switch: `$config['mqtt_server']='your_mosquitto_server';`) \ No newline at end of file