GUI counterpart to create/disable AdHoc connection

+ a small trick with powering WiFi to reconnect to a default WiFi after
Adhoc is no longer in use

+ extending author names

Change-Id: I972f0a54e4ccbb5c9c2582763a0f5a72a8b25407
4 files changed
tree: 76e1a40ca42374b21d8773d3085fe3fbe140372c
  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.