finish addressing
[skm-ma-ws1314.git] / main.tex
1 \documentclass[a4paper,11pt]{article}
2 \usepackage[utf8]{inputenc}
3 \usepackage[T1]{fontenc}
4 \usepackage{ae}
5 \usepackage{color}
6
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}}
11
12 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
13 Masses with XMPP}
14 \author{Roland Hieber}
15 \date{Seminar Communications and Multimedia, TU~Braunschweig \\ \today}
16
17 \begin{document}
18 \maketitle
19
20 %% Introduction
21 \section{Introduction}
22 \todo
23 \pages{0-1}
24 short overview, not too long: what do we want, what are we
25 going to do
26
27
28 %% Prerequisites
29 \section{Prerequisites}
30 \todo
31 overview to the techniques used in the paper by Klauk and Kirsche
32 \cite{klauck-kirsche-chattythings}
33
34 \input{address-allocation.tex}
35
36 \subsection{DNS-Based Service Discovery}
37 \todo
38 \cite{rfc6763}
39 \begin{itemize}
40 \item allows flexible mapping of available services to ports
41 \item utilization of SRV \cite{rfc2782}, TXT and PTR records
42 \item case study for IoT in \cite{Klauck:2012:BCC:2352852.2352881}
43 \end{itemize}
44
45 \pages{1}
46
47 \subsection{XMPP}
48 \todo
49 \cite{rfc6120}
50 \begin{itemize}
51 \item architecture: client-server, use of DNS-SD
52 \item addressing: JIDs, resources
53 \item XML-based communication primitives, stanzas and streams
54 \item presence
55 \item publish/subscribe \cite{xep-0060}, roster
56 \item multi-user chats \cite{xep-0045}
57 \end{itemize}
58
59 \pages{3-4}
60
61 \subsection{Multicast DNS}
62 \todo
63 \cite{rfc6762} \pages{1}
64
65 \subsection{XMPP Serverless Messaging}
66 \todo
67 \cite{xep-0174} \pages{1}
68
69 \section{System Architecture of Chatty Things}
70 \todo
71 \pages{3}
72 \subsection{Service Provisioning Sublayer}
73 \subsection{Bootstrapping}
74 \subsection{Presence Subscription}
75
76 \section{Related Approaches}
77 \todo
78 \pages{3}
79 Middleware, Application protocol gateways:
80 \begin{itemize}
81 \item Constrained Application Protocol \cite{draft-ietf-core-coap-18}
82 \item MQ Telemetry Transport \cite{mqtt}
83 \item Devices Profile for Web Services \cite{zeeb-moritz-ws4d}
84 \end{itemize}
85
86 \section{Discussion}
87 \todo
88 comparison of mentioned approaches
89
90 \pages{1-2}
91
92 \bibliographystyle{plain}
93 \bibliography{biblio}
94
95 \end{document}
96 % vim: set ft=tex et ts=2 sw=2 :
This page took 0.052553 seconds and 5 git commands to generate.