commit | 454bae2f68c28df623733bf995178cb16864db20 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Jan 24 19:27:54 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Jan 24 19:27:54 2013 -0800 |
tree | 273b6b50edee79e444abf4d01dbb8605ea30ab42 | |
parent | faee2d40e6bb64885e7c8e1fc56b8c05926e9d55 [diff] |
check minSeqNo <= maxSeqNo in fetch-manager Enqueue
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.