Honestly, up to you. Or WiFi. I was wondering about that but I have no real preference, just not wIfI or wIFI :)
Does ESP8266 support IPv6 at all? Currently internally Espruino uses uint32_t for IP addresses (so that's what the utility functions that do conversions expect), but if there's any chance of IPv6 that needs to change.
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.
Honestly, up to you. Or
WiFi
. I was wondering about that but I have no real preference, just notwIfI
orwIFI
:)Does ESP8266 support IPv6 at all? Currently internally Espruino uses uint32_t for IP addresses (so that's what the utility functions that do conversions expect), but if there's any chance of IPv6 that needs to change.
In terms of JS-land, strings all the way I think.