1 \documentclass[a4paper,
11pt
]{article
}
2 \usepackage[utf8
]{inputenc}
3 \usepackage[T1]{fontenc}
8 \usepackage[hidelinks=true
]{hyperref
}
9 \usepackage[disable
]{todonotes
}
11 \usepackage{cclicenses
}
12 \usepackage{enumitem
} % for sparse lists with \setlist
13 \usetikzlibrary{arrows
}
15 % use sans-serif font for code instead of default monospace
17 \makeatletter \def\verbatim@font
{\sffamily} \makeatother
19 % optimize vertical space in lists
20 \setlist[enumerate
]{noitemsep
}
21 \setlist[itemize
]{noitemsep
}
23 % ...and in verbatim environment
25 \makeatletter \preto{\@verbatim
}{\topsep=
0pt
\partopsep=
0pt
} \makeatother
27 \newcommand{\pages}[1]{\marginpar{#1 pages
}}
28 \newcommand{\term}[1]{\emph{#1}}
29 \newcommand{\code}[1]{\textsf{#1}}
31 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
33 \author{Roland Hieber
}
34 \date{Seminar Communications and Multimedia, TU~Braunschweig \\
[1em
]
35 January
27,
2014 \\
[1em
]
45 \section{Prerequisites
}\label{sec:prereq
}
47 In order to build a distributed, failure-tolerant network for our Chatty Things,
48 we will first look at some techniques which can be used to eliminate centralized
49 infrastructure. Most of these techniques are standardized by the IETF and widely
50 used in existing networks. Finally, we will look at XMPP as the basic
51 communication protocol used in Chatty Things.
53 \input{sec-address-allocation.tex
}
54 \input{sec-dns-extensions.tex
}
56 \input{sec-chatty-things.tex
}
57 \input{sec-outlook.tex
}
58 \input{sec-discussion.tex
}
61 \bibliographystyle{plain
}
62 {\footnotesize \bibliography{biblio
}}
65 % vim: set ft=tex et ts=2 sw=2 :