I'm testing a with websockets and as it seems that has MUUUCH potential in the IOT world with the ESP8266 I have some questions.
I got my example code running fine - a HTML site with a bit javascript as a websocket client. The websocket Server is the ESP which is switching LEDs (at the moment). The library I've used is LINKs Library.
But when we talk about Internet of things we talk about controlling things over the internet - means it has du be encryptet and authenticated. I didn't find much about that. Is any library out that supports WSS + authentication of websockets? Or did I miss something in LINKs library?
thank you and happy coding
mathias