commit | a697cf2e1f7f14026b33bcc40127e71deae3f3e1 | [log] [tgz] |
---|---|---|
author | Lijing Wang <ooofreedom@gmail.com> | Sun Dec 25 14:44:22 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 15 22:29:35 2017 -0800 |
tree | edf45dd561f8b15c50308645d4b1af2bc8bc8077 | |
parent | d96dfb8d25fa342ed781cbb68c399f9830d2cd9f [diff] |
fetch: Switch code to use ndn-cxx This commit also moves code to ndn::chronoshare namespace and changes logging to show file and line number of the logging statement. Change-Id: I075320644166cea9d5d3ef65bb26a2cabfd4dc5a
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