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