Captive Portal? #5739
Unanswered
espruino-discuss3
asked this question in
General
Captive Portal?
#5739
Replies: 1 comment
-
Posted at 2017-03-07 by Wilberforce There is some code in progress to add UDP, so in the future yes. By default when the ESP8266 is running STA (station mode), a DNS server is started, so I believe this would also need to be stopped - an option would need to be added Posted at 2017-03-30 by user75251 I'm brand new to Espruino/ESP8266 and I have a little IoT project in mind, and I've been googling mDNS and/or captive portal, and I ran across this - not sure if it's helpful in any way https://github.com/tzapu/WiFiManager |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-03-06 by EthraZa
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.
Beta Was this translation helpful? Give feedback.
All reactions