taintedzodiac / relaymyhome

(MacOS) Nintendo 3DS StreetPass Automation
MIT License
107 stars 21 forks source link

Removes need for user to indicate wifi interface, resets MAC to default #1

Closed imariaprime closed 11 years ago

imariaprime commented 11 years ago

The wservice attribute determines whether or not the system calls the wireless interface "Wi-Fi" or "Airport", then sets the wifi attribute with the matching interface (en0, en1, etc).

The WirelessMAC attribute is filled with the machine's default MAC address, which is then reset at the end of the program's run.

taintedzodiac commented 11 years ago

Thanks!