autorun: modified GET_OUTPUT message
authorAdriana Draghici <adriana008@gmail.com>
Fri, 16 Apr 2010 09:33:22 +0000 (09:33 +0000)
committerAdriana Draghici <adriana008@gmail.com>
Fri, 16 Apr 2010 09:33:22 +0000 (09:33 +0000)
autorun/PROTOCOL
autorun/README

index 5b2a990..d677070 100644 (file)
@@ -34,7 +34,7 @@ Serverul pastreaza un fisier cu info despre toate fisierele downloadate:
 
 2. Mesaje GET_OUTPUT
  -----> tipul mesajului GET_OUTPUT
- <----- lista tupluri: (client_name, metafile, file_type, file_path)
+ <----- lista : [client_name, metafile, [(file_type, file_path), ...]]
 
 3. Mesaje ARCHIVE
  -----> tipul mesajului ARCHIVE
index ef5228c..4d33ebc 100644 (file)
@@ -52,9 +52,9 @@ PROTOCOL - communication description between Server and Commander
 
     - test locally without remotely starting Server:
         - in server/ :
-        1. python Server.py - output in /home/p2p/out and /home/p2p/err
+        1. python Server.py start - output in /home/p2p/out and /home/p2p/err
            or
-           python Server_NO_DAEMON for console output
+           python Server.py no -  for console output
         2. python Client.py torrent_path
             - has test scenerios for tribler, transmission and hrktorrent.
             - modify test_all_commands method in order to choose the BT client.