smaller bibliography for more content
[skm-ma-ws1314.git] / main.tex
index 843e8de..d6257cc 100644 (file)
--- a/main.tex
+++ b/main.tex
@@ -3,65 +3,68 @@
 \usepackage[T1]{fontenc}
 \usepackage{ae}
 \usepackage{color}
+\usepackage{graphicx}
+\usepackage{wrapfig}
+\usepackage[hidelinks=true]{hyperref}
+\usepackage{todonotes}
+\usepackage{tikz}
+\usepackage{enumitem}  % for sparse lists with \setlist
+
+\usetikzlibrary{arrows}
+\urlstyle{sf}
+\setlist[enumerate]{noitemsep}
+\setlist[itemize]{noitemsep}
 
 \newcommand{\pages}[1]{\marginpar{#1 pages}}
-\newcommand{\todo}{\textcolor{red}{TODO} \\}
 \newcommand{\term}[1]{\emph{#1}}
-\newcommand{\code}[1]{\texttt{#1}}
+\newcommand{\code}[1]{\textsf{#1}}
 
 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
 Masses with XMPP}
 \author{Roland Hieber}
-\date{Seminar Communications and Multimedia, TU~Braunschweig \\ \today}
+\date{Seminar Communications and Multimedia, TU~Braunschweig \\[1em] \today}
 
 \begin{document}
 \maketitle
 
 %% Introduction
 \section{Introduction}
-\todo
+\todo{asdf}
 \pages{0-1}
-short overview, not too long: what do we want, what are we
-going to do
+short overview, not too long: what do we want, what are we going to do?
 
+how do we talk to our smart home?
 
-%% Prerequisites
-\section{Prerequisites}
-\todo
-overview to the techniques used in the paper by Klauk and Kirsche
+what are the challenges? (interoperability, H2M interface, self-configuration,
+information filtering to prevent information overflow)
 
-basically: how do we talk to our smart home?
-\cite{klauck-kirsche-chattythings}
+In a distributed context like the Internet of Things, devices need to be ready
+to use out of the box. Users often do not want to set up configurations for each
+device they use, and when using several of those devices, it is often not
+reasonable having to configure every single one.
 
-\input{address-allocation.tex}
-\input{dns-extensions.tex}
-\input{xmpp.tex}
 
-\section{System Architecture of Chatty Things}
-\todo
-\pages{3}
-\subsection{Service Provisioning Sublayer}
-\subsection{Bootstrapping}
-\subsection{Presence Subscription}
+%\paragraph{Human-to-Machine Communication:} especiall in the Internet of Things,
+       %Chatty Things need to be accessible for the user and should be easy to talk
+       %to.
+%\paragraph{Interoperability} integration into already existing
+%infrastructure.
 
-\section{Related Approaches}
+%% Prerequisites
+\section{Prerequisites}
 \todo
-\pages{3}
-Middleware, Application protocol gateways:
-\begin{itemize}
-       \item Constrained Application Protocol \cite{draft-ietf-core-coap-18}
-       \item MQ Telemetry Transport \cite{mqtt}
-       \item Devices Profile for Web Services \cite{zeeb-moritz-ws4d}
-\end{itemize}
+overview to the techniques used in the paper by Klauk and Kirsche
 
-\section{Discussion}
-\todo
-comparison of mentioned approaches
+\cite{klauck-kirsche-chattythings}
 
-\pages{1-2}
+\input{sec-address-allocation.tex}
+\input{sec-dns-extensions.tex}
+\input{sec-xmpp.tex}
+\input{sec-chatty-things.tex}
+\input{sec-discussion.tex}
 
 \bibliographystyle{plain}
-\bibliography{biblio}
+{\small \bibliography{biblio}}
 
 \end{document}
 % vim: set ft=tex et ts=2 sw=2 :
This page took 0.029392 seconds and 4 git commands to generate.