Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Wifiauth | 436 | 4 years ago | mit | Objective-C | ||||||
Because connecting to WiFis is still an unsolved problem 😂 | ||||||||||
Wifiqr | 228 | 2 months ago | 7 | October 22, 2022 | mit | Go | ||||
Create a QR code with your Wi-Fi login details | ||||||||||
Openwisp Wifi Login Pages | 74 | 2 months ago | 25 | gpl-3.0 | JavaScript | |||||
Configurable captive page for public/private WiFi services providing login, sign up, social login, SMS verification, change password, reset password, change phone number and more. | ||||||||||
Zjuwlan_auto_login | 51 | 4 years ago | Python | |||||||
implemented in Python | ||||||||||
Wifidog Java Portal | 34 | 7 years ago | Java | |||||||
由 Java 实现的 WiFiDog 认证服务 | ||||||||||
Muwifi Autologin | 28 | 6 years ago | other | Java | ||||||
An android application to automatically login to MU-WiFi | ||||||||||
Meo Wifi Login | 18 | 2 years ago | Python | |||||||
Allows automated login through a MEO Wifi Premium hotspot | ||||||||||
P99 Login Middlemand | 14 | 2 years ago | 2 | unlicense | C | |||||
Filters EQEmu login server to only display P99 servers | ||||||||||
Logmein Android | 13 | 8 years ago | 9 | gpl-3.0 | Java | |||||
Automatically login to University WiFi with your Android | ||||||||||
Croutera | 12 | 2 months ago | 3 | January 16, 2016 | 7 | mit | Python | |||
Simple Cli Router Admin. To handle common Routers/Modems actions like login, restart, log in terminal. |
Create a QR code with your Wi-Fi login details.
Use Google Lens or other application to scan it and connect automatically.
Choose a binary from the releases.
Download and install Go.
Install the application:
go install github.com/reugn/wifiqr/cmd/[email protected]
See the go install instructions for more information about the command.
$ 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:
-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)
-p, --protocol string Wireless network encryption protocol (WPA2, WPA, WEP, NONE). (default "WPA2")
-s, --size int Image width and height in pixels (default 256)
-i, --ssid string Wireless network name
-v, --version version for wifiqr
./wifiqr --ssid some_ssid --key 1234 --output qr.png --size 128
MIT