Enable building of ChronoShare.app

Temporarily disable integrated tests

Change-Id: I652e27f1a19dc9f5b3e0b1399e0fe015f61b3e81
15 files changed
tree: 84a4dbe3712c1f70a9ed2d0a3d09a2ad708db1a5
  1. .jenkins.d/
  2. .waf-tools/
  3. cmd/
  4. contrib/
  5. core/
  6. fs-watcher/
  7. gui/
  8. osx/
  9. res/
  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. COPYING.md
  21. log4cxx.properties
  22. README.md
  23. sparkle-appcast.xml
  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