commit | 7c85d57823cb8b10fe46bd8480de19d3aa3b677f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Feb 26 22:06:54 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Feb 26 22:06:54 2013 -0800 |
tree | cffcc93504ef48d5b835ac971cb918ce06774874 | |
parent | a1b7bb5ef82eaec0cecaae1f92dbcf665e4a022f [diff] |
waf extension: there is a need to copy custom framework to ChronoShare.app/Content/Framework/ directory Somehow, mac's linker adds @loader_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle instead of a reasonable absolute or relative path. The supplied "patch" forces Sparkle.framework be automatically copied to the right place if necessary. Change-Id: Id756ec2d75c7ac50b981d4cbe895c4a3388e606f
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.