Closed chrisco484 closed 2 years ago
My 2 cents here: Why don't you just use MQTT(s) ? That is actually the protocol intended for such use cases. What is special about your use case to have such a requirement=
My 2 cents here: Why don't you just use MQTT(s) ? That is actually the protocol intended for such use cases. What is special about your use case to have such a requirement=
I was thinking about that but thought that websockets over https may give a more streamlined path to a secure bidirectional connection or is MQTT just as easy to secure with TLS?
I was thinking about that but thought that websockets over https may give a more streamlined path to a secure bidirectional connection or is MQTT just as easy to secure with TLS?
MQTT can use SSL/TLS, take a look over here: https://www.hivemq.com/blog/mqtt-security-fundamentals-tls-ssl/ http://www.steves-internet-guide.com/mosquitto-tls/
Marco
This question is unrelated to the framework at the moment, indeed websockets or MQTT would be better solutions for this
This framework looks very nice indeed!
I am thinking of an application of this framework where I would like the ESP8266 to act as device that can both send and receive data/commands to a secure (https) website in the cloud asynchronously - i.e. I don't want the device to be regularly sending "have you got any thing for me?" pings on the webserver all day long.
A couple of questions: