commit | 085aae73eb657b44ce4ac48b202ea455f96b0e1c | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Jan 17 21:09:01 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Jan 17 21:09:01 2013 -0800 |
tree | a3f6ac4bf3494d167e84ce2b5e2ec88ce01cf9d0 | |
parent | e54668110ece4c6113a4e880f6ce5c21636978e5 [diff] |
add optional old_seq field in SyncState
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.