gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26864 - in gnunet/doc: . figs


From: gnunet
Subject: [GNUnet-SVN] r26864 - in gnunet/doc: . figs
Date: Fri, 12 Apr 2013 15:44:49 +0200

Author: wachs
Date: 2013-04-12 15:44:49 +0200 (Fri, 12 Apr 2013)
New Revision: 26864

Added:
   gnunet/doc/figs/
   gnunet/doc/figs/Service.pdf
   gnunet/doc/figs/System.pdf
Modified:
   gnunet/doc/gnunet-c-tutorial.pdf
   gnunet/doc/gnunet-c-tutorial.tex
Log:
changes thx to SAP


Added: gnunet/doc/figs/Service.pdf
===================================================================
(Binary files differ)

Index: gnunet/doc/figs/Service.pdf
===================================================================
--- gnunet/doc/figs/Service.pdf 2013-04-12 13:28:31 UTC (rev 26863)
+++ gnunet/doc/figs/Service.pdf 2013-04-12 13:44:49 UTC (rev 26864)

Property changes on: gnunet/doc/figs/Service.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: gnunet/doc/figs/System.pdf
===================================================================
(Binary files differ)

Index: gnunet/doc/figs/System.pdf
===================================================================
--- gnunet/doc/figs/System.pdf  2013-04-12 13:28:31 UTC (rev 26863)
+++ gnunet/doc/figs/System.pdf  2013-04-12 13:44:49 UTC (rev 26864)

Property changes on: gnunet/doc/figs/System.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: gnunet/doc/gnunet-c-tutorial.pdf
===================================================================
(Binary files differ)

Modified: gnunet/doc/gnunet-c-tutorial.tex
===================================================================
--- gnunet/doc/gnunet-c-tutorial.tex    2013-04-12 13:28:31 UTC (rev 26863)
+++ gnunet/doc/gnunet-c-tutorial.tex    2013-04-12 13:44:49 UTC (rev 26864)
@@ -262,13 +262,13 @@
 $ gnunet-arm -c ~/peer1.conf -s # start gnunet with all default services
 $ gnunet-arm -c ~/peer1.conf -i dht # start DHT service
 $ cd ~/gnunet/src/dht;
-$ ./gnunet-dht-monitor -c ~/gnunet1/peer1.conf -k KEY
+$ ./gnunet-dht-monitor -c ~/peer1.conf -k KEY
 \end{lstlisting}
 Now open a separate terminal and change again to the 
\lstinline|gnunet/src/dht| directory:
 \begin{lstlisting}
 $ cd ~/gnunet/src/dht
 $ ./gnunet-dht-put -c ~/peer1.conf -k KEY -d VALUE # put VALUE under KEY in 
the DHT 
-$ ./gnunet/src/dht/gnunet-dht-get -k KEY # get key KEY from the DHT
+$ ./gnunet/src/dht/gnunet-dht-get ~/peer1.conf -k KEY # get key KEY from the 
DHT
 $ gnunet-statistics -c ~/peer1.conf # print statistics about current GNUnet 
state
 $ gnunet-statistics -c ~/peer1.conf -s dht # print statistics about DHT service
 \end{lstlisting}
@@ -279,7 +279,7 @@
 For the second peer, you will need to manually create a modified
 configuration file to avoid conflicts with ports and directories.  
 A peers configuration file is by default located in {\tt 
~/.gnunet/gnunet.conf}.
-This file is typically very short or event empty as only the differences to the
+This file is typically very short or even empty as only the differences to the
 defaults need to be specified.  The defaults are located in 
 many files in the {\tt \$GNUNET\_PREFIX/share/gnunet/config.d} directory.
 




reply via email to

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