Starts the server; make slight changes in server code
so that it understands qt's resource system (qrc)
we can use that to manage the html related files
(would be stored in app bundle for mac osx, and in
perhaps /usr/local/share for Linux by qt)
Change-Id: I8cc9e7bd99000d287bac5e6c8bd86008924351c6
10 files changed
tree: 6f887b01859b852ad4af3687b011ec9bd2147a0e
  1. adhoc/
  2. ccnx/
  3. cmd/
  4. disabled/
  5. executor/
  6. fs-watcher/
  7. gui/
  8. osx/
  9. scheduler/
  10. server/
  11. src/
  12. test/
  13. .gitignore
  14. log4cxx.properties
  15. Makefile
  16. README.md
  17. waf
  18. 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.