Scans surrounding area for wireless access points and routers.
Scans surrounding area for wireless access points and routers.
parameter | type | description |
---|---|---|
Function |
Callback | Returns object array of access points with rssi value |
plott.wifiscanner(function(err, data){
--Do something
});
Returns Function
,
Requires nodejs.
$ npm install plott-wifi-scanner
$ npm test