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