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