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.6 by tdb, Sun Jan 28 22:01:14 2001 UTC vs.
Revision 1.11 by tdb, Sun Aug 1 10:39:55 2004 UTC

# Line 91 | Line 91 | Host         (direction) Server         Comment
91                                          eg,
92                                          a.conf;b.conf;c.conf
93  
94 + [FQDN]       ---------->                Asks the server to
95 +                                        send the FQDN (fully
96 +                                        qualified domain
97 +                                        name) of the
98 +                                        connecting host.
99 +                                        
100 +             <---------- [{fqdn}        Returns the FQDN of
101 +                         |ERROR]        the connected host,
102 +                                        or error if it can't
103 +                                        be looked up.
104 +
105               ********** LOOP START **********
106               This loop reads configuration
107               properties from the config
# Line 134 | Line 145 | Host         (direction) Server         Comment
145                                          filter that it
146                                          should connect to
147                                        
148 <             <---------- {filter}       Returns a semi-colon
148 >             <---------- {filter}|ERROR Returns a semi-colon
149                                          separated list of
150                                          FQDN hostname, UDP
151                                          port number and TCP
# Line 146 | Line 157 | Host         (direction) Server         Comment
157                                          eg,
158                                          raptor.ukc.ac.uk;
159                                          1234;5678
160 +                                        or ERROR if none of
161 +                                        configured Filter's
162 +                                        could be found.
163  
164   [END]        ---------->                Indicates to the
165                                          server that the host
# Line 251 | Line 265 | The UDP data packets that are sent by the host contain
265   simply XML data.  For information on the format of this
266   data see the XML via UDP specification document at:
267  
268 < http://www.i-scream.org.uk/cgi-bin/docs.cgi?doc=specification/xml_via_udp.txt
268 > http://www.i-scream.org/cgi-bin/docs.cgi?doc=specification/xml_via_udp.txt
269  
270   Client Control Protocol
271   -----------------------
# Line 285 | Line 299 | v1.0 - Protocol identifier: "PROTOCOL 1.0" (without qu
299   Host         (direction) Server         Comment
300   ------------------------------------------------------------
301   <initialise>
288 [CONNECT]    ---------->                Starts off the
289                                        client protocol
290            
302               <---------- [{protocol}]   The server sends the
303                                          protocol identifier
304                                        
# Line 315 | Line 326 | Host         (direction) Server         Comment
326               This loop reads configuration
327               properties from the config
328  
329 < [{property}] ---------->                Sends the name of a
329 > [{config};{property}] ---------->       Sends the name of a
330 >                                        configuration and
331                                          property to be
332                                          retrieved from the
333                                          config file
# Line 465 | Line 477 | server will send XML formatted data packets separated
477   \n (newline) character.  For information on the format of
478   this data see the XML via UDP specification document at:
479  
480 < http://www.i-scream.org.uk/cgi-bin/docs.cgi?doc=specification/xml_via_udp.txt
480 > http://www.i-scream.org/cgi-bin/docs.cgi?doc=specification/xml_via_udp.txt
481  
482   About
483   -----
484 < This document was written by AJ Moore [ajm4@ukc.ac.uk] for
484 > This document was written by AJ Moore [ajm@i-scream.org] for
485   use by the team working on a 3rd year Computer Science
486   project called "i-scream". More details can be found on the
487   project website;
488  
489 < http://www.i-scream.org.uk
489 > http://www.i-scream.org

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines