increment release version to 0.4

Change-Id: Ibf1524d87fcc7b435dc0beffd399fc8959cb7267
1 file changed
tree: 8cea8b48b51c5454e4c2b40081ada3998d12690c
  1. adhoc/
  2. ccnx/
  3. cmd/
  4. contrib/
  5. disabled/
  6. executor/
  7. fs-watcher/
  8. gui/
  9. osx/
  10. scheduler/
  11. server/
  12. src/
  13. test/
  14. .gitignore
  15. chronoshare.icns
  16. log4cxx.properties
  17. Makefile
  18. README.md
  19. waf
  20. 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.