[Commit] rrserver protocol,1.28,1.29

Carl Worth commit at keithp.com
Sat Jun 14 11:33:32 PDT 2003


Committed by: cworth

Update of /local/src/CVS/rrserver
In directory home.keithp.com:/tmp/cvs-serv28532

Modified Files:
	protocol 
Log Message:
Removed old unneeded comment

Index: protocol
===================================================================
RCS file: /local/src/CVS/rrserver/protocol,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- protocol	12 Jun 2003 17:59:16 -0000	1.28
+++ protocol	14 Jun 2003 17:33:29 -0000	1.29
@@ -3,7 +3,7 @@
 			     2003-5-31
 		
 		  Keith Packard         Carl Worth
-		keithp at keithp.com     cworth at isi.edu
+		keithp at keithp.com   carl at theworths.org
 
 Introduction
 
@@ -49,6 +49,8 @@
     If the client doesn't supply <username>, the server will compute
     one and return it.
 
+    Possible errors: INVALIDNAME
+
 1.2. Global commands
 
     1.2.1 Listing available users
@@ -250,11 +252,11 @@
 	    For example:
     
 	    SHOW "
-	     ===
-	    |R.. ... .gs
-	    
+	     ===         
+	    |R.. ... .gs 
+	                 
 	     byc|... .RT|
-	     ===    ==="
+	     ===     === "
     
 	    R.. = 	Red robot (goal robot)
 	    .gs = 	Green square target
@@ -570,6 +572,8 @@
     
 	All names must be unique.
 
+	Possibly returned by: HELO
+
 3.2. Command format errors
 
     Errors caused by ill-formed commands
@@ -718,14 +722,4 @@
 	
 	    Possibly returned by: MOVE
 	
-
-Some comments/questions
------------------------
-
-The server manages ACTIVE based on bids, scores, and PASS
-requests. Once a turn is over, (solution demonstrated or all bidding
-users PASS), it would be nice to allow others to show alternate
-solutions, failed attempts, etc. Shall we provide a way for the ACTIVE
-user to pass control to another, (only when a turn is over)? Or maybe
-since the turn is over we just let any user move the pieces?
 




More information about the Commit mailing list