commit | 1888f749ae4b925cba19f5e6301f2e3dde148ce0 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Jan 28 12:47:33 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Jan 28 12:47:33 2013 -0800 |
tree | 656b5dfa8ecae7986e709098bbe83fe9bdcb5b49 | |
parent | b3d4cd590de5755dc3caa24133336ebe50e2c110 [diff] |
Run ccnx interest and data callback in executor Run scheduler task in executor
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.