--- projects/cms/documentation/specification/protocols.txt 2001/01/28 20:05:35 1.3 +++ projects/cms/documentation/specification/protocols.txt 2001/01/28 20:29:32 1.5 @@ -71,7 +71,14 @@ Host (direction) Server Comment <---------- [{lastmodified}Returns a long int |ERROR] time since epoch eg, 123456789 - + To indicate what + format this is in, + I quote from the + Java 1.3 JDK API + "measured in milli + -seconds since the + epoch" + [FILELIST] ----------> Asks the server for the list of files that were used to @@ -151,12 +158,8 @@ Host (direction) Server Comment server is either ok or that it thought there was an error -<<<<<<< protocols.txt ------------------------------------------------------------ - -======= ->>>>>>> 1.2 Host Heartbeat Protocol ----------------------- When a host is configured after it has connected it should @@ -205,6 +208,13 @@ Host (direction) Server Comment identical to the one received in the connection protocol + To indicate what + format this is in, + I quote from the + Java 1.3 JDK API + "measured in milli + -seconds since the + epoch" <---------- [OK|ERROR] The server then checks all the files @@ -243,8 +253,7 @@ The UDP data packets that are sent by the host contain simply XML data. For information on the format of this data see the XML via UDP specification document at: -http://www.i-scream.org.uk/cgi-bin/docs.cgi?doc=specificatio -n/xml_via_udp.txt +http://www.i-scream.org.uk/cgi-bin/docs.cgi?doc=specification/xml_via_udp.txt Client Control Protocol ----------------------- @@ -452,8 +461,7 @@ server will send XML formated data packets seperated b \n (newline) character. For information on the format of this data see the XML via UDP specification document at: -http://www.i-scream.org.uk/cgi-bin/docs.cgi?doc=specificatio -n/xml_via_udp.txt +http://www.i-scream.org.uk/cgi-bin/docs.cgi?doc=specification/xml_via_udp.txt About -----