commit | 3566f2f3ddc62224f4df4568ae3a9deb732e2859 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Fri Jan 25 23:47:59 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Fri Jan 25 23:47:59 2013 -0800 |
tree | b8012119b9b3307092aaf6ff8f4d7fbf6a3023b5 | |
parent | 95160100432b58d59cd01a528a20b34676068572 [diff] |
fix bug in rescheduleTask; use PeriodicTask instead (so it won't delete itself)
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.