I'm developing a WebServer for Espruino and would like to know if it's possible to set a Captive Portal.
I tryed listen on port 53 with http and net modules, and of course it turns out nothing since DNS runs over UDP.
There is any chance I can accomplish that in some other way?
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.
I'm developing a WebServer for Espruino and would like to know if it's possible to set a Captive Portal.
I tryed listen on port 53 with http and net modules, and of course it turns out nothing since DNS runs over UDP.
There is any chance I can accomplish that in some other way?
Thx.