Thomas Hunter II
Thomas Hunter II
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.
How does this handle leap seconds? Would it instantly add 1000ms to the lag counter, and return erroneous values for the next N seconds?