From: Marius Sandu-Popa Date: Sat, 10 Apr 2010 09:25:55 +0000 (+0300) Subject: modified ppf README X-Git-Tag: getopt_long~112 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=6c188956c03738b759251016cc096c0487bad6f0;p=cs-p2p-next.git modified ppf README --- diff --git a/ppf/viewer/DbObjects.py b/ppf/GUI/DbObjects.py similarity index 100% rename from ppf/viewer/DbObjects.py rename to ppf/GUI/DbObjects.py diff --git a/ppf/viewer/p2p-nexteditor.py b/ppf/GUI/GUI.py similarity index 100% rename from ppf/viewer/p2p-nexteditor.py rename to ppf/GUI/GUI.py diff --git a/ppf/viewer/README b/ppf/GUI/README similarity index 100% rename from ppf/viewer/README rename to ppf/GUI/README diff --git a/ppf/viewer/config.py b/ppf/GUI/config.py similarity index 100% rename from ppf/viewer/config.py rename to ppf/GUI/config.py diff --git a/ppf/viewer/mpleditor.py b/ppf/GUI/mpleditor.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 index 0000000..103e88b --- /dev/null +++ b/ppf/GUI/run_GUI @@ -0,0 +1,3 @@ +#!/bin/bash + +PYTHONPATH=../auto/db/ python GUI.py ../auto/db/client-limitation-experiment.db diff --git a/ppf/README b/ppf/README index df6e34f..a3c42b1 100644 --- a/ppf/README +++ b/ppf/README @@ -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 index 3f18394..0000000 --- a/ppf/viewer/run_viewer +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -PYTHONPATH=../auto/db/ python p2p-nexteditor.py ../auto/db/client-limitation-experiment.db