We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Pi Zero W should be able to offer AP mode wifi independently from client access (i.e. let's keep the CosmicPi wifi running even when connected to a fixed wireless network like home/school/university) - here's how to do it: https://albeec13.github.io/2017/09/26/raspberry-pi-zero-w-simultaneous-ap-and-managed-mode-wifi/
This would be great feature!
The text was updated successfully, but these errors were encountered:
we should probably roll this into the AP as well - https://brennanhm.ca/knowledgebase/2016/10/raspberry-pi-access-point-and-captive-portal-without-internet/
Sorry, something went wrong.
specifically the http204 returns with nginx
Created and tested a script that creates AP and connects to Wifi network simultaneously: https://gist.github.com/lukicdarkoo/6b92d182d37d0a10400060d8344f86e4
And usage:
curl https://gist.githubusercontent.com/lukicdarkoo/6b92d182d37d0a10400060d8344f86e4/raw | sh -s YourWifiSSID YourWifiPass CosmicPi cosmicpi
lukicdarkoo
No branches or pull requests
The Pi Zero W should be able to offer AP mode wifi independently from client access (i.e. let's keep the CosmicPi wifi running even when connected to a fixed wireless network like home/school/university) - here's how to do it:
https://albeec13.github.io/2017/09/26/raspberry-pi-zero-w-simultaneous-ap-and-managed-mode-wifi/
This would be great feature!
The text was updated successfully, but these errors were encountered: