ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/documentation/specification/protocols.txt
(Generate patch)

Comparing projects/cms/documentation/specification/protocols.txt (file contents):
Revision 1.3 by ajm, Sun Jan 28 20:05:35 2001 UTC vs.
Revision 1.5 by ajm, Sun Jan 28 20:29:32 2001 UTC

# Line 71 | Line 71 | Host         (direction) Server         Comment
71               <---------- [{lastmodified}Returns a long int
72                           |ERROR]        time since epoch
73                                          eg, 123456789
74 <
74 >                                        To indicate what
75 >                                        format this is in,
76 >                                        I quote from the
77 >                                        Java 1.3 JDK API
78 >                                        "measured in milli
79 >                                        -seconds since the
80 >                                        epoch"
81 >                                        
82   [FILELIST]   ---------->                Asks the server for
83                                          the list of files
84                                          that were used to
# Line 151 | Line 158 | Host         (direction) Server         Comment
158                                          server is either ok
159                                          or that it thought
160                                          there was an error
154 <<<<<<< protocols.txt
161   ------------------------------------------------------------
156
157 =======
162        
159 >>>>>>> 1.2
163   Host Heartbeat Protocol
164   -----------------------
165   When a host is configured after it has connected it should
# Line 205 | Line 208 | Host            (direction) Server      Comment
208                                          identical to the one
209                                          received in the
210                                          connection protocol
211 +                                        To indicate what
212 +                                        format this is in,
213 +                                        I quote from the
214 +                                        Java 1.3 JDK API
215 +                                        "measured in milli
216 +                                        -seconds since the
217 +                                        epoch"
218  
219                  <---------- [OK|ERROR]  The server then
220                                          checks all the files
# Line 243 | Line 253 | The UDP data packets that are sent by the host contain
253   simply XML data.  For information on the format of this
254   data see the XML via UDP specification document at:
255  
256 < http://www.i-scream.org.uk/cgi-bin/docs.cgi?doc=specificatio
247 < n/xml_via_udp.txt
256 > http://www.i-scream.org.uk/cgi-bin/docs.cgi?doc=specification/xml_via_udp.txt
257  
258   Client Control Protocol
259   -----------------------
# Line 452 | Line 461 | server will send XML formated data packets seperated b
461   \n (newline) character.  For information on the format of
462   this data see the XML via UDP specification document at:
463  
464 < http://www.i-scream.org.uk/cgi-bin/docs.cgi?doc=specificatio
456 < n/xml_via_udp.txt
464 > http://www.i-scream.org.uk/cgi-bin/docs.cgi?doc=specification/xml_via_udp.txt
465  
466   About
467   -----

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines