Raspberry Pi Wireless Router Hitching McDonald Free Bandwidth
Raspberry Pi at McDonald's
https://www.quora.com/If-I-leave-a-Raspberry-Pi-at-McDonalds-connected-to-wifi-is-there-any-way-I-get-wifi-through-the-pi-from-my-house
Turn a Raspberry Pi into a Wi-Fi access point or repeater
https://www.balena.io/blog/turn-a-raspberry-pi-into-a-wi-fi-access-point-or-repeater/
Wifi auto Connect Screenless RaspberryPi to a McDonalds WI-FI ??????
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
network={
ssid=Mcdonalds
scan_ssid=1
“psk="insert_your_wifi_password_here
“key_mgmt=WPA-PSK
id_str="0"
priority=100
}
** But McDonald’s does not have a psk or password and WPA, REM out with “
Wifi auto Connect Screenless RaspberryPi to a McDonalds WI-FI ??????
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
network={
ssid=Mcdonalds
scan_ssid=1
“psk="insert_your_wifi_password_here
“key_mgmt=WPA-PSK
id_str="0"
priority=100
}
** But McDonald’s does not have a psk or password and WPA, REM out with “
No comments:
Post a Comment
Note: only a member of this blog may post a comment.