generate a Wi-Fi QR code
- Python 84.5%
- Makefile 15.5%
| .gitignore | ||
| Makefile | ||
| mkcreds.py | ||
| README.md | ||
Wi-Fi QR code
This code is meant to generate a QR code with Wi-Fi credentials
using the qrencode program (not included). The SSID is specified
in the Makefile; the password is expected to be found in a file
$HOME/etc/secrets with lines of the format tag:password where
the tag to look up the password is the SSID with /wifi appended.
This won't work with an SSID that contains a colon :.
[ni@w21.org 2020-06-01]