Implementing FileState RPC call (now it is called info/files/folder RPC call)

For testing:
    ccnpeek -c /localhost/<username>/chronoshare/<shared-folder>/info/files/folder/<folder-of-interest>/nonce/%00
or
    ccnpeek -c /localhost/<username>/chronoshare/<shared-folder>/info/files/folder/nonce/%00

Returned items are lexicographically ordered by filename (not really natural ordering, but should be ok for now...)

Change-Id: I4e02cd44cf2daf632b25729e9f936512d17f2bc0
2 files changed
tree: 3ae6ad1a4a5af244c5a49cf8a6aed6421c90ba24
  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. log4cxx.properties
  16. Makefile
  17. README.md
  18. waf
  19. 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.