commit | 126b21cdffabdc214bab89fa7b7b5b9dafe06b3d | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Jan 28 17:56:19 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Jan 28 17:56:19 2013 -0800 |
tree | fd73b50e56d22c810623ceb52684f394f805b0cf | |
parent | 9b8a7d0602f92e62078662aa2f54649fea535eb4 [diff] |
make ContentServer use separate Ccnx handle; increase the default freshness of content to be 1800 seconds
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.