KinG-InFeT / WiFiInfo

Cordova get SSID WiFI information Android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiFiInfo

Cordova get SSID WiFI information Android and iOS

WiFi Info plugin for (Android/iOS)/(Phonegap/Cordova) >= 3.0.0

By Linkpass S.r.l.

Plugin Installation

Phonegap/Cordova vers 3.x.x

  • Run terminal
cordova plugins add https://github.com/KinG-InFeT/WiFiInfo.git
  • Call the plugin:
WiFiInfo.getInfo( 
    function(wifi_name) {         
     alert(wifi_name);//SSID OF Wireless connection
    }, 
    function() {
        //error get SSID
    });
  • That's all Folks!! ;)

CHANGELOG

29/08/2014 (vers 0.1.0)

  • Initial release (Tested with Cordova 3.5.0, platform android v4.4.4)

Thanks for the attention ;)

About

Cordova get SSID WiFI information Android and iOS

License:GNU General Public License v3.0


Languages

Language:Java 62.2%Language:Objective-C 30.6%Language:JavaScript 7.1%