alexandregv / wifiqr

Create a QR code with your Wi-Fi login details

Home Page:https://pkg.go.dev/github.com/reugn/wifiqr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wi-Fi QR Code Generator

Test Status PkgGoDev Go Report Card codecov

Create a QR code with your Wi-Fi login details.

Use Google Lens or other application to scan it and connect automatically.

Installation

Choose a binary from the releases.

Build from Source

Download and install Go.

Get the package:

go get github.com/reugn/wifiqr

Read this guide on how to compile and install the application.

Usage

$ wifiqr --help
wifiqr is a WiFi QR code generator

It is used to create a QR code containing the login details such as
the name, password, and encryption type. This QR code can be scanned
using Google Lens or other QR code reader to connect to the network.
It is Android and iOS compatible.

If the options necessary for creating the QR code are not given on
the command line, the user will be prompted for the information.

Usage:
  wifiqr [flags]

Flags:
  -e, --eap-method string      EAP method (PEAP, PWD, TTLS, NO_EAP_METHOD). (default "NO_EAP_METHOD")
  -h, --help                   help for wifiqr
      --hidden                 Hidden SSID
  -k, --key string             Wireless password (pre-shared key / PSK)
  -o, --output string          PNG file for output (default stdout)
  -2, --phase2-method string   Phase 2 authentication method (MSCHAPV2, TLS, MD5, NO_PH2_METHOD). (default "NO_PH2_METHOD")
  -p, --protocol string        Wireless network encryption protocol (WPA2, WPA2EAP, WPA, WEP, NO_PROTOCOL). (default "WPA2")
  -s, --size int               Image width and height in pixels (default 256)
  -i, --ssid string            Wireless network name
  -v, --version                version for wifiqr

Usage Example

./wifiqr --ssid some_ssid --key 1234 --output qr.png --size 128

License

MIT

About

Create a QR code with your Wi-Fi login details

https://pkg.go.dev/github.com/reugn/wifiqr

License:MIT License


Languages

Language:Go 100.0%