server - implemented stop client, not working
authorAdriana Draghici <adriana008@gmail.com>
Mon, 15 Feb 2010 15:23:51 +0000 (17:23 +0200)
committerAdriana Draghici <adriana008@gmail.com>
Mon, 15 Feb 2010 15:23:51 +0000 (17:23 +0200)
bt_comm/server/PROTOCOL [deleted file]

diff --git a/bt_comm/server/PROTOCOL b/bt_comm/server/PROTOCOL
deleted file mode 100644 (file)
index cc11eb8..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-Comunicare Client <-> Server
-
-1. Step 1
-  - informatiile legate de clienti
-  - msg 1: tipul mesajului: CONFIG_MSG (definit in Util.py)
-  - msg 2: lista de dictionare cu datele din clients.xml
-       exp: [{CLIENT:"tribler", FILE:"Tribler/Tools/cmdline.py",
-               RUN_TYPE:"script",
-               INTERPRETER:"python", PREFIX:"PYTHONPATH=.",SUFFIX:"",
-               UP_LIMIT_OPTION:"",DL_LIMIT_OPTION:"", PORT_OPTION:"-p",
-               LOG_DIR_OPTION:"-l",DL_DIR_OPTION:"-d"}]        
-
-2. Mesaje START
-
-.....