-introducing convenience function to load private key of peer
[oweals/gnunet.git] / doc / structure.dot
index 657b91a38479d504aea633b955413bcf66c98bc2..ba8a211e5f4ceeb0afb07ab8f9e5ec809622629d 100644 (file)
@@ -4,8 +4,10 @@
 // diamond = library
 // black line = dependency
 // blue line = extension via plugin
+// red line = possibly useful 
 // dashed = in planning
 
+// this is what we have...o
 digraph dependencies {
 splines = true;
 
@@ -13,47 +15,43 @@ splines = true;
   fs -> dht;
   fs -> core;
   fs -> datastore;
-  fs -> stream;
-  fs -> ats [style=dashed];
+  fs -> mesh;
+  fs -> ats;
   fs -> block [style=dotted,color=blue];
+  exit [shape=box];
   exit -> mesh;
   exit -> tun;
   vpn -> mesh;
+  vpn -> regex;
   vpn -> tun;
   pt [shape=house];
   pt -> mesh;
   pt -> vpn;
   pt -> dns;
-  dns -> mesh;
+  dv -> ats;
   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];
-  stream [shape=diamond];
-  stream -> mesh;
-  stream -> lockmanager;
   dht -> core;
   dht -> nse;
   dht -> block;
   dht -> datacache;
-  dht -> ats [style=dashed];
+  dht -> peerinfo;
+  dht -> hello;
   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];
-  regex [shape=diamond];
+  mesh -> block [style=dotted,color=blue];
+  regex -> dht;
   core -> transport;
-  core -> peerinfo;
   topology [shape=box];
+  topology -> peerinfo;
   topology -> transport;
   topology -> core;
   topology -> hello;
@@ -66,42 +64,67 @@ splines = true;
   transport -> peerinfo;
   transport -> nat;
   transport -> fragmentation;
-  dv [style=dashed,shape=egg,layer=core];
-  dv -> transport [style=dashed,color=blue];
-  dv -> core [style=dashed];
-  dv -> consensus;
-  consensus -> dv [style=invis]; // force dv below consensus
+  dv [shape=egg];
+  dv -> transport [color=blue,style=dotted];
+  dv -> core;
+  dv -> set;
+  consensus -> set;
   consensus -> mesh;
-  core -> dv [style=invis]; // force dv below core
+  set -> mesh;
   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;
-  }
 
 }
+
+// this is what might happen...
+digraph plan {
+splines = true;
+
+// // secushare roadmap:
+  secushare [shape=house,style=dashed];
+  psyc [style=dashed];
+  secushare -> psyc [style=dashed];
+  secushare -> voting [style=dashed,color=red];
+  secushare -> gns [style=dashed];
+  secushare -> fs [style=dashed,color=red];
+  secushare -> reuters [style=dashed,color=red];
+  secushare -> messaging [style=dashed,color=red];
+  psyc -> multicast [style=dashed];
+
+// // voting roadmap:
+  voting [shape=house,style=dashed];
+  voting -> consensus [style=dashed];
+  voting -> mesh [style=dashed,color=red];
+
+// // reuters roadmap:
+  reuters [shape=house,style=dashed];
+  dotproduct [style=dashed];
+  reuters -> dotproduct [style=dashed];
+  dotproduct -> set [style=dashed];
+  dotproduct -> mesh [style=dashed];
+  messaging [style=dashed];  
+  messaging -> regex [style=dashed];
+  messaging -> mesh [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 -> core [style=dashed,color=red];
+
+
+// // core roadmap:
+  dht -> ats [style=dashed,color=red];
+  mesh -> ats [style=dashed,color=red];
+  vpn -> multicast [style=dashed,color=red];
+  exit -> multicast [style=dashed,color=red];
+  multicast [style=dashed];
+  multicast -> mesh [style=dashed];
+
+  fs [shape=house];
+  gns [shape=house];
+  exit [shape=box];
+}
\ No newline at end of file