node-wifi-network

Wireless network control

MIT License

Downloads
10
Stars
3
Committers
1

WiFi-Network

Cross-platform wireless network control

Install via npm

$ npm install --save wifi-network

Supported Platforms

  • Mac OS
  • Windows
  • Linux

Usage

var wifi = require( 'wifi-network' )

Scan for available networks

wifi.scan( function( error, networks ) {
  console.log( error || networks )
})
[
  {
    ssid: 'Vodafone Hotspot',
    bssid: 'a6:31:c4:f2:2d:ca',
    countryCode: 'DE',
    beaconInterval: 100,
    noise: -88,
    rssi: -52,
    channelNumber: 1,
    channelBand: 2,
    channelWidth: 20,
  },
  ...
]

Contributing

Auxiliary Dependencies

$ pip install cpplint

References

Package Rankings
Top 19.18% on Npmjs.org
Badges
Extracted from project README
npm stability npm license npm downloads