1.1 --- a/maindocs.h Sun May 25 12:32:47 2008 -0700
1.2 +++ b/maindocs.h Tue Jul 15 09:37:15 2008 -0700
1.3 @@ -11,7 +11,9 @@
1.4 /*! \mainpage MYNetwork: Mooseyard Networking Library, With BLIP Protocol Implementation
1.5
1.6 <center><b>By <a href="/Jens/">Jens Alfke</a></b></center>
1.7 -
1.8 +
1.9 + <img src="BLIP.png">
1.10 +
1.11 \section intro_sec Introduction
1.12
1.13 MYNetwork is a set of Objective-C networking classes for Cocoa applications on Mac OS X.
1.14 @@ -39,6 +41,19 @@
1.15
1.16 \section blipdesc What's BLIP?
1.17
1.18 + <table style="background-color: #fff; padding: 5px; float: right" cellspacing=0>
1.19 + <tr><td>
1.20 + <img src="http://groups.google.com/groups/img/3nb/groups_bar.gif"
1.21 + height=26 width=132 alt="Google Groups">
1.22 + </td></tr>
1.23 + <tr><td style="padding-left: 5px;font-size: 125%">
1.24 + <b>BLIP Protocol</b>
1.25 + </td></tr>
1.26 + <tr><td style="padding-left: 5px">
1.27 + <a href="http://groups.google.com/group/blip-protocol">Visit this group</a>
1.28 + </td></tr>
1.29 + </table>
1.30 +
1.31 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.
1.32
1.33 BLIP was inspired by <a
1.34 @@ -77,7 +92,7 @@
1.35
1.36 <li>The implementation supports SSL connections (with optional client-side certificates), and Bonjour service advertising.
1.37 </ul>
1.38 -
1.39 +
1.40 \section config Configuration
1.41
1.42 MYNetwork requires Mac OS X 10.5 or later, since it uses Objective-C 2 features like