commit | 09a84730e3b7f7b113e1b72b3078843b0ca99dfe | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 25 16:09:01 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 25 16:09:01 2013 -0800 |
tree | c26b8a471e164cd330e1c3e228e3b8bc458f5fd0 | |
parent | b74e1e982c02465b1fd468898356c9870ef7a74b [diff] |
Removing unnecessary scheduler thread in FetchManager
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.