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