aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/gnunet-c-tutorial.pdfbin376475 -> 404530 bytes
-rw-r--r--doc/gnunet-c-tutorial.tex11
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/gnunet-c-tutorial.pdf b/doc/gnunet-c-tutorial.pdf
index def137387..a5a4a3de8 100644
--- a/doc/gnunet-c-tutorial.pdf
+++ b/doc/gnunet-c-tutorial.pdf
Binary files differ
diff --git a/doc/gnunet-c-tutorial.tex b/doc/gnunet-c-tutorial.tex
index e58e47399..3b237b578 100644
--- a/doc/gnunet-c-tutorial.tex
+++ b/doc/gnunet-c-tutorial.tex
@@ -310,7 +310,10 @@ Now you have to edit {\tt peer2.conf} and change:
310\begin{itemize} 310\begin{itemize}
311 \itemsep0em 311 \itemsep0em
312 \item{\texttt{SERVICEHOME} under \texttt{PATHS}} 312 \item{\texttt{SERVICEHOME} under \texttt{PATHS}}
313 \item{Every value for ``\texttt{PORT}'' (add 10000) in any section (if \texttt{PORT} is enabled, may be disabled using "\#") } 313 \item{Every (uncommented) value for ``\texttt{PORT}'' (add 10000) in any
314 section (the option may be commented out if \texttt{PORT} is
315 prefixed by "\#", in this case, UNIX domain sockets are used
316 and the PORT option does not need to be touched) }
314 \item{Every value for ``\texttt{UNIXPATH}'' in any section (e.g. by adding a "-p2" suffix)} 317 \item{Every value for ``\texttt{UNIXPATH}'' in any section (e.g. by adding a "-p2" suffix)}
315\end{itemize} 318\end{itemize}
316to a fresh, unique value. Make sure that the \texttt{PORT} numbers stay 319to a fresh, unique value. Make sure that the \texttt{PORT} numbers stay
@@ -462,8 +465,10 @@ disconnect from the service with the provided service handle (\texttt{op\_result
462 465
463\exercise{Find out how many peers you can run on your system.} 466\exercise{Find out how many peers you can run on your system.}
464 467
465\exercise{Find out how to create connections from within {\tt run} and create a 468\exercise{Find out how to create a 2D torus topology by changing the
466 2D torus topology. Then use the DHT API to store and retrieve values in the 469 options in the configuration file.\footnote{FIXME: Sree Harsha: need to
470 document configuration file options on gnunet.org and add link here!}
471 Then use the DHT API to store and retrieve values in the
467 network.} 472 network.}
468 473
469\section{Developing Applications} 474\section{Developing Applications}