commit | 7326a252c559af88cf2ea8ab4bc5d40f2633ab9d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 20 23:43:25 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 20 23:43:25 2013 -0800 |
tree | 8bbb1d09162eb196459c5c95cdb4fcde0374aadb | |
parent | 66f4c4986885577f29d1012ec4b4c06d49f30f19 [diff] |
Partially removing redundancy between sync core and sync log
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.