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

Test OS X

Open tlhunter opened this issue 11 years ago • 1 comments

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 

tlhunter avatar Sep 17 '14 06:09 tlhunter

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.

JetForMe avatar Mar 16 '15 08:03 JetForMe