generate a Wi-Fi QR code
  • Python 84.5%
  • Makefile 15.5%
Find a file
2020-07-20 08:03:21 +02:00
.gitignore improve credentials generator 2020-06-01 16:39:21 +02:00
Makefile improve credentials generator 2020-06-01 16:39:21 +02:00
mkcreds.py slightly improved help string 2020-07-20 08:03:21 +02:00
README.md new file: README.md 2020-06-01 16:55:59 +02:00

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]