hobbyquaker / mqtt-dmx-controller

A simple ArtNet / DMX Controller with MQTT Interface 💡🎬
MIT License
65 stars 14 forks source link

Add MQTT authentication #5

Closed 4lloyd closed 5 years ago

4lloyd commented 5 years ago

This PR adds support for MQTT authentication.

I also added a version number inside the config, so old config files are updated automatically.

Updated dependencies to the latest (working) versions.

hobbyquaker commented 5 years ago

MQTT Auth was already possible, by just putting the credentials into the URL like e.g. mqtts://user:pass@broker:port. Via the URL scheme you can also connect via ws/wss. Will merge anyway, doesn't hurt ;-)