fabaff / mqtt-panel

A web interface for MQTT
MIT License
418 stars 115 forks source link

Modification to use websockets instead of TCP to connect to the server #13

Open Ciges opened 3 years ago

Ciges commented 3 years ago

This modification was needed to use your python script on my Mosquitto server, configured to use websockets instead of MQTT protocol to use when listening.

So now the Python script and the web panel works!

Thanks you very much for your work :-)