summaryrefslogtreecommitdiff
path: root/presentation
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-09-10 12:16:50 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-09-10 12:16:50 +0200
commit92809681ee13a35c0ee71736fe131d56a3d235e4 (patch)
tree25abd3ea7aa93a9d7603d75cea123f8467021d17 /presentation
parentc07d001fd1fddee600ca94b27ed50916f00898ab (diff)
downloadtwister-92809681ee13a35c0ee71736fe131d56a3d235e4.tar.gz
twister-92809681ee13a35c0ee71736fe131d56a3d235e4.tar.bz2
twister-92809681ee13a35c0ee71736fe131d56a3d235e4.zip
Writing down the rough scheme of the presentation.
Diffstat (limited to 'presentation')
-rw-r--r--presentation/twister.tex46
1 files changed, 37 insertions, 9 deletions
diff --git a/presentation/twister.tex b/presentation/twister.tex
index 05ecf8e..df7d4af 100644
--- a/presentation/twister.tex
+++ b/presentation/twister.tex
@@ -29,9 +29,11 @@
% Adapt title information
% =======================
-\title{Twister \\ Easy C instrumentation and programmable proxy}
+\title{GNU Twister \\ Easy C instrumentation and programmable proxy}
\institute{Taler Systems SA}
-\author{Dr. Christian Grothoff \& Marcello Stanisci}
+\author{Christian Grothoff ({\tt christian@grothoff.org}) \\
+ Marcello Stanisci ({\tt stanisci.m@gmail.com})}
+
\date{10.9.2018}
% Some common packages
@@ -47,18 +49,44 @@
\usepackage{wrapfig}
- \usetikzlibrary{snakes}
+\usetikzlibrary{snakes}
\begin{document}
\begin{frame}
- \frametitle{GNU Twister: C-friendly programmable proxy}
-\begin{textblock*}{4cm}(.5cm,7.5cm) % {block width} (coords)
- {\Large {\bf \url{taler.net}} \\
- twitter@taler \\
- mail@taler.net }
-\end{textblock*}
+ \titlepage
+\end{frame}
+
+\begin{frame}
+ \frametitle{Overall architecture}
+
+ % Overall architecture where Twister applies:
+ % HTTP client, HTTP server, REST API,
+ % focus on JSON as interchange format
+
+\end{frame}
+
+\begin{frame}
+ \frametitle{HTTP proxy}
+
+ % Twister HTTP proxy (between client and server)
+
+\end{frame}
+
+\begin{frame}
+ \frametitle{Test driver example}
+
+ % Test driver (below) controlling client, twister and server to
+ % drive test execution
+
+\end{frame}
+
+\begin{frame}
+ \frametitle{Libtalertwister}
+
+ % libtalertwister: control API examples (giving Twister commands
+ % to twist next request/response)
\end{frame}