add packaging script for Mac OS X. needs improvement,
but seems to work
Will also look into adding auto-update (only for Mac OS X)

Change-Id: I01dbe5dff86a97a7ee3184efe5c97fb23d330988
2 files changed
tree: 0c6476d5cc7d655a8c312617dea134b69d7355d0
  1. adhoc/
  2. ccnx/
  3. cmd/
  4. disabled/
  5. executor/
  6. fs-watcher/
  7. gui/
  8. osx/
  9. scheduler/
  10. src/
  11. test/
  12. .gitignore
  13. log4cxx.properties
  14. Makefile
  15. README.md
  16. waf
  17. 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.

ChronoShare also provides file history and basic version control.

To see more details about ChronoShare design, click here.