gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: update structure, keep only


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: update structure, keep only main fig
Date: Sun, 14 May 2017 19:03:39 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 696ca66c2 update structure, keep only main fig
696ca66c2 is described below

commit 696ca66c291f84d7bdbc7a043c6156d2b9de0607
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 14 19:03:38 2017 +0200

    update structure, keep only main fig
---
 doc/structure.dot | 177 ++++--------------------------------------------------
 1 file changed, 13 insertions(+), 164 deletions(-)

diff --git a/doc/structure.dot b/doc/structure.dot
index e244d20b8..a53db90b8 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -38,7 +38,6 @@ splines = true;
   pt -> vpn;
   pt -> dns;
   pt -> dnsparser;
-  dv -> ats;
   dns -> tun;
   dns -> dnsstub;
   zonemaster [shape=house];
@@ -58,7 +57,7 @@ splines = true;
   namestore -> gnsrecord;
   dnsparser -> gnsrecord [style=dotted,color=blue];
   conversation -> gnsrecord [style=dotted,color=blue];
-  gns -> gnsrecord [style=dotted,color=blue];
+  gns -> gnsrecord;
   dht -> core;
   dht -> nse;
   dht -> block;
@@ -75,7 +74,6 @@ splines = true;
   conversation [shape=house];
   conversation -> cadet;
   conversation -> gns;
-  conversation -> identity;
   conversation -> speaker;
   conversation -> microphone;
   speaker [shape=diamond];
@@ -96,10 +94,6 @@ splines = true;
   transport -> peerinfo;
   transport -> nat;
   transport -> fragmentation;
-  dv [shape=egg];
-  dv -> transport [color=blue,style=dotted];
-  dv -> core;
-  dv -> set;
   consensus -> set;
   consensus -> cadet;
   scalarproduct -> set;
@@ -113,163 +107,18 @@ splines = true;
   dnsparser [shape=diamond];
   dnsstub [shape=diamond];
 
-  secushare [shape=house,style=dashed];
-  multicast [style=dashed];
-  psyc [style=dashed];
-  social -> psyc [style=dashed];
-  social -> gns [style=dashed];
-  psyc -> psycstore [style=dashed];
+  secushare [shape=house];
+  multicast;
+  psyc;
+  social -> psyc;
+  social -> gns;
+  psyc -> psycstore;
   psycstore;
-  social [style=dashed];
-  secushare -> social [style=dashed];
-  secushare -> identity [style=dashed];
-  psyc -> multicast [style=dashed];
-  multicast -> cadet [style=dashed];
+  social;
+  secushare -> social;
+  psyc -> multicast;
+  multicast -> cadet;
 
-  reuters [shape=house,style=dashed];
-  reuters -> scalarproduct [style=dashed];
-
-  rps [style=dashed];
-  topology -> rps [style=dashed];
-  rps -> core [style=dashed];
-}
-
-
-// this is what we have, excluding libs and stores
-digraph dependencies_no_libs {
-splines = true;
-
-  voting [shape=house];
-  voting -> consensus;
-  voting -> identity;
-  voting -> cadet;
-  voting -> secretsharing;
-  secretsharing -> consensus;
-
-  fs [shape=house];
-  fs -> dht;
-  fs -> core;
-  fs -> cadet;
-  fs -> ats;
-  fs -> identity;
-  exit [shape=box];
-  exit -> cadet;
-  vpn -> cadet;
-  vpn -> regex;
-  pt [shape=house];
-  pt -> cadet;
-  pt -> vpn;
-  pt -> dns;
-  dv -> ats;
-  gns [shape=house];
-  gns -> dns;
-  gns -> dht;
-  gns -> revocation;
-  gns -> vpn;
-  gns -> identity;
-  revocation -> core;
-  revocation -> set;
-  dht -> core;
-  dht -> nse;
-  nse -> core;
-  cadet -> core [weight=2];
-  cadet -> dht;
-  conversation [shape=house];
-  conversation -> cadet;
-  conversation -> gns;
-  conversation -> identity;
-  regex -> dht;
-  core -> transport;
-  topology [shape=box];
-  topology -> transport;
-  topology -> core;
-  hostlist [shape=box];
-  hostlist -> core;
-  transport -> ats;
-  dv [shape=egg];
-  dv -> transport [color=blue,style=dotted];
-  dv -> core;
-  dv -> set;
-  consensus -> set;
-  consensus -> cadet;
-  scalarproduct -> set;
-  scalarproduct -> cadet;
-  set -> cadet;
-
-
-  secushare [shape=house,style=dashed];
-  multicast [style=dashed];
-  psyc [style=dashed];
-  social -> psyc [style=dashed];
-  social -> gns [style=dashed];
-  social [style=dashed];
-  secushare -> social [style=dashed];
-  secushare -> identity [style=dashed];
-  psyc -> multicast [style=dashed];
-  multicast -> cadet [style=dashed];
-
-  reuters [shape=house,style=dashed];
-  reuters -> scalarproduct [style=dashed];
-
-  rps [style=dashed];
-  topology -> rps [style=dashed];
-  rps -> core [style=dashed];
+  rps;
+  rps -> core;
 }
-
-
-// this is what we have, excluding and details
-digraph dependencies_no_details {
-splines = true;
-
-  voting [shape=house];
-  voting -> consensus;
-  voting -> cadet;
-  voting -> secretsharing;
-  secretsharing -> consensus;
-
-  fs [shape=house];
-  fs -> dht;
-  fs -> core;
-  fs -> cadet;
-  vpn -> cadet;
-  vpn -> dht;
-  pt [shape=house];
-  pt -> cadet;
-  pt -> vpn;
-  gns [shape=house];
-  gns -> dht;
-  gns -> revocation;
-  gns -> vpn;
-  revocation -> core;
-  revocation -> set;
-  dht -> core;
-  dht -> nse;
-  nse -> core;
-  cadet -> core [weight=2];
-  cadet -> dht;
-  conversation [shape=house];
-  conversation -> cadet;
-  conversation -> gns;
-  core -> transport;
-  consensus -> set;
-  consensus -> cadet;
-  scalarproduct -> set;
-  scalarproduct -> cadet;
-  set -> cadet;
-
-
-  secushare [shape=house,style=dashed];
-  multicast [style=dashed];
-  psyc [style=dashed];
-  social -> psyc [style=dashed];
-  social -> gns [style=dashed];
-  social [style=dashed];
-  secushare -> social [style=dashed];
-  psyc -> multicast [style=dashed];
-  multicast -> cadet [style=dashed];
-
-  reuters [shape=house,style=dashed];
-  reuters -> scalarproduct [style=dashed];
-}
-
-

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]