gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] branch master updated: Explain how to get t


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: Explain how to get the twister in the middle.
Date: Wed, 12 Sep 2018 09:29:01 +0200

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

marcello pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new 0afb9ef  Explain how to get the twister in the middle.
0afb9ef is described below

commit 0afb9ef3e33743e114483f383f4c416de7d9c508
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Sep 12 09:28:22 2018 +0200

    Explain how to get the twister in the middle.
---
 presentation/twister.tex | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/presentation/twister.tex b/presentation/twister.tex
index 17e32ec..0d4f184 100644
--- a/presentation/twister.tex
+++ b/presentation/twister.tex
@@ -5,6 +5,7 @@
 \usepackage[utf8]{inputenc} % set your input encoding differently, if you want
 \usepackage[english]{babel}
 
+\usepackage{fancyvrb}
 \usepackage{enumitem}
 \usepackage{eurosym}
 \usepackage{tikz}
@@ -71,7 +72,7 @@
 
 \end{frame}
 
-\begin{frame}
+\begin{frame}[fragile]
   \frametitle{HTTP proxy}
 
   % Twister HTTP proxy (between client and server)
@@ -80,10 +81,22 @@
     \includegraphics[width=0.66\textwidth]{Whole-NoDriver.png}
   \end{center}
 
+  \begin{Verbatim}[fontsize=\tiny]
+  # twister.conf
+
+  [twister]
+  ..
+  # listens here
+  HTTP_PORT = 8888
+  # forwards there
+  DESTINATION_BASE_URL = http://localhost:8080
+  ..
+  \end{Verbatim}
+
 \end{frame}
 
 \begin{frame}[fragile]
-  \frametitle{Test driver example}
+  \frametitle{Driving it}
 
   % Test driver (below) controlling client,
   % twister and server to drive test execution

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



reply via email to

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