From: Adriana Draghici Date: Mon, 15 Feb 2010 15:23:51 +0000 (+0200) Subject: server - implemented stop client, not working X-Git-Tag: getopt_long~152 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=9743b39a8f4f189c6506f1427b82cc45700fe569;p=cs-p2p-next.git server - implemented stop client, not working --- diff --git a/bt_comm/server/PROTOCOL b/bt_comm/server/PROTOCOL deleted file mode 100644 index cc11eb8..0000000 --- a/bt_comm/server/PROTOCOL +++ /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 - -.....