d6257cc3a17edcb2d56273173a25646c71ebba9b
[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 \usepackage{enumitem} % for sparse lists with \setlist
12
13 \usetikzlibrary{arrows}
14 \urlstyle{sf}
15 \setlist[enumerate]{noitemsep}
16 \setlist[itemize]{noitemsep}
17
18 \newcommand{\pages}[1]{\marginpar{#1 pages}}
19 \newcommand{\term}[1]{\emph{#1}}
20 \newcommand{\code}[1]{\textsf{#1}}
21
22 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
23 Masses with XMPP}
24 \author{Roland Hieber}
25 \date{Seminar Communications and Multimedia, TU~Braunschweig \\[1em] \today}
26
27 \begin{document}
28 \maketitle
29
30 %% Introduction
31 \section{Introduction}
32 \todo{asdf}
33 \pages{0-1}
34 short overview, not too long: what do we want, what are we going to do?
35
36 how do we talk to our smart home?
37
38 what are the challenges? (interoperability, H2M interface, self-configuration,
39 information filtering to prevent information overflow)
40
41 In a distributed context like the Internet of Things, devices need to be ready
42 to use out of the box. Users often do not want to set up configurations for each
43 device they use, and when using several of those devices, it is often not
44 reasonable having to configure every single one.
45
46
47 %\paragraph{Human-to-Machine Communication:} especiall in the Internet of Things,
48 %Chatty Things need to be accessible for the user and should be easy to talk
49 %to.
50 %\paragraph{Interoperability} integration into already existing
51 %infrastructure.
52
53 %% Prerequisites
54 \section{Prerequisites}
55 \todo
56 overview to the techniques used in the paper by Klauk and Kirsche
57
58 \cite{klauck-kirsche-chattythings}
59
60 \input{sec-address-allocation.tex}
61 \input{sec-dns-extensions.tex}
62 \input{sec-xmpp.tex}
63 \input{sec-chatty-things.tex}
64 \input{sec-discussion.tex}
65
66 \bibliographystyle{plain}
67 {\small \bibliography{biblio}}
68
69 \end{document}
70 % vim: set ft=tex et ts=2 sw=2 :
This page took 0.049507 seconds and 3 git commands to generate.