1 \documentclass[a4paper,
11pt
]{article
}
2 \usepackage[utf8
]{inputenc}
3 \usepackage[T1]{fontenc}
8 \usepackage[hidelinks=true
]{hyperref
}
11 \usepackage{enumitem
} % for sparse lists with \setlist
13 \usetikzlibrary{arrows
}
15 \setlist[enumerate
]{noitemsep
}
16 \setlist[itemize
]{noitemsep
}
18 \newcommand{\pages}[1]{\marginpar{#1 pages
}}
19 \newcommand{\term}[1]{\emph{#1}}
20 \newcommand{\code}[1]{\textsf{#1}}
22 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
24 \author{Roland Hieber
}
25 \date{Seminar Communications and Multimedia, TU~Braunschweig \\
[1em
] \today}
32 \section{Prerequisites
}\label{sec:prereq
}
34 In order to build a distributed, failure-tolerant network for our Chatty Things,
35 we will first look at some techniques which can be used to eliminate centralized
36 infrastructure. Most of these techniques are standardized by the IETF and widely
37 used in existing networks. Finally, we will look at XMPP as the basic
38 communication protocol used in Chatty Things.
40 \input{sec-address-allocation.tex
}
41 \input{sec-dns-extensions.tex
}
43 \input{sec-chatty-things.tex
}
44 \input{sec-outlook.tex
}
45 \input{sec-discussion.tex
}
47 \bibliographystyle{plain
}
48 {\small \bibliography{biblio
}}
51 % vim: set ft=tex et ts=2 sw=2 :