aboutsummaryrefslogtreecommitdiffstats
path: root/ROADMAP.txt
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-11-29 22:05:27 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-11-29 22:05:27 +0100
commit924887f1bb2e321b564bde42aecbb5856434b558 (patch)
treefd501a945046dc3aa0eec047aceb75a03ee50cec /ROADMAP.txt
parentupdate README after name changes (diff)
downloadglouglou-924887f1bb2e321b564bde42aecbb5856434b558.tar.xz
glouglou-924887f1bb2e321b564bde42aecbb5856434b558.zip
uddate naming after changes
Diffstat (limited to '')
-rw-r--r--ROADMAP.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/ROADMAP.txt b/ROADMAP.txt
index 3f506c9..9af67f3 100644
--- a/ROADMAP.txt
+++ b/ROADMAP.txt
@@ -4,11 +4,11 @@
=== IN PROGRESS ===
-0.4 - minimal version of glouglou_trackproc
+0.4 - minimal version of gg_trackproc
=== PLANNED ===
-0.5 - minimal version of glouglou_efl
+0.5 - minimal version of gg_efl
=== LATER ===
@@ -31,38 +31,38 @@ sniffers send traffic to daemon where client connects
* libglouglou: calls that are in ARCHITECTURE.txt
* unit tests for all calls
-0.3 - minimal version of glouglou_server
+0.3 - minimal version of gg_server
===============================================================================
OLD
===============================================================================
0.2 - display elements
-* glouglou_efl: display server node on the left (10min)
-* glouglou_efl: display other nodes of the right (45min != 60min, dev 1.2)
-* glouglou_efl: find a good elementary layout, or use directly evas on the bg
+* gg_efl: display server node on the left (10min)
+* gg_efl: display other nodes of the right (45min != 60min, dev 1.2)
+* gg_efl: find a good elementary layout, or use directly evas on the bg
* libglouglou: rename all id to connid, and update ggd gg_elf
-* glouglou_efl: display packets, moving between nodes (45min)
+* gg_efl: display packets, moving between nodes (45min)
* glougloud: send IP type for a connection (10min)
-* glouglou_efl: different colors for packets depending of IP type (20min)
+* gg_efl: different colors for packets depending of IP type (20min)
* glougloud: send ports for a connection (10min)
-* glouglou_efl: different connections per port (20min)
-* glouglou_efl: timer for nodes and conns
+* gg_efl: different connections per port (20min)
+* gg_efl: timer for nodes and conns
=== PLANNED ===
0.3 - bug killing
* glougloud: see XXX in code and BUGS.txt
-* glouglou_efl: see XXX in code and BUGS.txt
+* gg_efl: see XXX in code and BUGS.txt
* glougloud: handle 2 ways of a connection in 1 connection
0.4 - nicer display
-* glouglou_efl: nodes are in a circle around the server node
-* glouglou_efl: nodes intensity reflects their usage, proportionaly to other nodes
-* glouglou_efl: packets go quick when leaving the sender node and slowing down before ariving to destination node
-* glouglou_efl: packets are fading out when ariving to destination node
-* glouglou_efl: packets between 2 nodes have a different ellipse path for each connection / IP type
+* gg_efl: nodes are in a circle around the server node
+* gg_efl: nodes intensity reflects their usage, proportionaly to other nodes
+* gg_efl: packets go quick when leaving the sender node and slowing down before ariving to destination node
+* gg_efl: packets are fading out when ariving to destination node
+* gg_efl: packets between 2 nodes have a different ellipse path for each connection / IP type
0.5 - daemon plugins
* glougloud: load plugins capability, with hooks on parsing traffic
@@ -70,7 +70,7 @@ OLD
0.6 - deeper traffic display
* glougloud: parse and send keywords to clients
-* glouglou_efl: display keywords
+* gg_efl: display keywords
* glougloud: read, reduce and send captured images to clients
-* glouglou_efl: display images
+* gg_efl: display images