aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2013-05-06 22:38:16 -0500
committerDavid Barksdale <amatus.amongus@gmail.com>2013-05-06 22:38:16 -0500
commitea98768d30d92141484f92f775004c84f2f11fa1 (patch)
treee1f4e6c9b4856f2b825ea47d9427f58019947309
parent31934d6f2608408869d91c925d49353126ac1c2b (diff)
Wrote README.
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..78f39a4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+gnunet-web
+==========
+
+This is a port of [GNUnet] to the browser using [WebRTC] for peer-to-peer
+communication.
+
+Roadmap
+-------
+* Compile GNUnet using [emscripten].
+* Impliment [RFC3264] over GNUnet.
+* Impliment WebRTC transport.
+* Write a kick-ass browser UI in clojurescript.
+
+ [gnunet]: https://gnunet.org
+ [webrtc]: http://www.webrtc.org
+ [emscripten]: https://github.com/kripken/emscripten
+ [rfc3264]: http://www.ietf.org/rfc/rfc3264.txt