commit | c7170bc7282f7fe4bf859e0fef5a7b4f94ff364c | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 16:17:26 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 23:28:22 2016 -0800 |
tree | 88d5e7fbfded98bc9b2116cdc31d4e64431d7f93 | |
parent | 45355a5bc4cb9f2ba633ea70f7bd2d704a08fcbd [diff] |
db-helper: Switch code to use ndn-cxx Changes include: - move to ndn::chronoshare namespace - switch to ndn::util::Digest for hash computation
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.
To see more details about ChronoShare design, click here.
To see more configure options, use ./waf configure
. To compile with default configuration, use
./waf configure ./waf