Is the protocol the Growl uses to send data *out* over the network the
same that is uses to receive notifications from applications (this
one: http://growl.info/documentation/developer/protocol.php)? What
data protocol needs to be implemented to receive data from Growl over
a network connection>
Thanks!
-Rishi
No.
> What data protocol needs to be implemented to receive data from
> Growl over a network connection
Forwarded notifications use the Distributed Objects protocol. I have
no idea whether Cocoa Distributed Objects are available in Cocoa Touch.
You should also support GNTP, which is what Growl for Windows uses now
and is what Growl for Mac will use a few versions from now. Growl will
use that protocol for forwarding; applications will be able to use it
for local notifications.