Enable new wireless network connection by scanning its qrcode
asked 2016-05-31 02:41:45 +0200
This post is a wiki. Anyone with karma >75 is welcome to improve it.
Hi,
My wifi password is a generated password and I don't want to bother typing it on the Jolla because it is 63 characters long and it is complicated.
On Android there is an application called "Barcode Scanner" (com.google.zxing.client.android) which enables the connection to a new wireless network by scanning a wifi connection string through it's qrcode picture (without typing SSID nor password) :
$ zbarimg -q --raw myWiFi.png
WIFI:S:mySSID;T:WPA;P:mfejzjfjjnflzwmjflirhrvmo;H:true;;
Btw: H:true
means the SSID is hidden.
Can you provide an application or a SailFish Gui that enables a new wireless network connection by scanning its qrcode ?
@SebM is there a standard to that? i also use qr codes for the password of my wlan, but they only consist of the PSK, so its not that comfortable as what youre are suggesting. so if theres an open standard i would support that idea!
misc11 ( 2016-05-31 02:48:50 +0200 )edit@misc11 I don't know if there is a standard for that but I know wifi network share through qrcode is widely used. The official documentation I found is here : Barcode Contents
SebM ( 2016-05-31 03:46:46 +0200 )editI'd assume it would be possible to add this to the existing QR code scanner for Sailfish. The only trouble I see: Although I didn't check, I'm pretty certain that an application that writes to the Wifi config (wherever it's stored) won't make it into harbour.
ossi1967 ( 2016-05-31 13:56:55 +0200 )editThis sounds like a cool project!
tortoisedoc ( 2016-05-31 14:24:52 +0200 )editi like the idea in gerneral but i strongly dislike this standard - if you can even call it that. just somebody on github making a table wont make it a standard. and why would you use a trademarked term there? and what is that syntax???
misc11 ( 2016-05-31 22:31:53 +0200 )edit