sync: address allocation
[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
10 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
11 Masses with XMPP}
12 \author{Roland Hieber}
13 \date{Seminar Communications and Multimedia, TU~Braunschweig \\ \today}
14
15 \begin{document}
16 \maketitle
17
18 %% Introduction
19 \section{Introduction}
20 \todo
21 \pages{0-1}
22 short overview, not too long: what do we want, what are we
23 going to do
24
25
26 %% Prerequisites
27 \section{Prerequisites}
28 \todo
29 overview to the techniques used in the paper by Klauk and Kirsche
30 \cite{klauck-kirsche-chattythings}
31
32 \input{address-allocation.tex}
33
34 \subsection{DNS-Based Service Discovery}
35 \todo
36 \cite{rfc6763}
37 \begin{itemize}
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}
41 \end{itemize}
42
43 \pages{1}
44
45 \subsection{XMPP}
46 \todo
47 \cite{rfc6120}
48 \begin{itemize}
49 \item architecture: client-server, use of DNS-SD
50 \item addressing: JIDs, resources
51 \item XML-based communication primitives, stanzas and streams
52 \item presence
53 \item publish/subscribe \cite{xep-0060}, roster
54 \item multi-user chats \cite{xep-0045}
55 \end{itemize}
56
57 \pages{3-4}
58
59 \subsection{Multicast DNS}
60 \todo
61 \cite{rfc6762} \pages{1}
62
63 \subsection{XMPP Serverless Messaging}
64 \todo
65 \cite{xep-0174} \pages{1}
66
67 \section{System Architecture of Chatty Things}
68 \todo
69 \pages{3}
70 \subsection{Service Provisioning Sublayer}
71 \subsection{Bootstrapping}
72 \subsection{Presence Subscription}
73
74 \section{Related Approaches}
75 \todo
76 \pages{3}
77 Middleware, Application protocol gateways:
78 \begin{itemize}
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}
82 \end{itemize}
83
84 \section{Discussion}
85 \todo
86 comparison of mentioned approaches
87
88 \pages{1-2}
89
90 \bibliographystyle{plain}
91 \bibliography{biblio}
92
93 \end{document}
94 % vim: set ft=tex et ts=2 sw=2 :
This page took 0.042752 seconds and 5 git commands to generate.