X-Git-Url: http://git.rohieb.name/skm-ma-ws1314.git/blobdiff_plain/932685a2f40daa909e4080109d93cd9013bae1d9..a937e7aa8fcc17fb98a80bd0a9362d11b188087f:/main.tex diff --git a/main.tex b/main.tex index 3d26e5e..843e8de 100644 --- a/main.tex +++ b/main.tex @@ -6,6 +6,8 @@ \newcommand{\pages}[1]{\marginpar{#1 pages}} \newcommand{\todo}{\textcolor{red}{TODO} \\} +\newcommand{\term}[1]{\emph{#1}} +\newcommand{\code}[1]{\texttt{#1}} \title{Chatty Things -- Making the Internet of Things Readily Usable for the Masses with XMPP} @@ -27,42 +29,13 @@ going to do \section{Prerequisites} \todo overview to the techniques used in the paper by Klauk and Kirsche + +basically: how do we talk to our smart home? \cite{klauck-kirsche-chattythings} \input{address-allocation.tex} - -\subsection{DNS-Based Service Discovery} -\todo -\cite{rfc6763} -\begin{itemize} - \item allows flexible mapping of available services to ports - \item utilization of SRV \cite{rfc2782}, TXT and PTR records - \item case study for IoT in \cite{Klauck:2012:BCC:2352852.2352881} -\end{itemize} - -\pages{1} - -\subsection{XMPP} -\todo -\cite{rfc6120} -\begin{itemize} - \item architecture: client-server, use of DNS-SD - \item addressing: JIDs, resources - \item XML-based communication primitives, stanzas and streams - \item presence - \item publish/subscribe \cite{xep-0060}, roster - \item multi-user chats \cite{xep-0045} -\end{itemize} - -\pages{3-4} - -\subsection{Multicast DNS} -\todo -\cite{rfc6762} \pages{1} - -\subsection{XMPP Serverless Messaging} -\todo -\cite{xep-0174} \pages{1} +\input{dns-extensions.tex} +\input{xmpp.tex} \section{System Architecture of Chatty Things} \todo