0.0.2 • Published 9 years ago

plott-wifi-scanner v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

plott-wifi-scanner

build status

Scans surrounding area for wireless access points and routers.

plott.wifiscanner(Function)

Scans surrounding area for wireless access points and routers.

Parameters

parametertypedescription
FunctionCallbackReturns object array of access points with rssi value

Example

plott.wifiscanner(function(err, data){
--Do something
});

Returns Function,

Installation

Requires nodejs.

$ npm install plott-wifi-scanner

Tests

$ npm test

Source module

[node-wifiscanner