[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r26603 - gnunet/doc
From: |
gnunet |
Subject: |
[GNUnet-SVN] r26603 - gnunet/doc |
Date: |
Tue, 26 Mar 2013 11:00:45 +0100 |
Author: grothoff
Date: 2013-03-26 11:00:45 +0100 (Tue, 26 Mar 2013)
New Revision: 26603
Modified:
gnunet/doc/structure.dot
Log:
-update structure
Modified: gnunet/doc/structure.dot
===================================================================
--- gnunet/doc/structure.dot 2013-03-26 08:30:42 UTC (rev 26602)
+++ gnunet/doc/structure.dot 2013-03-26 10:00:45 UTC (rev 26603)
@@ -8,7 +8,9 @@
digraph dependencies {
splines = true;
-
+ voting [shape=house];
+ voting -> consensus;
+ voting -> stream;
fs [shape=house];
fs -> dht;
fs -> core;
@@ -24,13 +26,13 @@
pt -> mesh;
pt -> vpn;
pt -> dns;
+ dv -> ats;
dns -> mesh;
dns -> tun;
gns [shape=house];
gns -> namestore;
gns -> dns;
gns -> dht;
- gns -> stream [style=dashed];
gns -> block [style=dotted,color=blue];
// psycd [style=dashed,shape=house];
// psycd -> mesh [style=dashed];
@@ -41,16 +43,18 @@
dht -> nse;
dht -> block;
dht -> datacache;
- dht -> ats [style=dashed];
+// dht -> ats [style=dashed];
nse -> core;
+ regex -> block [style=dotted,color=blue];
block [shape=diamond];
datacache [shape=diamond];
mesh -> core [weight=2];
mesh -> dht;
mesh -> regex;
- mesh -> block [color=blue];
- mesh -> ats [style=dashed];
+ mesh -> block [style=dotted,color=blue];
+// mesh -> ats [style=dashed];
regex [shape=diamond];
+ regex -> dht;
core -> transport;
core -> peerinfo;
topology [shape=box];
@@ -66,43 +70,16 @@
transport -> peerinfo;
transport -> nat;
transport -> fragmentation;
- dv [style=dashed,shape=egg,layer=core];
- dv -> transport [color=blue];
+ dv [shape=egg];
+ dv -> transport [color=blue,style=dotted];
dv -> core;
- fs -> ats;
dv -> consensus;
- consensus -> dv [style=invis]; // force dv below consensus
consensus -> mesh;
- core -> dv [style=invis]; // force dv below core
peerinfo -> hello;
fragmentation [shape=diamond];
hello [shape=diamond];
nat [shape=diamond];
tun [shape=diamond];
- subgraph STREAM {
- stream; lockmanager;
- }
- subgraph DHT {
- dht; nse; datacache; block;
- }
- subgraph MESH {
- mesh; regex;
- }
- subgraph TRANSPORT {
- transport; dv; peerinfo; hello; nat; ats;
- }
- subgraph CORE {
- core; hostlist; topology;
- }
- subgraph FS {
- fs; datastore;
- }
- subgraph GNS {
- gns; namestore;
- }
- subgraph VPN {
- vpn; pt; exit;
- }
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r26603 - gnunet/doc,
gnunet <=