modified ppf README
authorMarius Sandu-Popa <sandupopamarius@gmail.com>
Sat, 10 Apr 2010 09:25:55 +0000 (12:25 +0300)
committerMarius Sandu-Popa <sandupopamarius@gmail.com>
Sat, 10 Apr 2010 09:26:08 +0000 (12:26 +0300)
ppf/GUI/DbObjects.py [moved from ppf/viewer/DbObjects.py with 100% similarity]
ppf/GUI/GUI.py [moved from ppf/viewer/p2p-nexteditor.py with 100% similarity]
ppf/GUI/README [moved from ppf/viewer/README with 100% similarity]
ppf/GUI/config.py [moved from ppf/viewer/config.py with 100% similarity]
ppf/GUI/mpleditor.py [moved from ppf/viewer/mpleditor.py with 100% similarity]
ppf/GUI/run_GUI [new file with mode: 0755]
ppf/README
ppf/viewer/run_viewer [deleted file]

similarity index 100%
rename from ppf/viewer/DbObjects.py
rename to ppf/GUI/DbObjects.py
similarity index 100%
rename from ppf/viewer/p2p-nexteditor.py
rename to ppf/GUI/GUI.py
similarity index 100%
rename from ppf/viewer/README
rename to ppf/GUI/README
similarity index 100%
rename from ppf/viewer/config.py
rename to ppf/GUI/config.py
similarity index 100%
rename from ppf/viewer/mpleditor.py
rename to ppf/GUI/mpleditor.py
diff --git a/ppf/GUI/run_GUI b/ppf/GUI/run_GUI
new file mode 100755 (executable)
index 0000000..103e88b
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+PYTHONPATH=../auto/db/ python GUI.py ../auto/db/client-limitation-experiment.db
index df6e34f..a3c42b1 100644 (file)
@@ -1,5 +1,12 @@
-Directory Contents:
+Post-Processing Framework
+
+This directory contains the framework used for processing the information gathered 
+in the P2P-Next BitTorrent experiments. The framework has several main components: 
+- database management modules/scripts;
+- parsers for status & verbose messages;
+- GUI statistics engine
 
+Directory Contents:
 db/                                    - P2P-Next Database Helper Objects 
        db-init                         - create P2P-Next Logging Database script; 
                                          uses sql/p2p-log-sqlite.sql script
@@ -37,7 +44,7 @@ log-parser/ - parsers for Tribler and Libtorrent logs
 log-samples/- verbose and status log samples for Tribler and libtorrent
 
 viewer/                                        -
-       p2p-nextviewer.py               - P2P-Next GUI
+       p2p-nextviewer.py               - P2P-Next GUI statistics engine
        DbObjects.py                    - P2P-Next Database Objects used by GUI 
        mpleditor.py                    - matplotlib editor used by GUI
        config.py                       - global variables for GUI
diff --git a/ppf/viewer/run_viewer b/ppf/viewer/run_viewer
deleted file mode 100755 (executable)
index 3f18394..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-PYTHONPATH=../auto/db/ python p2p-nexteditor.py ../auto/db/client-limitation-experiment.db