2025-04-11 18:40:29 +02:00
2025-04-11 18:20:54 +02:00
2025-04-11 18:40:29 +02:00
2025-04-11 18:40:29 +02:00
2025-04-11 18:40:29 +02:00
2025-04-11 17:39:53 +02:00
2025-04-11 18:40:29 +02:00
2025-04-02 13:17:10 +00:00
2025-04-10 10:51:54 +02:00

Streaming of MQTT via socket.io to browser

Install:

  1. git clone it
  2. you need nodeJS / npm or bun
  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

Prerequisites:

  • MQTT Server (apt install mosquitto or docker-mosquitto)
  • MQTT-Streaming at wavelog enabled (config.php-switch: $config['mqtt_server']='your_mosquitto_server';)
Description
No description provided
Readme 90 KiB
Languages
HTML 45.7%
JavaScript 43.1%
Dockerfile 11.2%