Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrischdi/wifi-qr-tex

CLI tool for creating a latex document containing information about a wifi connection.
https://github.com/chrischdi/wifi-qr-tex

Last synced: about 1 month ago
JSON representation

CLI tool for creating a latex document containing information about a wifi connection.

Awesome Lists containing this project

README

        

# WIFI-QR-Code latex document creator

This small cli-tool creates a simple latex-document containing wifi information.
Especially it creates a qr-code which could later be scanned by a smartphone to connect to the wifi.

Example: [here](https://github.com/chrischdi/wifi-qr-tex/blob/master/document.pdf).

## QR-Code

The qr-code is created containing the following string:

```
WIFI:S:{};T:{};P:{};;
```

The brackets are replaced by:

1. SSID
2. Password
3. Encryption (WEP or WPA)

More [information](https://github.com/zxing/zxing/wiki/Barcode-Contents#wifi-network-config-android)

## Usage

```bash
./wifi-qr-tex.py wifi-qr-tex.py [-h] [-e {WPA,WEP}] [-d DESTINATION] [-l {de,en}] SSID PASSWORD
```