aboutsummaryrefslogtreecommitdiffstats
path: root/ROADMAP.txt
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-11-26 23:13:06 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-11-26 23:13:06 +0100
commitb2f918fd8d8fc0e1c015301f40d76431c08464e4 (patch)
tree45dfa17005376de4470e4c08a9b15f4408bda213 /ROADMAP.txt
parentone file for all will be enough for now (diff)
downloadglouglou-b2f918fd8d8fc0e1c015301f40d76431c08464e4.tar.xz
glouglou-b2f918fd8d8fc0e1c015301f40d76431c08464e4.zip
update to new architecture
Diffstat (limited to 'ROADMAP.txt')
-rw-r--r--ROADMAP.txt59
1 files changed, 38 insertions, 21 deletions
diff --git a/ROADMAP.txt b/ROADMAP.txt
index 7631537..d7bcdec 100644
--- a/ROADMAP.txt
+++ b/ROADMAP.txt
@@ -1,8 +1,43 @@
+=== TODO ===
+* look at flexible Netflow
+ * IPFX
+
=== IN PROGRESS ===
-XXX
-- look at flexible Netflow
- - IPFX
+Architecture
+
+=== PLANNED ===
+
+0.2 - minimal version of libglouglou with unit tests
+* libglouglou: calls that are in ARCHITECTURE.txt
+* unit tests for all calls
+
+0.3 - minimal version of glouglou_server
+
+0.4 - minimal version of glouglou_trackproc
+
+0.5 - minimal version of glouglou_efl
+
+=== LATER ===
+
+* packet chuncking
+
+* interactive display:
+when users click on a node, only this node and the server appears, zoomed in
+
+* SS7 SCCP PC/GT plugin, creating nodes with SCCP addressing
+
+* change daemon-clients architecture to sniffer-daemon-clients
+sniffers send traffic to daemon where client connects
+
+=== DONE ===
+
+0.1 - basic daemon
+* glougloud: capture traffic and send summary to clients
+
+===============================================================================
+OLD
+===============================================================================
0.2 - display elements
* glouglou_efl: display server node on the left (10min)
@@ -41,21 +76,3 @@ XXX
* glougloud: read, reduce and send captured images to clients
* glouglou_efl: display images
-
-=== LATER ===
-
-* packet chuncking
-
-* interactive display:
-when users click on a node, only this node and the server appears, zoomed in
-
-* SS7 SCCP PC/GT plugin, creating nodes with SCCP addressing
-
-* change daemon-clients architecture to sniffer-daemon-clients
-sniffers send traffic to daemon where client connects
-
-
-=== DONE ===
-
-0.1 - basic daemon
-* glougloud: capture traffic and send summary to clients