commit | 4c17b4833c1c63c7c2cf4972cca25313e49acc3b | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Mar 02 01:32:35 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Mar 02 02:15:42 2013 -0800 |
tree | 1a6cb18ead3fb1e167f130bda087e0e65c710827 | |
parent | f7c7cde9aacf740b0f13fdf66828d4e9bf191c94 [diff] |
gui/html: Finally implementing restore operation + modal jQueryUI-based dialogs for restore operation + fixing a small bug with NDN/REST API Unrelated note: unless we do something with JSON compression, we can't request more than 10 items at a time (I tried 20, and they already didn't fit). Change-Id: I9206fa9ac6b02062915a6f6980ad9e69eaa8da3c
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.