I wanted to make a little applescript that would call growlnotify to send a message to another computer.
It seems possible since growlnotify has the --host parameter.
But when I try I always get a time-out...
When using the ip it fails:
Code: Select all
growlnotify -m testing -H 10.0.1.2
2005-11-14 18:47:55.762 growlnotify[5261] Exception: NSPortTimeoutExceptionIs there something I'm forgetting here? Do I need to open up a port in the firewall?
The growl network tab finds the other online computers (hence I'm trying with the computername)