commit | 97019eb7b0e20006089d8f876daf368babc00460 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Tue Jan 08 00:21:43 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Tue Jan 08 00:21:43 2013 -0800 |
tree | b32ee6e3c1f168d3a40f3f8f693e1c362580352c | |
parent | 7b3a7309fc6c8cbe7736ffe57802df01580ffcc6 [diff] |
add scheduler using libevent
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.