With the HTTPS stuff (see the other thread) I'll hopefully get the async connect stuff added (I still have to figure out a nice way of handling it) and that should help simplify the ESP8266 side.
Do you currently handle name resolution as part of the connection? If not, I'd hold off doing that. Hopefully the async changes will make that a lot easier too.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Great, thanks @Kolban!
With the HTTPS stuff (see the other thread) I'll hopefully get the async
connect
stuff added (I still have to figure out a nice way of handling it) and that should help simplify the ESP8266 side.Do you currently handle name resolution as part of the connection? If not, I'd hold off doing that. Hopefully the async changes will make that a lot easier too.