-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add example of captive portal setup #4
Comments
This might help. Limitations, notes and instructions, see PiCockpit tutorial.
Forked from https://github.com/kevinmcaleer/cyberdog |
Not sure if it's helpful but I made an example that exposes an captive AP then asks the user to supply their wifi credentials and saves those, then reboots and connects to their wifi, returning to the captive AP if the connection couldn't be made (e.g. because the SSID supplied can't be seen or the password supplied was incorrect) https://github.com/simonprickett/phewap |
I'm having an odd issue with that. My old Nexus 7 (android 4) can connect to that AP, and even gets sent the "sign in to wifi" to direct me to the right page, no errors.. Soon as my phone connects, I get this error on my Pico:
Anyone know how I can get it working with the Android 6 devices? EDIT: I went to line 161 in server.py, and had it print(header_line) to see why
Starting to think it's just my lousy old phone, sending a bad requests.. My other devices work fine. lol |
Android 6 might be pinging for a response from an endpoint that isn't set up to respond. My code is meant for newer devices. According to this page, Android 6 would be seeking a response from |
Thanks for the link, tho for some reason, even if I add a check for that address, our weird old phones still cause that error. Regardless tho, it works great on pretty much everything else I've tested, so no worries. |
No description provided.
The text was updated successfully, but these errors were encountered: