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
} \\
}
10 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
12 \author{Roland Hieber
}
13 \date{Seminar Communications and Multimedia, TU~Braunschweig \\
\today}
19 \section{Introduction
}
22 short overview, not too long: what do we want, what are we
27 \section{Prerequisites
}
29 overview to the techniques used in the paper by Klauk and Kirsche
30 \cite{klauck-kirsche-chattythings
}
32 \input{address-allocation.tex
}
34 \subsection{DNS-Based Service Discovery
}
38 \item allows flexible mapping of available services to ports
39 \item utilization of SRV
\cite{rfc2782
}, TXT and PTR records
40 \item case study for IoT in
\cite{Klauck:
2012:BCC:
2352852.2352881}
49 \item architecture: client-server, use of DNS-SD
50 \item addressing: JIDs, resources
51 \item XML-based communication primitives, stanzas and streams
53 \item publish/subscribe
\cite{xep-
0060}, roster
54 \item multi-user chats
\cite{xep-
0045}
59 \subsection{Multicast DNS
}
61 \cite{rfc6762
} \pages{1}
63 \subsection{XMPP Serverless Messaging
}
65 \cite{xep-
0174} \pages{1}
67 \section{System Architecture of Chatty Things
}
70 \subsection{Service Provisioning Sublayer
}
71 \subsection{Bootstrapping
}
72 \subsection{Presence Subscription
}
74 \section{Related Approaches
}
77 Middleware, Application protocol gateways:
79 \item Constrained Application Protocol
\cite{draft-ietf-core-coap-
18}
80 \item MQ Telemetry Transport
\cite{mqtt
}
81 \item Devices Profile for Web Services
\cite{zeeb-moritz-ws4d
}
86 comparison of mentioned approaches
90 \bibliographystyle{plain
}
94 % vim: set ft=tex et ts=2 sw=2 :