And I found this https://github.com/espruino/Espruino/issues/590 which mentions dns redirect as being supported. So I'm wondering if I use the code in this post but use the * wildcard for the host lookup it might work?
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.
Hi,
I did some googling last night. What I'm looking for is called a 'captive portal' it turns out.
I found this post about it http://www.esp8266.com/viewtopic.php?p=23857 but its using native code which I don't understand (yet);
And I found this https://github.com/espruino/Espruino/issues/590 which mentions dns redirect as being supported. So I'm wondering if I use the code in this post but use the * wildcard for the host lookup it might work?
Thoughts?