sync: finish mdns
[skm-ma-ws1314.git] / main.tex
1 \documentclass[a4paper,11pt]{article}
2 \usepackage[utf8]{inputenc}
3 \usepackage[T1]{fontenc}
4 \usepackage{ae}
5 \usepackage{color}
6
7 \newcommand{\pages}[1]{\marginpar{#1 pages}}
8 \newcommand{\todo}{\textcolor{red}{TODO} \\}
9 \newcommand{\term}[1]{\emph{#1}}
10 \newcommand{\code}[1]{\texttt{#1}}
11
12 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
13 Masses with XMPP}
14 \author{Roland Hieber}
15 \date{Seminar Communications and Multimedia, TU~Braunschweig \\ \today}
16
17 \begin{document}
18 \maketitle
19
20 %% Introduction
21 \section{Introduction}
22 \todo
23 \pages{0-1}
24 short overview, not too long: what do we want, what are we
25 going to do
26
27
28 %% Prerequisites
29 \section{Prerequisites}
30 \todo
31 overview to the techniques used in the paper by Klauk and Kirsche
32
33 basically: how do we talk to our smart home?
34 \cite{klauck-kirsche-chattythings}
35
36 \input{address-allocation.tex}
37 \input{dns-extensions.tex}
38 \input{xmpp.tex}
39
40 \section{System Architecture of Chatty Things}
41 \todo
42 \pages{3}
43 \subsection{Service Provisioning Sublayer}
44 \subsection{Bootstrapping}
45 \subsection{Presence Subscription}
46
47 \section{Related Approaches}
48 \todo
49 \pages{3}
50 Middleware, Application protocol gateways:
51 \begin{itemize}
52 \item Constrained Application Protocol \cite{draft-ietf-core-coap-18}
53 \item MQ Telemetry Transport \cite{mqtt}
54 \item Devices Profile for Web Services \cite{zeeb-moritz-ws4d}
55 \end{itemize}
56
57 \section{Discussion}
58 \todo
59 comparison of mentioned approaches
60
61 \pages{1-2}
62
63 \bibliographystyle{plain}
64 \bibliography{biblio}
65
66 \end{document}
67 % vim: set ft=tex et ts=2 sw=2 :
This page took 0.057472 seconds and 5 git commands to generate.