aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/gnunet-c-tutorial.pdfbin257638 -> 390977 bytes
-rw-r--r--doc/structure.dot20
2 files changed, 14 insertions, 6 deletions
diff --git a/doc/gnunet-c-tutorial.pdf b/doc/gnunet-c-tutorial.pdf
index da9eae74b..44d4e261c 100644
--- a/doc/gnunet-c-tutorial.pdf
+++ b/doc/gnunet-c-tutorial.pdf
Binary files differ
diff --git a/doc/structure.dot b/doc/structure.dot
index 687badcd3..ec13c93b0 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -11,6 +11,13 @@
11digraph dependencies { 11digraph dependencies {
12splines = true; 12splines = true;
13 13
14 voting [shape=house];
15 voting -> consensus;
16 voting -> identity;
17 voting -> mesh;
18 voting -> secretsharing;
19 secretsharing -> consensus;
20
14 fs [shape=house]; 21 fs [shape=house];
15 fs -> dht; 22 fs -> dht;
16 fs -> core; 23 fs -> core;
@@ -111,6 +118,13 @@ splines = true;
111digraph dependencies_no_libs { 118digraph dependencies_no_libs {
112splines = true; 119splines = true;
113 120
121 voting [shape=house];
122 voting -> consensus;
123 voting -> identity;
124 voting -> mesh;
125 voting -> secretsharing;
126 secretsharing -> consensus;
127
114 fs [shape=house]; 128 fs [shape=house];
115 fs -> dht; 129 fs -> dht;
116 fs -> core; 130 fs -> core;
@@ -192,12 +206,6 @@ splines = true;
192 secushare -> conversation [style=dashed,color=red]; 206 secushare -> conversation [style=dashed,color=red];
193 psyc -> multicast [style=dashed]; 207 psyc -> multicast [style=dashed];
194 208
195// // voting roadmap:
196 voting [shape=house,style=dashed];
197 voting -> consensus [style=dashed];
198 voting -> identity [style=dashed];
199 voting -> mesh [style=dashed,color=red];
200
201// // reuters roadmap: 209// // reuters roadmap:
202 reuters [shape=house,style=dashed]; 210 reuters [shape=house,style=dashed];
203 scalarproduct [style=dashed]; 211 scalarproduct [style=dashed];