Skip to content
forked from osund/wlan-sheet

Generate a PDF using LaTeX to share WiFi configuration as a QR code and written text.

License

Notifications You must be signed in to change notification settings

cschug/wlan-sheet

 
 

Repository files navigation

WLAN Sheet

Generate a PDF using LaTeX to share WiFi configuration as a QR code and written text. The QR codes are supported by iOS 11 and the Android app Barcode Scanner (also available in F-Droid) by ZXing Team.

Usage

WLAN Configuration

Edit wlan-config.tex and change foo and bar to your SSID and password.

\newcommand{\ssid}{YOUR SSID}
\newcommand{\password}{YOUR PASSWORD}

Then run make to create a PDF called wlan-sheet.pdf using the provided WLAN configuration. It is also possible to generate QR codes with WEP and no password. But why would you want to use this for a WLAN without a password and why would you want to use WEP?

If you really want to use WEP, change to the following in wlan-config.tex.

\newcommand{\authtype}{WEP}

Router Web Administration

The second page has a QR code with the URL to the webadmin interface of the router and the login details in text format.

\newcommand{\webadminurl}{YOUR ROUTER URL}
\newcommand{\webadminuser}{YOUR ROUTER USERNAME}
\newcommand{\webadminpass}{YOUR ROUTER PASSWORD}

Language

To change language to Swedish replace

\selectlanguage{english}

with

\selectlanguage{swedish}

or use the same pattern for changing to German, Polish or Czech.

Screenshots of scanning

Android

Android using Barcode Scanner

iOS11

iOS 11 (yes, the blurred password can be found out by scanning the QR code...)

Translations

Links

About

Generate a PDF using LaTeX to share WiFi configuration as a QR code and written text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.1%
  • Makefile 0.9%