commit | e84adea767724c25e06af6e5115221b2501cb30f | [log] [tgz] |
---|---|---|
author | Lijing Wang <ooofreedom@gmail.com> | Sun May 31 16:25:16 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 13 15:34:36 2017 -0800 |
tree | c7c666335a62374b7f7a9c1dd0282f6ef30faada | |
parent | a9369b48b287ee5378c41133e7db9eaef0e36bc2 [diff] |
sync: Switch code to use ndn-cxx Thic commit also moves code to ndn::chronoshare namespace Change-Id: I6eae8cab53fd68faa0e9523d166dbb60d1b59a95
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