diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4e399c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# https://raw.githubusercontent.com/github/gitignore/master/TeX.gitignore +*.aux +*.log diff --git a/waku.pdf b/waku.pdf new file mode 100644 index 0000000..d1c9466 Binary files /dev/null and b/waku.pdf differ diff --git a/waku.tex b/waku.tex new file mode 100644 index 0000000..ed478fc --- /dev/null +++ b/waku.tex @@ -0,0 +1,33 @@ +\title{Waku - P2P Messaging for resource restricted devices} +\author{oskarth} +\date{\today} + +\documentclass[12pt]{article} + +\begin{document} +\maketitle +\begin{abstract} + such abstract, much abstraction +\end{abstract} + +\section{Introduction} + +\paragraph{Outline} +The problem domain is P2P messaging. This has some issues when it comes to scalability, spam reistance, and offline usage. Here we introduce our contribution to it. + +The main "ping" or idea is making Whisper run on resource restricted device. That's the game. + +\section{Problem} +Offline, BW, Spam. + +\section{Idea} +\section{Details} +Scalability model, simulation. + +Status app as a case study? + +\section{Related work} +Whisper, PSS, Bitmessage, similar P2P routing. +\section{Conclusion and future work} +\section{References} +\end{document}