wifi-badge let you share your Wi-Fi configuration quick and easy. It generates a QR code composed your Wi-Fi configuration. Scanning the code allows your Wi-Fi capable devices to join the network effortlessly.
mvn clean compile assembly:single
Argument | Description |
---|---|
ssid | Mandatory identifier of the network. |
wpa | Optional sceurity key for the network. It will be generated if unspecified. |
java -jar wifi-badge-1.0-SNAPSHOT-jar-with-dependencies.jar -ssid just-a-ssid
A svg default named wifi-badge.svg
will be created. It contains the given SSID and a generated wpa key written on it, with a QR code encoded Wi-Fi configuration.
java -jar wifi-badge-1.0-SNAPSHOT-jar-with-dependencies.jar -ssid another-ssid -wpa security.key you_name_it.svg
Generating a you_name_it.svg
with SSID another-ssid
and security key security.key
.
GNU General Public License v3.0