commit | 9c9c3011317f615c1051bd0021b584df926aa238 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 25 23:44:25 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 25 23:44:25 2013 -0800 |
tree | 259f315c19a360fa0a3b4a4cf56f45ec3fac46f4 | |
parent | 95160100432b58d59cd01a528a20b34676068572 [diff] |
Don't throw exception in ccnLoop, put just log, sleep, and continue
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.