Git Product home page Git Product logo

nyala's Introduction

Nyala is an Android app for allowing handheld devices to get on wireless networks without having to type in 
a password. It uses the ZXing API for scanning in a QRCode which contains data like the SSID, BSSID, PSK, etc. 
needed to get onto the access point encoded in that QRCode.  

For the average user typing in the password for a WLAN they're in range of and want to connect to can be
pretty frustrating what with soft keyboards and all. We're hoping that people will start encoding their 
WLAN PSKs as barcodes as well as human-readable text to make it easier for mobile devices to get on the network. 

Nyala currently supports 2 formats for encoding WLAN data. 
1. "Nyala format" <SSID>::<BSSID>::<PSK>:: (Nyala only supports WPA/WPA2 PSKs, no WEP, so there's no need for a type field)
2. "ZXing format" WIFI:T:<KEYTYPE>;S:<SSID>;P:<PSK>;;

Note the trailing characters at the end of each format. These are required.

Nyala is a fairly straightforward app from an Android SDK perspective and should work with most Android phones running
2.x and later. A few models which are known to work:
G1 Dev phone
HTC G2
HTC EVO 4G
HTC MyTouch Slide
Motorola Droid
Motorola Xoom 10.1 Tablet
Huawei IDEOS 

Nyala is released under the GNU General Public License Version 2. 
You can read a copy of this here: 
http://www.gnu.org/licenses/gpl-2.0.html

Nyala uses code from the ZXing barcode-scanning library, which itself is released under the Apache 2.0 License. 
You can get a copy of that license here:
http://www.apache.org/licenses/LICENSE-2.0 

nyala's People

Contributors

jetdillo avatar

Watchers

Andrea Longo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.