I'm finally getting around to implementing my websockets engine on the ESP8266, allowing a significant amount of high performance communication between the ESP8266 and a web-based GUI.
Re: Websockets for awesome on the ESP8266
Posted: Tue Aug 18, 2015 10:25 am
by danbicks
This is crazy Awesome
Has this been written in the Arduino IDE or eclipse?
Brilliant work, I need to get in to web sockets..
Dans
Re: Websockets for awesome on the ESP8266
Posted: Tue Aug 18, 2015 12:31 pm
by korg1000
it uses nodemcu?
Re: Websockets for awesome on the ESP8266
Posted: Tue Aug 18, 2015 12:41 pm
by cnlohr
It shouldn't be hard to port to {insert your favorite IDE here} but, I usually only program in straight C, and on the minimal SDK so that my code can be maximally portable. Maybe someone else can port for Arduino, or NodeMCU?