Skip to content

subitolabs/cordova-wifiap-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-wifiap-api

This plugin defines a global WifiApAPI object, which offer methods to on/off Wifi Access-Point Mode:

  • setApEnabled
  • setApDisabled
  • on

Installation

cordova plugin add https://github.com/subitolabs/cordova-wifiap-api.git

Quick example

document.addEventListener('deviceready', function()
{
    WifiApAPI.setApEnabled("Qomodo",function(e){ console.log(e) });

    
    WifiApAPI.on('status',function(status){
         console.log(status);
    });
	
}, false);

About

Yet another Wifi Acces Point enabler API for cordova

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published