diff options
author | David Barksdale <amatus@amatus.name> | 2014-07-03 20:11:00 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-07-03 20:13:11 -0500 |
commit | 36038a312af2ee6a29c4adea974c3fe4eb821718 (patch) | |
tree | a9c78e1e2bb8afe7d1afbe4badde677d42432eb1 /README.md | |
parent | 1d9d8e0b95551263ef605bba271bbd98c6ab5ecf (diff) |
Setup presistent storage for peerinfo, fs, and nse.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |