Skip to content

Cordova interface for android.net.wifi.WifiManager to list available access points and their signal strengths

License

Notifications You must be signed in to change notification settings

ms3eed/cordova-wifiscanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-wifiscanner

Cordova interface for android.net.wifi.WifiManager to list available access points and their signal strengths.

This plugin is based on the structure of the Device-Motion plugin and exposes a similar API.

Installation

cordova plugin add nl.nielsad.cordova.wifiscanner

Supported Platforms

  • Android

Methods

  • navigator.wifi.getAccessPoints(successCallback, errorCallback)
  • navigator.wifi.watchAccessPoints(successCallback, errorCallback, options)
  • navigator.wifi.clearWatch(id)

For more information, see the documentation of the Device-Motion plugin.

Objects

  • AccessPoint (see android.net.wifi.ScanResult)
    • BSSID: Address of the access point (String)
    • SSID: Network name; (String)
    • level: RSSI (Number)

About

Cordova interface for android.net.wifi.WifiManager to list available access points and their signal strengths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.3%
  • Java 49.7%