node-wireless
node-wireless copied to clipboard
Test OS X
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 of relying on wpa_supplicant, instead rely on the following:
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport
dbus can be installed and works on OS X, but there's nothing in the OS that uses it. At best one would have to create a program that talks to the airport utility and provides dbus services like those found in Linux.
This would, of course, be awesome.