bt_comm: changed message format for starting client
authorAdriana Draghici <adriana008@gmail.com>
Fri, 29 Jan 2010 14:48:58 +0000 (16:48 +0200)
committerAdriana Draghici <adriana008@gmail.com>
Fri, 29 Jan 2010 14:52:21 +0000 (16:52 +0200)
Util.py
bt_comm/PROTOCOL

diff --git a/Util.py b/Util.py
index 7b41ae7..b69ad72 100644 (file)
--- a/Util.py
+++ b/Util.py
@@ -19,6 +19,7 @@ DL_LIMIT = "download_limit"
 DL_DIR = "download_dir"
 LOG_DIR = "logging_dir"
 OUT_FILE = "output_file"
+LOG_FILE = "log_file"
 PORT = "port"
 
 
index f74613c..29f3836 100644 (file)
@@ -32,7 +32,8 @@ Comunicare Client <-> Server
  - msg 2: dictionar cu parametrii
        exp: {CLIENT:"tribler", BASE_DIR: "/home/p2p/p2p-clients/tribler/",
                UP_LIMIT: "512", DL_LIMIT:"256", PORT:"9999", 
-               DL_DIR:"/this/dir", LOG_DIR:"/this/dir", OUT_FILE: "output_file"}
+               DL_DIR:"/this/dir", LOG_DIR:"/this/dir", 
+               OUT_FILE: "output_file", LOF_FILE:"log_file"}
  - dupa fiecare msg 1,2 Serverul trimite un mesaj care indica daca a aparut sau nu vreo eroare 
 
 3. Mesaje STOP