- Tue Aug 30, 2016 12:15 pm
#54134
I'm searching the forums trying to figure out the recommended way to do captive portal on ESP8266 and seeing a mixed bag of responses ranging from lua code to modifying cpp files. I tried one example using the arduino dnsServer but it seems to be producing errors/crashes.
What is the recommended way to do a captive portal from a softAP? My device is not going to be internet connected but I would like to make any http requests made while connected to it to go to the server's landing page if they aren't already pointing at the server's ip or local hostname.
SW