1 \documentclass[a4paper,
11pt
]{article
}
2 \usepackage[utf8
]{inputenc}
3 \usepackage[T1]{fontenc}
10 \newcommand{\pages}[1]{\marginpar{#1 pages
}}
11 \newcommand{\todo}{\textcolor{red
}{TODO
} \\
}
12 \newcommand{\term}[1]{\emph{#1}}
13 \newcommand{\code}[1]{\texttt{#1}}
15 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
17 \author{Roland Hieber
}
18 \date{Seminar Communications and Multimedia, TU~Braunschweig \\
[1em
] \today}
24 \section{Introduction
}
27 short overview, not too long: what do we want, what are we
30 basically: how do we talk to our smart home?
33 \section{Prerequisites
}
35 overview to the techniques used in the paper by Klauk and Kirsche
37 \cite{klauck-kirsche-chattythings
}
39 \input{address-allocation.tex
}
40 \input{dns-extensions.tex
}
43 \section{System Architecture of Chatty Things
}
46 \subsection{Service Provisioning Sublayer
}
47 \subsection{Bootstrapping
}
48 \subsection{Presence Subscription
}
50 \section{Related Approaches
}
53 Middleware, Application protocol gateways:
55 \item Constrained Application Protocol
\cite{draft-ietf-core-coap-
18}
57 \item machine-to-machine
58 \item everything-built-in
59 \item discovery over multicast, service discovery over /.well-known
61 \item maps to HTTP => stateless
62 \item low protocol overhead and parsing complexity (binary messages)
63 \item only draft status
64 \item UDP with Ack and IDs instead of TCP... (limited state machine)
66 \item asynchronous messages
68 \item MQ Telemetry Transport
\cite{mqtt
}
71 \item small overhead:
2 byte header + variable header length
72 \item publish-subscribe with topic names
76 \item Devices Profile for Web Services
\cite{zeeb-moritz-ws4d
}
78 \item TCP/IP -> HTTP -> SOAP -> Web Services. Overhead!
79 \item but very extendable and composable
80 \item discovery as a service
81 \item focused on multiple platforms, deeply embedded and servers
82 \item IPv6 partly experimental
83 \item ROM usage of uDPWS:
45 kByte
90 comparison of mentioned approaches
94 \bibliographystyle{plain
}
98 % vim: set ft=tex et ts=2 sw=2 :