MichaelMure / Arbore-qt

Friend-to-friend filesharing app to save the world from dystopia
MIT License
21 stars 1 forks source link

F2F low-diffusion filesharing app #1

Open MichaelMure opened 9 years ago

MichaelMure commented 9 years ago

Original link: https://github.com/ipfs/go-ipfs/issues/961

I would really like to see happen a friend-to-friend filesharing app with the following caracteristics:

The underlying goal is to reduce the need to use solution like Facebook, Dropbox, Drive... for file/pictures exchange that should be kept private. Also this.

IPFS seems to be the perfect backend for this project. What I envision is a thin GUI layer that provide the low-friction caracteristics. Most of the actual feature would be in IPFS. Here is the issues that needs to be resolved for this project to happen:

Optional:

On a side note, a problem that arise with low-diffusion filesharing is that sender and receivers need to be online at the same time. The future Filecoin seems to be a good solution to mitigate this problem as the sender could incentive other nodes to replicate and hold the encrypted blob online while he is offline.