Initial embedding of Adhoc network creating code into ChronoShare

(gui extension in the next commit)

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