Skip navigation.
 
mlRe: MAC Address Detecting Menubar App
FROM : j o a r
DATE : Mon Nov 19 23:10:37 2007

On Nov 19, 2007, at 1:46 PM, Jordan Chark wrote:

> The computer I'm looking to detect is also a Mac, which is probably 
> easier to accomplish as on PCs I was thinking some client-side 
> software may be needed (unless it'd be done with Samba).



If you choose to implement this this functionality using Bonjour, note 
that any client-side software for Windows could be implemented using 
the same technology:

   <http://developer.apple.com/networking/bonjour/index.html>

Also note that Cocoa provides two classes for working with Bonjour 
services and service discovery: NSNetService and NSNetServiceBrowser. 
There's a bit of sample code here:

   </Developer/Examples/Foundation/PictureSharing>

j o a r

Related mailsAuthorDate
mlMAC Address Detecting Menubar App Jordan Chark Nov 19, 22:10
mlRe: MAC Address Detecting Menubar App I. Savant Nov 19, 22:26
mlRe: MAC Address Detecting Menubar App Jordan Chark Nov 19, 22:46
mlRe: MAC Address Detecting Menubar App David Symonds Nov 19, 22:55
mlRe: MAC Address Detecting Menubar App I. Savant Nov 19, 22:58
mlRe: MAC Address Detecting Menubar App Shawn Erickson Nov 19, 23:00
mlRe: MAC Address Detecting Menubar App j o a r Nov 19, 23:10