1 \documentclass[a4paper,
11pt
]{article
}
2 \usepackage[utf8
]{inputenc}
3 \usepackage[T1]{fontenc}
7 \newcommand{\pages}[1]{\marginpar{#1 pages
}}
8 \newcommand{\todo}{\textcolor{red
}{TODO
} \\
}
9 \newcommand{\term}[1]{\emph{#1}}
10 \newcommand{\code}[1]{\texttt{#1}}
12 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
14 \author{Roland Hieber
}
15 \date{Seminar Communications and Multimedia, TU~Braunschweig \\
\today}
21 \section{Introduction
}
24 short overview, not too long: what do we want, what are we
29 \section{Prerequisites
}
31 overview to the techniques used in the paper by Klauk and Kirsche
33 basically: how do we talk to our smart home?
34 \cite{klauck-kirsche-chattythings
}
36 \input{address-allocation.tex
}
37 \input{dns-extensions.tex
}
40 \section{System Architecture of Chatty Things
}
43 \subsection{Service Provisioning Sublayer
}
44 \subsection{Bootstrapping
}
45 \subsection{Presence Subscription
}
47 \section{Related Approaches
}
50 Middleware, Application protocol gateways:
52 \item Constrained Application Protocol
\cite{draft-ietf-core-coap-
18}
53 \item MQ Telemetry Transport
\cite{mqtt
}
54 \item Devices Profile for Web Services
\cite{zeeb-moritz-ws4d
}
59 comparison of mentioned approaches
63 \bibliographystyle{plain
}
67 % vim: set ft=tex et ts=2 sw=2 :