tests[object]: Fix test case

Change-Id: Id130d30378c4790fa68618c4f8c9b8bbc8655832
3 files changed
tree: 948b4c58e31d5f4a472a14bff304710a03ab2147
  1. .jenkins.d/
  2. .waf-tools/
  3. adhoc/
  4. cmd/
  5. contrib/
  6. core/
  7. fs-watcher/
  8. gui/
  9. osx/
  10. server/
  11. src/
  12. tests/
  13. .clang-format
  14. .gitignore
  15. .jenkins
  16. .Jenkinsfile
  17. .travis.yml
  18. AUTHORS.md
  19. ChronoShare.desktop.in
  20. chronoshare.icns
  21. COPYING.md
  22. log4cxx.properties
  23. README.md
  24. waf
  25. wscript
README.md

ChronoShare: Decentralized File Sharing Over NDN

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.

Highlights

  • Decentralised
  • Version controlled
  • Wifi Adhoc communications (Only supported in Mac OS 10.7 and above)
  • NDN-JS interface for versioning history browsing and checking out old version
  • Dropbox like user experience (ok, their UI is fancier)

Compile

To see more configure options, use ./waf configure. To compile with default configuration, use

./waf configure
./waf