aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/developer.texi
diff options
context:
space:
mode:
authorrexxnor <rexxnor+gnunet@brief.li>2019-06-23 10:41:42 +0200
committerrexxnor <rexxnor+gnunet@brief.li>2019-06-23 10:41:53 +0200
commit6df975dccc4f2a8929473374e68518a847f112a2 (patch)
treec0f9bcec9909a03f49fd3617f07a86c1de876769 /doc/handbook/chapters/developer.texi
parent988ac7f121b646cba3ca44567f54b1315398505d (diff)
downloadgnunet-6df975dccc4f2a8929473374e68518a847f112a2.tar.gz
gnunet-6df975dccc4f2a8929473374e68518a847f112a2.zip
added diagrams to Ascension developer handbook
Diffstat (limited to 'doc/handbook/chapters/developer.texi')
-rw-r--r--doc/handbook/chapters/developer.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi
index a43bd7b37..830a345a8 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -592,7 +592,7 @@ easily investigated by swapping out individual components. This is
592typically achieved by simply changing the name of the "BINARY" in the 592typically achieved by simply changing the name of the "BINARY" in the
593respective configuration section. 593respective configuration section.
594 594
595Key properties of GNUnet services are that they must be separate 595Key properties of GNUnet services are that they must be separate
596processes and that they must protect themselves by applying tight error 596processes and that they must protect themselves by applying tight error
597checking against the network protocol they implement (thereby achieving a 597checking against the network protocol they implement (thereby achieving a
598certain degree of robustness). 598certain degree of robustness).
@@ -7958,6 +7958,14 @@ This section discusses the challenges and problems faced when writing the
7958Ascension tool. It also takes a look at possible improvements in the 7958Ascension tool. It also takes a look at possible improvements in the
7959future. 7959future.
7960 7960
7961Consider the following diagram that shows the workflow of Ascension:
7962
7963@image{images/ascension_ssd,6in,,Ascensions workflow}
7964
7965Further the interaction between components of GNUnet are shown in the diagram
7966below:
7967@center @image{images/ascension_interaction,,6in,Ascensions workflow}
7968
7961@menu 7969@menu
7962* Conversions between DNS and GNS:: 7970* Conversions between DNS and GNS::
7963* DNS Zone Size:: 7971* DNS Zone Size::