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 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.
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
50 %\paragraph{Interoperability} integration into already existing
54 \section{Prerequisites
}
56 overview to the techniques used in the paper by Klauk and Kirsche
58 \cite{klauck-kirsche-chattythings
}
60 \input{sec-address-allocation.tex
}
61 \input{sec-dns-extensions.tex
}
63 \input{sec-chatty-things.tex
}
64 \input{sec-discussion.tex
}
66 \bibliographystyle{plain
}
67 {\small \bibliography{biblio
}}
70 % vim: set ft=tex et ts=2 sw=2 :