commit | 9f77a8c416a7909d43f7ac19a6261faa3a414b77 | [log] [tgz] |
---|---|---|
author | Lijing Wang <ooofreedom@gmail.com> | Sun Dec 25 14:44:04 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 15 21:28:51 2017 -0800 |
tree | 23298aaf77b3432c4b37f78bc65adf229ea4c030 | |
parent | 09e02fd78cb094cdffa1e8cac23fd2f6e3e7da85 [diff] |
object: Switch code to use ndn-cxx This commit also moves code to ndn::chronoshare namespace Change-Id: I63817cce605620c3c68d98ac4e46e1a265dc3d3b
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