diff -r 2c4bb6968927 -r 70590cc555aa maindocs.h --- a/maindocs.h Sun May 25 12:32:47 2008 -0700 +++ b/maindocs.h Thu Jun 19 10:22:19 2008 -0700 @@ -11,7 +11,9 @@ /*! \mainpage MYNetwork: Mooseyard Networking Library, With BLIP Protocol Implementation
By Jens Alfke
- + + + \section intro_sec Introduction MYNetwork is a set of Objective-C networking classes for Cocoa applications on Mac OS X. @@ -39,6 +41,19 @@ \section blipdesc What's BLIP? + + + + +
+ Google Groups +
+ BLIP Protocol +
+ Visit this group +
+ BLIP is a message-oriented network protocol that lets the two peers on either end of a TCP socket send request and response messages to each other. It's a generic protocol, in that the requests and responses can contain any kind of data you like. BLIP was inspired by The implementation supports SSL connections (with optional client-side certificates), and Bonjour service advertising. - + \section config Configuration MYNetwork requires Mac OS X 10.5 or later, since it uses Objective-C 2 features like