commit | d94a8c62d59b2474ead251145e2b1334d40f2eaa | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 24 13:53:40 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 24 13:53:40 2013 -0800 |
tree | b89e52362663d4e7d1a421f2bdaafc86c14404fb | |
parent | 758f51b3bce0354ad4a0ad3d27e74a557ddd8ca0 [diff] |
Moving out scheduler from dispatcher and sync-core constructors
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.