summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-05-10 15:35:50 +0000
committerChristian Grothoff <christian@grothoff.org>2014-05-10 15:35:50 +0000
commit040a0746e6f69e65a8d032374b45144e5c28d8de (patch)
treec3bc35e5fcba527ab668e7ee9c98962d79841001 /doc
parent380d6d885e12803bd972d47812e093f78ee859f8 (diff)
-mesh -> cadet
Diffstat (limited to 'doc')
-rw-r--r--doc/structure.dot58
1 files changed, 29 insertions, 29 deletions
diff --git a/doc/structure.dot b/doc/structure.dot
index ec13c93b0..a8493b8a7 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -14,7 +14,7 @@ splines = true;
voting [shape=house];
voting -> consensus;
voting -> identity;
- voting -> mesh;
+ voting -> cadet;
voting -> secretsharing;
secretsharing -> consensus;
@@ -22,19 +22,19 @@ splines = true;
fs -> dht;
fs -> core;
fs -> datastore;
- fs -> mesh;
+ fs -> cadet;
fs -> ats;
fs -> block [style=dotted,color=blue];
fs -> identity;
exit [shape=box];
- exit -> mesh;
+ exit -> cadet;
exit -> tun;
exit -> dnsstub;
- vpn -> mesh;
+ vpn -> cadet;
vpn -> regex;
vpn -> tun;
pt [shape=house];
- pt -> mesh;
+ pt -> cadet;
pt -> vpn;
pt -> dns;
pt -> dnsparser;
@@ -68,11 +68,11 @@ splines = true;
regex -> block [style=dotted,color=blue];
block [shape=diamond];
datacache [shape=diamond];
- mesh -> core [weight=2];
- mesh -> dht;
- mesh -> block [style=dotted,color=blue];
+ cadet -> core [weight=2];
+ cadet -> dht;
+ cadet -> block [style=dotted,color=blue];
conversation [shape=house];
- conversation -> mesh;
+ conversation -> cadet;
conversation -> gns;
conversation -> identity;
conversation -> speaker;
@@ -100,10 +100,10 @@ splines = true;
dv -> core;
dv -> set;
consensus -> set;
- consensus -> mesh;
+ consensus -> cadet;
scalarproduct -> set;
- scalarproduct -> mesh;
- set -> mesh;
+ scalarproduct -> cadet;
+ set -> cadet;
peerinfo -> hello;
fragmentation [shape=diamond];
hello [shape=diamond];
@@ -121,7 +121,7 @@ splines = true;
voting [shape=house];
voting -> consensus;
voting -> identity;
- voting -> mesh;
+ voting -> cadet;
voting -> secretsharing;
secretsharing -> consensus;
@@ -129,15 +129,15 @@ splines = true;
fs -> dht;
fs -> core;
fs -> datastore;
- fs -> mesh;
+ fs -> cadet;
fs -> ats;
fs -> identity;
exit [shape=box];
- exit -> mesh;
- vpn -> mesh;
+ exit -> cadet;
+ vpn -> cadet;
vpn -> regex;
pt [shape=house];
- pt -> mesh;
+ pt -> cadet;
pt -> vpn;
pt -> dns;
dv -> ats;
@@ -156,10 +156,10 @@ splines = true;
dht -> nse;
dht -> peerinfo;
nse -> core;
- mesh -> core [weight=2];
- mesh -> dht;
+ cadet -> core [weight=2];
+ cadet -> dht;
conversation [shape=house];
- conversation -> mesh;
+ conversation -> cadet;
conversation -> gns;
conversation -> identity;
regex -> dht;
@@ -178,10 +178,10 @@ splines = true;
dv -> core;
dv -> set;
consensus -> set;
- consensus -> mesh;
+ consensus -> cadet;
scalarproduct -> set;
- scalarproduct -> mesh;
- set -> mesh;
+ scalarproduct -> cadet;
+ set -> cadet;
}
@@ -212,27 +212,27 @@ splines = true;
reuters -> scalarproduct [style=dashed];
reuters -> identity [style=dashed];
scalarproduct -> set [style=dashed];
- scalarproduct -> mesh [style=dashed];
+ scalarproduct -> cadet [style=dashed];
messaging [style=dashed];
messaging -> regex [style=dashed];
- messaging -> mesh [style=dashed];
+ messaging -> cadet [style=dashed];
messaging -> dht [style=dashed];
reuters -> messaging [style=dashed,color=red];
reuters -> multicast [style=dashed,color=red];
- reuters -> mesh [style=dashed,color=red];
+ reuters -> cadet [style=dashed,color=red];
reuters -> core [style=dashed,color=red];
// // core roadmap:
dht -> ats [style=dashed,color=red];
- mesh -> ats [style=dashed,color=red];
+ cadet -> ats [style=dashed,color=red];
vpn -> multicast [style=dashed,color=red];
exit -> multicast [style=dashed,color=red];
multicast [style=dashed];
- multicast -> mesh [style=dashed];
+ multicast -> cadet [style=dashed];
fs [shape=house];
gns [shape=house];
conversation [shape=house];
exit [shape=box];
-} \ No newline at end of file
+}