Hi, I’ve had SAA for 12 years now and I simply love it!
To the point, when setting the connection of a mqtt server, it appears using websockets (ws:
address prefix) is not supported. Is this something you’d consider adding?
The reason I ask is that I use a Cloudflare tunnel to my home server, and that tunnel only supports http, and I can do ws over http, but not over tcp.
Here’s an open source mqtt client which supports connections both over ws and tcp (mqtt://): GitHub - thomasnordquist/MQTT-Explorer: An all-round MQTT client that provides a structured topic overview
I’d be open to contributing if that’s interesting .
Thanks for considering!