314324ae73c0e09d9153cd184cd1555f3c9ac2ed
[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 \usepackage[hidelinks=true]{hyperref}
9
10 \urlstyle{sf}
11
12 \newcommand{\pages}[1]{\marginpar{#1 pages}}
13 \newcommand{\todo}[1][]{\textcolor{red}{TODO #1} \\}
14 \newcommand{\term}[1]{\emph{#1}}
15 \newcommand{\code}[1]{\textsf{#1}}
16
17 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
18 Masses with XMPP}
19 \author{Roland Hieber}
20 \date{Seminar Communications and Multimedia, TU~Braunschweig \\[1em] \today}
21
22 \begin{document}
23 \maketitle
24
25 %% Introduction
26 \section{Introduction}
27 \todo
28 \pages{0-1}
29 short overview, not too long: what do we want, what are we going to do?
30
31 how do we talk to our smart home?
32
33 what are the challenges? (interoperability, H2M interface, self-configuration,
34 information filtering to prevent information overflow)
35
36 %\paragraph{Human-to-Machine Communication:} especiall in the Internet of Things,
37 %Chatty Things need to be accessible for the user and should be easy to talk
38 %to.
39 %\paragraph{Interoperability} integration into already existing
40 %infrastructure.
41
42 %% Prerequisites
43 \section{Prerequisites}
44 \todo
45 overview to the techniques used in the paper by Klauk and Kirsche
46
47 \cite{klauck-kirsche-chattythings}
48
49 \input{sec-address-allocation.tex}
50 \input{sec-dns-extensions.tex}
51 \input{sec-xmpp.tex}
52 \input{sec-chatty-things.tex}
53 \input{sec-discussion.tex}
54
55 \bibliographystyle{plain}
56 \bibliography{biblio}
57
58 \end{document}
59 % vim: set ft=tex et ts=2 sw=2 :
This page took 0.0465 seconds and 3 git commands to generate.