commit | f83ff94637dc3111b3e910c29d8234c1a26ebcb0 | [log] [tgz] |
---|---|---|
author | Jared Lindblom <lindblom@cs.ucla.edu> | Fri Mar 01 00:01:49 2013 -0800 |
committer | Gerrit Code Review <gerrit@Git.irl.CS.UCLA.EDU> | Fri Mar 01 19:34:09 2013 +0000 |
tree | f2411e4448ffaf5597e16a12ffa2d01d2bb1d38a | |
parent | 39dbc4b889572155b65a83a7e285dd28e69e57ab [diff] |
Added ability to ccnx wrapper that will allow one to send interest and wait for content to be retrieved or timeout (untested). + (Alex) simplified implementation of get method Change-Id: I2a62afac6ca58b22e2d7f389b1cdd6ff1690c77e
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.
ChronoShare also provides file history and basic version control.
To see more details about ChronoShare design, click here.