Skip to content

Simple CLI application to generate QR Codes for wifi-connections offline

License

Notifications You must be signed in to change notification settings

jhannink/wifi-qrcode-generator

 
 

Repository files navigation

wifi-qrcode-generator

Simple CLI application to generate QR Codes for wifi-connections.

Fork of https://github.com/dev-jan/wifi-qrcode-generator + support of hidden WIFI

build status MIT license

qr code

Do you want to create a QR code for your wifi so you don't have to type in your password to every device? There are several online services for this, but do you really trust an online service? The solution is this offline generator.

How to use?

Download the repository:

git clone https://github.com/dev-jan/wifi-qrcode-generator.git
cd wifi-qrcode-generator

Install the Java Developer Kit (JDK) by yourself (if it's not already installed on your computer)

Build...

./gradlew installDist

Run...

# Linux
./build/install/wifi-qrcode-generator/bin/wifi-qrcode-generator

# Windows
./build/install/wifi-qrcode-generator/bin/wifi-qrcode-generator.bat

Example command:

$ ./build/install/wifi-qrcode-generator/bin/wifi-qrcode-generator --ssid "SomeNetwork" -p "asdf" -a WPA example.png
Generating QR code...
QR code generated. Output: example.png

Use the CLI option -h to indicate hidden SSIDs.

Now you can print out the QR code and let others connect to your wifi without typing your 20-digit password into there phones 😃

About

Simple CLI application to generate QR Codes for wifi-connections offline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.2%
  • Shell 0.8%