1 \documentclass[a4paper,
11pt
]{article
}
2 \usepackage[utf8
]{inputenc}
3 \usepackage[T1]{fontenc}
8 \usepackage[hidelinks=true
]{hyperref
}
10 \usetikzlibrary{arrows
}
13 \newcommand{\pages}[1]{\marginpar{#1 pages
}}
14 \newcommand{\todo}[1][]{\textcolor{red
}{TODO
#1} \\
}
15 \newcommand{\term}[1]{\emph{#1}}
16 \newcommand{\code}[1]{\textsf{#1}}
18 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
20 \author{Roland Hieber
}
21 \date{Seminar Communications and Multimedia, TU~Braunschweig \\
[1em
] \today}
27 \section{Introduction
}
30 short overview, not too long: what do we want, what are we going to do?
32 how do we talk to our smart home?
34 what are the challenges? (interoperability, H2M interface, self-configuration,
35 information filtering to prevent information overflow)
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
40 %\paragraph{Interoperability} integration into already existing
44 \section{Prerequisites
}
46 overview to the techniques used in the paper by Klauk and Kirsche
48 \cite{klauck-kirsche-chattythings
}
50 \input{sec-address-allocation.tex
}
51 \input{sec-dns-extensions.tex
}
53 \input{sec-chatty-things.tex
}
54 \input{sec-discussion.tex
}
56 \bibliographystyle{plain
}
60 % vim: set ft=tex et ts=2 sw=2 :