commit | 6e7d4d2d7d6f2cc1279973e4f053e852c4c78f0f | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Tue Jan 15 18:18:18 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Tue Jan 15 18:20:27 2013 -0800 |
tree | 565d914ba8cfa295353967be0b1e82c1c178bb21 | |
parent | 49ab6f8dc74d02309ac5b578d1bf28b3ce73f88c [diff] |
sync core works except for simultaneous changes; that will cause CcnxOperationException in CcnxWrapper; this is suspicious, not related to sync core's logic
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.