node-wireless
node-wireless copied to clipboard
DEFUNCT: Node.js: WiFi Connection Management
Uncaught Error [ERR_UNHANDLED_ERROR]: Unhandled error. ('The interface wlan0 does not exist.') electron+vue+nodejs
Hi, I have just started using your module in my hobby project, and after running your sample code I notice strange behavior on my system. If I try to connect...
We'll eventually switch over to D-Bus, though I'm not sure it'll work with OS X. Might have to keep the old method of executing binaries and parsing output, but instead...
Currently, the module runs a bunch of commands over and over. This means we need to wait for the command to finish before we get the results. This can take...
Hitting Ctrl+C can sometimes cause uncaught errors to be throw. We should instead catch and emit. ``` [ FATAL] Got some major errors from our scan command:Error: Command failed: /home/tlhunter/Projects/node-wireless-test/node_modules/wireless/index.js:337...
Capture some wpa_supplicant data and create a test suite using said data for mocking.
Make sure the app works with different DHCP daemons. So far we've only tested with DHCPCD under Arch Linux.