hobbyquaker / mqtt-dmx-controller

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

Need MQTT SSL server Login #12

Open riwalker opened 5 months ago

riwalker commented 5 months ago

Thanks for the code, much appreciated. We do need the following, and hope its an easy fix for you to add: 1) SSL login for the MQTT server. i.e you need the site CA cert (PEM), and the username / password for login. i do not see in MQTT.js support for SSL ? i do see it mention mqtts, but your code doesn't support the tls.connect ? 2) also, any chance to have it support sACN vs ARTNET ?

also, not sure why there is a artnet HOST IP address and Port ? MQTT topic hierarchy for smarthome, based on the MQTT subscription, so that will address the hardware we intend to control..., so why the Host & port ?