commit | 152449c8b177a985eab1addf881a77b8c34b0df7 | [log] [tgz] |
---|---|---|
author | Lijing Wang <ooofreedom@gmail.com> | Sun May 31 16:25:16 2015 -0700 |
committer | Yukai Tu <ytu@cs.ucla.edu> | Tue Feb 07 15:47:27 2017 -0800 |
tree | 4f00eb7cccc103a7e8d4c4cf673e852f7f032ff4 | |
parent | e0dd63ec0cfd23c22284f65f7d279f7467b1753d [diff] |
gui: Switch code to use ndn-cxx Implementation moved to ndn::chronoshare namespace Note that NDN.JS interface to access ChronoShare state is broken Change-Id: I07a8697c5cc56b3922cc3decb7a257f2ec6d76a8
ChronoShare provides services similar to Dropbox, but in a decentralized way.
It uses ChronoSync library to synchronize the operations to the shared-folder and levels NDN's advantage of natural multicast support. The sharing process is completely decentralized, but it is also very easy to add a permanent storage server.
To see more details about ChronoShare design, click here.
To see more configure options, use ./waf configure
. To compile with default configuration, use
./waf configure ./waf