1 \documentclass[a4paper,
11pt
]{article
}
2 \usepackage[utf8
]{inputenc}
3 \usepackage[T1]{fontenc}
8 \usepackage[hidelinks=true
]{hyperref
}
11 \usepackage{enumitem
} % for sparse lists with \setlist
13 \usetikzlibrary{arrows
}
15 \setlist[enumerate
]{noitemsep
}
16 \setlist[itemize
]{noitemsep
}
18 \newcommand{\pages}[1]{\marginpar{#1 pages
}}
19 \newcommand{\term}[1]{\emph{#1}}
20 \newcommand{\code}[1]{\textsf{#1}}
22 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
24 \author{Roland Hieber
}
25 \date{Seminar Communications and Multimedia, TU~Braunschweig \\
[1em
] \today}
31 \section{Introduction
}
34 short overview, not too long: what do we want, what are we going to do?
36 how do we talk to our smart home?
38 what are the challenges? (interoperability, H2M interface, self-configuration,
39 information filtering to prevent information overflow)
41 %\paragraph{Human-to-Machine Communication:} especiall in the Internet of Things,
42 %Chatty Things need to be accessible for the user and should be easy to talk
44 %\paragraph{Interoperability} integration into already existing
48 \section{Prerequisites
}
50 overview to the techniques used in the paper by Klauk and Kirsche
52 \cite{klauck-kirsche-chattythings
}
54 \input{sec-address-allocation.tex
}
55 \input{sec-dns-extensions.tex
}
57 \input{sec-chatty-things.tex
}
58 \input{sec-discussion.tex
}
60 \bibliographystyle{plain
}
64 % vim: set ft=tex et ts=2 sw=2 :