Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network API Documentation #6

Closed
GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments
Closed

Network API Documentation #6

GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

I would love to incorporate this into some of my rails apps, just one
question though, can you point me to some API documentation, seems cool,
just need some docs I can look over to interface with the apis themselfs

Original issue reported on code.google.com by claytybob on 8 Feb 2009 at 4:57

@GoogleCodeExporter
Copy link
Author

in the current version 1.2.x, the network API is based on the Growl for OSX UDP
format. it is documented here: 
http://growl.info/documentation/developer/protocol.php
- i know that the exisiting python and php libraries that support this API work 
with
my windows version, so if you build a rails connector based on that format, you 
will
be good to go.

i should note however that i am currently working with the OSX guys on a new
TCP-based network API that has a lot more features (images, callbacks, etc). 
you can
follow the discussions in their Google Group
(http://groups.google.com/group/growl-development/topics). i have implemented 
the new
GNTP protocol in an all-new 2.0 version of Growl for Windows that i hope to 
release
soon. the new version is mostly complete, but i am waiting until the new 
protocol is
100% before i release it.

(one last thing: if you go ahead and implement the exisiting UDP protocol, it is
still fully supported in the new version alongside the new TCP protocol, so you 
will
be safe. you just wont be able to take advantage of the new features)

Original comment by briandun...@gmail.com on 19 Feb 2009 at 3:45

@GoogleCodeExporter
Copy link
Author

here is the link to the GNTP documentation - it will be updated as the spec is
finalized. for the older UDP protocol, see this link:
http://growl.info/documentation/developer/protocol.php

Original comment by briandun...@gmail.com on 15 Apr 2009 at 6:56

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant