Merge branch 'master' of git.irl.cs.ucla.edu:ndn/chronoshare

Conflicts:
	.gitignore
	waf
	wscript
tree: 59e760417ffd1e28c5cfe7efbd9ec0616258f8e6
  1. include/
  2. src/
  3. waf-tools/
  4. .gitignore
  5. README.md
  6. waf
  7. 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.