aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-01-12 12:39:53 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-01-12 12:39:53 +0100
commitf4d2ce812716a2d0e433b1856eb06fcd8439740a (patch)
tree7293240e178463b1e77227d333fb0a9488022abe
parentif using gg_sniff -a, you are not safe anymore (diff)
downloadglouglou-f4d2ce812716a2d0e433b1856eb06fcd8439740a.tar.xz
glouglou-f4d2ce812716a2d0e433b1856eb06fcd8439740a.zip
some notes after a talk with Jason a month ago
-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