aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-07-03 20:11:00 -0500
committerDavid Barksdale <amatus@amatus.name>2014-07-03 20:13:11 -0500
commit36038a312af2ee6a29c4adea974c3fe4eb821718 (patch)
treea9c78e1e2bb8afe7d1afbe4badde677d42432eb1 /README.md
parent1d9d8e0b95551263ef605bba271bbd98c6ab5ecf (diff)
Setup presistent storage for peerinfo, fs, and nse.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5249fd0..2ce7282 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,12 @@ communication.
Roadmap
-------
* Compile GNUnet using [emscripten].
+ * gnunet-service-peerinfo.js - Done.
* gnunet-service-transport.js - Done, with HTTP(S) transport.
* gnunet-service-ats.js - Done.
* gnunet-daemon-topology.js - Done.
* gnunet-service-core.js - Done.
- * gnunet-service-nse.js - Done, PoW not persistent yet.
+ * gnunet-service-nse.js - Done.
* gnunet-service-dht.js - Done.
* gnunet-service-cadet.js - Done.
* gnunet-service-datastore.js - Building with heap backend plugin.
@@ -52,8 +53,7 @@ the services to schedule tasks, communicate with each other, and load plugins
are implemented as emscripten js libraries.
To debug a shared worker in chrome open chrome://inspect and click the
-"inspect" link next to the http://localhost:3000/js/gnunet-service-transport.js
-shared worker.
+"inspect" link next to an entry in the shared workers list.
[gnunet]: https://gnunet.org
[webrtc]: http://www.webrtc.org