osund / wlan-sheet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:TeX 99.1%Language:Makefile 0.9%