X-Git-Url: http://git.rohieb.name/skm-ma-ws1314.git/blobdiff_plain/a21037f434df9dd80cea5424094b7b05911cc294..2c0161afb1c6a586eab897af57d3288f74c3ddb5:/main.tex diff --git a/main.tex b/main.tex index aaf81e7..cd97214 100644 --- a/main.tex +++ b/main.tex @@ -6,12 +6,16 @@ \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}[1][]{\textcolor{red}{TODO #1} \\} \newcommand{\term}[1]{\emph{#1}} \newcommand{\code}[1]{\textsf{#1}} @@ -23,29 +27,15 @@ Masses with XMPP} \begin{document} \maketitle -%% Introduction -\section{Introduction} -\todo -\pages{0-1} -short overview, not too long: what do we want, what are we going to do? - -how do we talk to our smart home? - -what are the challenges? (interoperability, H2M interface, self-configuration, -information filtering to prevent information overflow) - -%\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. - +\input{sec-intro.tex} %% Prerequisites -\section{Prerequisites} -\todo -overview to the techniques used in the paper by Klauk and Kirsche +\section{Prerequisites}\label{sec:prereq} -\cite{klauck-kirsche-chattythings} +In order to build a distributed, failure-tolerant network for our Chatty Things, +we will first look at some techniques which can be used to eliminate centralized +infrastructure. Most of these techniques are standardized by the IETF and widely +used in existing networks. Finally, we will look at XMPP as the basic +communication protocol used in Chatty Things. \input{sec-address-allocation.tex} \input{sec-dns-extensions.tex} @@ -54,7 +44,7 @@ overview to the techniques used in the paper by Klauk and Kirsche \input{sec-discussion.tex} \bibliographystyle{plain} -\bibliography{biblio} +{\small \bibliography{biblio}} \end{document} % vim: set ft=tex et ts=2 sw=2 :