☆ Yσɠƚԋσʂ ☆ to Open SourceEnglish · 8 months agowifi-qr: command-line util to generate QR codes for wifi accessgithub.comexternal-linkmessage-square5fedilinkarrow-up156arrow-down13
arrow-up153arrow-down1external-linkwifi-qr: command-line util to generate QR codes for wifi accessgithub.com☆ Yσɠƚԋσʂ ☆ to Open SourceEnglish · 8 months agomessage-square5fedilink
minus-squarefl42vlinkfedilinkarrow-up4·8 months agoLooking at what’s inside, you can pretty much do it with bash + qrencode. At the first glance, it’s basically an encoded string like WIFI:T:$SECURITY;S:$SSID;P:$PASSWORD;H:$HIDDEN;; where $SECURITY will most often be WPA
Looking at what’s inside, you can pretty much do it with bash + qrencode. At the first glance, it’s basically an encoded string like
WIFI:T:$SECURITY;S:$SSID;P:$PASSWORD;H:$HIDDEN;;
where$SECURITY
will most often be WPA