PDA

View Full Version : Sharing Alert




nelly22
Nov 11, 2009, 10:14 PM
I would like to get alert if there is someone in my network with Bonjour turned on and his computer appears in my Finder Sidebar>Sharing.

Now i need to switch to Finder manually and look if there is anything.



belvdr
Nov 11, 2009, 10:15 PM
I would like to get alert if there is someone in my network with Bonjour turned on and his computer appears in my Finder Sidebar>Sharing.

Now i need to switch to Finder manually and look if there is anything.

FYI, Bonjour won't cross subnets, so you'll only be able to see clients on your particular subnet.

nelly22
Nov 12, 2009, 03:43 AM
FYI, Bonjour won't cross subnets, so you'll only be able to see clients on your particular subnet.

Thanks for info.

How i can do this using AppleScript/do shell script...

chown33
Nov 12, 2009, 01:04 PM
http://developer.apple.com/mac/library/DOCUMENTATION/Darwin/Reference/ManPages/man1/dns-sd.1.html

nelly22
Nov 14, 2009, 12:38 AM
http://developer.apple.com/mac/library/DOCUMENTATION/Darwin/Reference/ManPages/man1/dns-sd.1.html

Thaaanks. This is what i was looking for.

Now only thing missing is unix skills. ;)

What i need to put ??? to see everything what My Macs Bonjour sees?
do shell script "dns-sd -B ???"

Thanks