gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] 01/02: Explain driver configuration.


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] 01/02: Explain driver configuration.
Date: Wed, 12 Sep 2018 11:10:05 +0200

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

marcello pushed a commit to branch master
in repository twister.

commit da32578cab1d62ac06ea4107bd3590dfbf507e1f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Sep 12 10:25:05 2018 +0200

    Explain driver configuration.
---
 presentation/twister.tex | 34 +++++++++++++++++++++++++++++-----
 1 file changed, 29 insertions(+), 5 deletions(-)

diff --git a/presentation/twister.tex b/presentation/twister.tex
index 0d4f184..9d55197 100644
--- a/presentation/twister.tex
+++ b/presentation/twister.tex
@@ -85,7 +85,6 @@
   # twister.conf
 
   [twister]
-  ..
   # listens here
   HTTP_PORT = 8888
   # forwards there
@@ -105,14 +104,39 @@
     \includegraphics[width=0.66\textwidth]{Whole-NoClientServer.png}
   \end{center}
 
-  \begin{verbatim}
-  printf ("\n");
-  \end{verbatim}
+  \begin{columns}[T,onlytextwidth]
+    \begin{column}{.5\textwidth}
+      \begin{minipage}{\textwidth}
+        \begin{Verbatim}[fontsize=\tiny]
+        # twister.conf
+
+        [twister]
+        # Control channel.
+        UNIXPATH = /tmp/taler-service-twister.sock
+        ..
+        \end{Verbatim}
+      \end{minipage}
+    \end{column}
+    \begin{column}{.5\textwidth}
+      \begin{minipage}{\textwidth}
+        \begin{Verbatim}[fontsize=\tiny]
+          # CLI
+
+          $ taler-twister --modify-upload=child.one \
+                          --value=newvalue
+        \end{Verbatim}
+      \end{minipage}
+    \end{column}
+  \end{columns}
 
 \end{frame}
 
 \begin{frame}
-  \frametitle{Libtalertwister}
+  \frametitle{Driving it}
+  \framesubtitle{Libtalertwister}
+  \begin{textblock*}{7cm}(7cm,1cm) % {block width} (coords)
+    \includegraphics[width=0.66\textwidth]{Whole-NoClientServer.png}
+  \end{textblock*}
 
   % libtalertwister: control API examples (giving Twister commands
   % to twist next request/response)

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



reply via email to

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