I started with this quite a long back, way before a separate Guest Wi-Fi was commonplace and we were OK just sharing the Wi-Fi. My ideology with guest at home was to offer Water and Wi-Fi. Guest were happy when Mobile Phone signals were bad (slow) and costly. I've forgotten the tool used but I had a QR-Code for the guest Wi-Fi for a very long time. These days, people don't really care as the Internet speed on their p…
Guest WiFi using a QR code
51–60 of 284 posts
Re: Guest WiFi using a QR code
#52However, having a phone number not your own (or indeed, any number of less than 7 digits) that you can memorize and tell your guests works just as well. Change it as soon as they leave, bada bing, bada boom, done.
Re: Guest WiFi using a QR code
#53It uses the form of: WIFI:T:WPA;S:{ssid};P:{password};; Can generate these on Linux with the qrencode program. Wikipedia has information on this https://en.wikipedia.org/wiki/QR_code#Joining_a_Wi%E2%80%91F... Section of the Wikipedia article: Joining a Wi‑Fi network By specifying the SSID, encryption type, password/passphrase, and if the SSID is hidden or not, mobile device users can quickly scan and join networks wi…
WIFI:t=wpa&s=My%20Network&p=secret%20word
would have been much better.
Re: Guest WiFi using a QR code
#54Standard in the AVM FRITZ!Box. https://avm.de/ratgeber/wlan-zugang-teilen-mit-qr-codes-geht... Edit: English: https://en.avm.de/guide/how-to-share-your-wi-fi-access-with-...
Re: Guest WiFi using a QR code
#55I've done techie things just because they were fun & cool, so this isn't a criticism. However, having a phone number not your own (or indeed, any number of less than 7 digits) that you can memorize and tell your guests works just as well. Change it as soon as they leave, bada bing, bada boom, done.
Re: Guest WiFi using a QR code
#56Re: Guest WiFi using a QR code
#57It uses the form of: WIFI:T:WPA;S:{ssid};P:{password};; Can generate these on Linux with the qrencode program. Wikipedia has information on this https://en.wikipedia.org/wiki/QR_code#Joining_a_Wi%E2%80%91F... Section of the Wikipedia article: Joining a Wi‑Fi network By specifying the SSID, encryption type, password/passphrase, and if the SSID is hidden or not, mobile device users can quickly scan and join networks wi…
Re: Guest WiFi using a QR code
#58It uses the form of: WIFI:T:WPA;S:{ssid};P:{password};; Can generate these on Linux with the qrencode program. Wikipedia has information on this https://en.wikipedia.org/wiki/QR_code#Joining_a_Wi%E2%80%91F... Section of the Wikipedia article: Joining a Wi‑Fi network By specifying the SSID, encryption type, password/passphrase, and if the SSID is hidden or not, mobile device users can quickly scan and join networks wi…
why couldn't they just use normal URL query param escaping? Always reinventing the wheel, badly. WIFI:t=wpa&s=My%20Network&p=secret%20word would have been much better.
Re: Guest WiFi using a QR code
#59[1] https://gist.github.com/ianobermiller/9f17f1022bc75c2228d742... [2] https://bl.ocks.org/ianobermiller/raw/9f17f1022bc75c2228d742...