Thomas Hunter II

Results 112 issues of Thomas Hunter II

Won't affect doors since they're centered

enhancement

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

Make sure the app works in RedHat based distributions.

enhancement

How does this handle leap seconds? Would it instantly add 1000ms to the lag counter, and return erroneous values for the next N seconds?