commit | 2ec2c38ae03fe6c440f55f94932cf4e6b138d65d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 29 20:09:00 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 29 20:09:00 2013 -0800 |
tree | 946db34ca2139051f7d7044d3573ecfa90915fa1 | |
parent | c80207dffd5718c2c11dddebf81276fa1cf6be11 [diff] |
Adding experimental mutex in Fetcher
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.