command
module
Version:
v0.0.0-...-8e49bad
Opens a new window with list of versions in this module.
Published: Jan 4, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
WiFi-QR
A simple utility for generating QR codes for your wifi login.
Based on details from: https://feeding.cloud.geek.nz/posts/encoding-wifi-access-point-passwords-qr-code/.
Install: go get -u github.com/witchard/wifi-qr
.
Usage: wifi-qr -s <SSID> -p <Password> > qr.png
Go package
import "github.com/witchard/wifi-qr/encode
...
png_bytes := encode.EncodeWpa("ssid", "password")
...
Wasm
In the wasm
folder you will find a simple web browser example using wasm. Go into that folder and run make serve
to see it in action.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Package encode can be used to generate the QR code.
|
Package encode can be used to generate the QR code. |
|
|
|
|
Click to show internal directories.
Click to hide internal directories.