Skip to content

Native node binding providing a classlibrary for linux-iwlib

License

Notifications You must be signed in to change notification settings

trgr/node-iwlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-iwlib ########## implements: iw_scan get_kernel_we_version get_basic_config

var iwlib = require("iwlib").iwlib
var iw = new iwlib()
console.log(iw.scan("wlan0"))
console.log(iw.get_kernel_we_version())
console.log(iw.get_basic_config("wlan0"))

About

Native node binding providing a classlibrary for linux-iwlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published