commit | dbc0671d748af4aaa741662197f9a96539f833c0 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 08 18:30:28 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 08 18:30:28 2013 -0800 |
tree | f1a0b5c073d859f1fd880a14c3ff6add1ac1b3a7 | |
parent | 68f2a952d0d7e5c073c65f0e7e8823a8de4f1abb [diff] |
Basic implementation of ObjectDb and ObjectManager. Local files can be put as a set of fully formatted ContentObjects to the ObjectDb, and extracted from this Db.
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.