2175a55a612f5f8cd6453a54907c511b3d5ce7d3
Streaming of MQTT via socket.io to browser
Install:
- git clone it
- you need nodeJS / npm or bun
npm installorbun i- rename config.js.sample to config.js
- adjust config.js to your local MQTT-Broker
node ./mqtt.jsorbun ./mqtt.js- Point browser to localhost:8000
- Enjoy streaming
Prerequisites:
- MQTT Server (
apt install mosquittoor docker-mosquitto) - MQTT-Streaming at wavelog enabled (
config.php-switch:$config['mqtt_server']='your_mosquitto_server';)
Description
Languages
HTML
45.7%
JavaScript
43.1%
Dockerfile
11.2%