Add support for passing MQTT messages over TLS
Closed this issue · 1 comments
dbudwin commented
The library used for MQTT already supports TLS, we just need to take advantage of it: https://github.com/McFizh/libMQTT
Specifically, it looks like the function is called setCryptoProtocol()
in that library.