From 6c188956c03738b759251016cc096c0487bad6f0 Mon Sep 17 00:00:00 2001 From: Marius Sandu-Popa Date: Sat, 10 Apr 2010 12:25:55 +0300 Subject: [PATCH] modified ppf README --- ppf/{viewer => GUI}/DbObjects.py | 0 ppf/{viewer/p2p-nexteditor.py => GUI/GUI.py} | 0 ppf/{viewer => GUI}/README | 0 ppf/{viewer => GUI}/config.py | 0 ppf/{viewer => GUI}/mpleditor.py | 0 ppf/GUI/run_GUI | 3 +++ ppf/README | 11 +++++++++-- ppf/viewer/run_viewer | 3 --- 8 files changed, 12 insertions(+), 5 deletions(-) rename ppf/{viewer => GUI}/DbObjects.py (100%) rename ppf/{viewer/p2p-nexteditor.py => GUI/GUI.py} (100%) rename ppf/{viewer => GUI}/README (100%) rename ppf/{viewer => GUI}/config.py (100%) rename ppf/{viewer => GUI}/mpleditor.py (100%) create mode 100755 ppf/GUI/run_GUI delete mode 100755 ppf/viewer/run_viewer 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 -- 2.20.1