commit | 51837ad3466f494de5744fb1f1c6e2eea1d8b37d | [log] [tgz] |
---|---|---|
author | Lijing Wang <ooofreedom@gmail.com> | Sun Dec 25 14:43:53 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jan 14 12:50:25 2017 -0800 |
tree | 106ae89cf1e3bbd224f72db93d24c658b6fd8e89 | |
parent | 1cf5c4320d364a43cc6a498411ef100319accff9 [diff] |
action-log: Switch code to use ndn-cxx This commit also moves code to ndn::chronoshare namespace Change-Id: I3431833f1037eec9100515c405528cd4674be158
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