toolshed icon indicating copy to clipboard operation
toolshed copied to clipboard

Add `qr_encode_wifi`

Open jjcarstens opened this issue 2 years ago • 2 comments

Simple helper to format WiFi credentials with QR code formats which can be used on mobile devices to directly connect

IMG_4046

IMG_7C99986A1631-1

jjcarstens avatar Dec 27 '23 03:12 jjcarstens

This is really cool!

I have been concerned with the network requirement for generating QR codes and was looking into a simple QR code generator. I think it's not too hard if you put constraints on the inputs. Anyway, it doesn't look like the QR code requirements for WiFi credentials are too bad. Let me think about this a bit.

fhunleth avatar Dec 27 '23 14:12 fhunleth

One other thought is to put the string generator in VintageNetWiFI (not the QR part). That way we keep it up to date with WiFi configs settings.

fhunleth avatar Dec 27 '23 14:12 fhunleth