node-wireless icon indicating copy to clipboard operation
node-wireless copied to clipboard

DEFUNCT: Node.js: WiFi Connection Management

Results 11 node-wireless issues
Sort by recently updated
recently updated
newest added

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...

Make a connection to a WPA encrypted network.

enhancement

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...

enhancement

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...

enhancement

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...

bug

Make a connection to a WEP network.

enhancement

Capture some wpa_supplicant data and create a test suite using said data for mocking.

enhancement

Make sure the app works with different DHCP daemons. So far we've only tested with DHCPCD under Arch Linux.

enhancement