commit | a9a7e1daf567952e01e0bf6d31fe9125b04d2f74 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Feb 25 18:29:07 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Feb 25 22:44:44 2013 -0800 |
tree | 22a2653dedc608861cca7959619a78ac168850a8 | |
parent | ce04cb4adc47b8103b10d5038faa98d73cc1b533 [diff] |
add basic http server (using boost.asio example) Change-Id: I02bbc161ec7f89ade999b92ed99ef71fec83af32
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.