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

https://github.com/movatica/nmwifiqr

Simple script to create qr codes from networkmanager wifi connections.
https://github.com/movatica/nmwifiqr

bash-script network-manager qr-code wifi-configuration

Last synced: 15 days ago
JSON representation

Simple script to create qr codes from networkmanager wifi connections.

Awesome Lists containing this project

README

          

# nmwifiqr
Simple script to create qr codes from networkmanager wifi connections.

Copy/Paste script to create a qr code image file:
~~~
qrencode -o wifi.png -l M -d 150 -s 8 "WIFI:T:WPA;S:;P:;;"
~~~