commit | e227721749c8479be1e1f5a84eb9b82e3b948c6d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 29 12:46:31 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 29 12:47:46 2013 -0800 |
tree | 80c97cc93ef36c41a6b76bff9eab9ccedb07be91 | |
parent | 70f30d207c9c8740368dcad1757afa538847f596 [diff] |
Don't refetch file that already exists in the local database
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.