ci: Switch to lcov to build HTML coverage reports

Change-Id: Ic057e2fdfe1bcb52448bf7d25b84a196f25ccf7e
1 file changed
tree: 679400984a317f927e45832864132205b4639ac0
  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