aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ARCHITECTURE.txt
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-05 19:37:36 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-05 19:37:36 +0200
commit1382078aa187e79055be5494448778eec303b36c (patch)
tree0a38e0b1ecf19ee10711db43d78cfcd569ec755c /doc/ARCHITECTURE.txt
parentindent fix, pass 2 (diff)
downloadglouglou-1382078aa187e79055be5494448778eec303b36c.tar.xz
glouglou-1382078aa187e79055be5494448778eec303b36c.zip
update some notes, merged from 'traceroute' branch
Diffstat (limited to '')
-rw-r--r--doc/ARCHITECTURE.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/ARCHITECTURE.txt b/doc/ARCHITECTURE.txt
index 721b094..70b32ab 100644
--- a/doc/ARCHITECTURE.txt
+++ b/doc/ARCHITECTURE.txt
@@ -1,4 +1,24 @@
===============================================================================
+2012-12-18_20-36
+
+After Json talk:
+
+Probe
+* sends packets / connections about nodes that are around
+* sends informations about nodes that are around distance, path ...
+* forwards informations about other probes
+
+Processing server
+* a graph out of network informations, which nodes are connected to which
+* has the state of all the network
+
+Visualisation client (small, no processing)
+* transfers full graph on connection
+* then graph updates, about nodes
+* push / pull ?
+
+
+===============================================================================
2012-11-06_00-19
refer to architecture.xoj for big picture