commit | beee0b4f7b292f6c7d1a0f2760fe07947f7d9835 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 16 18:25:08 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 16 18:25:08 2013 -0800 |
tree | 661462b7995301554fd3905dfc36ac35e90a6f2a | |
parent | 9f31e867c509abfa916fe99b7ac844f85e63e931 [diff] |
Protecting sync log transaction with mutexes
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.