Feature #2983
use WiFi network QR code standard to ease getting on same AP
Status: | Closed | Start date: | 02/20/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | pd0x | % Done: | 0% | |
Category: | - | |||
Target version: | improved security/usability | |||
Component: |
Description
For wifi sharing, users need to get onto the same wifi AP. There is a QRCode standard for representing a wifi network, including the password, in a QR Code. Android's Barcode Scanner app recognizes this standard. Perhaps we should use this somehow to ease the the process of getting on the same wifi.
Associated revisions
create wizard for bootstrapping with QR Code and wifi
closes #2983
History
#1 Updated by hans almost 4 years ago
Here's the format from http://zxing.appspot.com/generator/:
// WIFI:S:openwireless.org;; // no pw // WIFI:S:openwireless.org;T:WPA;; // WIFI:S:openwireless.org;T:WEP;; // WIFI:S:openwireless.org;H:true;; // hidden // WIFI:S:openwireless.org;T:WPA;H:true;; // all
#2 Updated by hans almost 4 years ago
- Status changed from New to Feedback
- Assignee set to pd0x
#3 Updated by pd0x almost 4 years ago
- Status changed from Feedback to Closed
Reviewed & confirmed working for me :-)