commit | e1c950441ab7fd71d7b2431117f403965c3768db | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Feb 27 01:02:36 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Feb 27 11:04:12 2013 -0800 |
tree | b6a529aa3c09d3020032c1556ec65956f414827f | |
parent | 01106cd0db8a49f2071c46c8a7d75b99794aa3bf [diff] |
RPC call info_actions_folder seem to work almost perfectly Use ccnpeek to test: ccnpeek -c /localhost/<your-user-name>/chronoshare/<folder>/info/actions/folder/<nonce>/%00 or ccnpeek -c /localhost/<your-user-name>/chronoshare/<folder>/info/actions/folder/<specific-folder>/<nonce>/%00 + json_spirit used to format the whole message, not just parts Change-Id: I40c15459a8ae0ef6278364c45e84e5cbd0b08241
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.