commit | 9079a2d5a3ec3a948d40e085c1ebf3afb24462fc | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 29 15:18:29 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 29 15:26:37 2013 -0800 |
tree | 159e156a1c438dfb893110b54af6a0acf430d094 | |
parent | 8a8f1523bcfe1397c0f16b15bd2bd3262e7439f0 [diff] |
Don't assemble a file if file already exists in a file system (can happen if several files with the same content are simultaneously created)
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.