Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
qrencode [2018/08/28 15:13] admin |
qrencode [2023/07/14 07:00] (aktuell) admin |
||
|---|---|---|---|
| Zeile 2: | Zeile 2: | ||
| https://github.com/zxing/zxing/wiki/Barcode-Contents | https://github.com/zxing/zxing/wiki/Barcode-Contents | ||
| + | |||
| + | === URL === | ||
| + | |||
| + | qrencode -o signal.png -s 2 'https://signal.org/de' | ||
| + | |||
| + | === EPC-QR-Code für Banküberweisung === | ||
| + | |||
| + | [[https://de.wikipedia.org/wiki/EPC-QR-Code]] | ||
| + | |||
| + | BCD | ||
| + | 001 | ||
| + | 1 | ||
| + | SCT | ||
| + | RZSTAT2G187 | ||
| + | Alpenverein, Sektion Anger | ||
| + | AT503818700005004197 | ||
| + | EUR5.00 | ||
| + | | ||
| + | | ||
| + | Spende fuer Sektion Anger | ||
| + | |||
| + | cat epc.txt | qrencode -o epc.png | ||
| + | |||
| === WLAN QR-Code === | === WLAN QR-Code === | ||
| - | <code wlan.sh> | + | <code bash wlan.sh> |
| - | #! /bin/bash | + | #!/bin/bash |
| - | qrencode -t EPS -o wlan.eps "WIFI:S:SSID;T:WPA2;P:password" | + | qrencode -t EPS -o wlan.eps "WIFI:S:SSID;T:WPA2;P:password;;" |
| </code> | </code> | ||
| - | 100 Stellen von PI \\ | + | <file> |
| + | WLAN | ||
| + | |||
| + | qrencode -o wifi.png "WIFI:S:my-ssid;T:[WEP|WPA|WPA2];P:PASSWORD;H:[true|false];" | ||
| + | qrencode -t png -o wifi.png 'WIFI:S:SSID;T:WPA2;P:password;;' | ||
| + | |||
| + | H steht für hidden | ||
| + | |||
| + | </file> | ||
| + | |||
| + | Die Datei wlan.eps kann in Inkscape importiert und beliebig skaliert werden. | ||
| + | |||
| + | |||
| + | === QR-Codes als SVG speichern === | ||
| + | |||
| + | cat address.txt | qrencode -t SVG -o address.svg | ||
| + | |||
| + | |||
| + | === 100 Stellen von PI === | ||
| {{wiki:pi.png}} | {{wiki:pi.png}} | ||
| Zeile 57: | Zeile 98: | ||
| END:VEVENT | END:VEVENT | ||
| </file> | </file> | ||
| - | |||
| - | <file> | ||
| - | WLAN | ||
| - | |||
| - | qrencode -o wifi.png "WIFI:S:my-ssid;T:[WEP|WPA|WPA2];P:PASSWORD;H:[true|false];" | ||
| - | |||
| - | H steht für hidden | ||
| - | |||
| - | </file> | ||
| - | |||
| - | === QR-Codes als SVG speichern === | ||
| - | |||
| - | cat address.txt | qrencode -t SVG -o address.svg | ||
| === Hardware auslesen und QR-Code erstellen === | === Hardware auslesen und QR-Code erstellen === | ||