Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Captive portal #30

Open
danielkucera opened this issue Aug 28, 2021 · 2 comments
Open

Captive portal #30

danielkucera opened this issue Aug 28, 2021 · 2 comments

Comments

@danielkucera
Copy link

Would it be possible to implement captive portal like in this WiFiManager?
https://github.com/tzapu/WiFiManager/blob/master/WiFiManager.cpp#L567

This way, when connecting from (at least) Android phone, you are redirected to the manager automatically after connecting to the WiFi network. You don't need to mess with "no internet warnings" and input IP address.

@danielkucera
Copy link
Author

danielkucera commented Aug 28, 2021

This should be fairly easy to implement:
https://github.com/jczic/MicroDNSSrv#using-for-a-captive-portal-
plus this:
https://github.com/tzapu/WiFiManager/blob/master/WiFiManager.cpp#L2193

@graham768
Copy link

I've created a captive portal implementation on my fork called MicroWifiManager but since this required a decent refactor I think it'd cause headache to PR back into tayfunulu's WifiManager (and captive portal may be a different creative direction than this project intends to head)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants