Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 613 Bytes

File metadata and controls

28 lines (13 loc) · 613 Bytes

✅ Takes Wi-Fi Name (SSID)

✅ Takes Password

✅ Lets you choose Security type (WPA/WEP/Open)

✅ Generates a proper Wi-Fi QR code

✅ Allows downloading the QR as an image

✅ When scanned → phone automatically shows “Connect to Wi-Fi”

How Wi-Fi QR actually works

Phones understand this format:

WIFI:T:WPA;S:YourWifiName;P:YourPassword;;

That’s what we generate under the hood.

Demo

image