|
|
|
|
|
by georgyo
2622 days ago
|
|
This is a over simplification I think. In IPFS to add a file to a folder, you need to rebuild that folder which changes the address. You still need to get people to access the new address to see any updates. IPNS makes that fairly easy, but a similar technology could be made for bittorrent. I think what makes IPFS interesting is that all files are like torrents and all folders all like torrents of torrents. And since each torrent is a hash if the file underneath it, if 100 people individually add files or folders that contain identical chunks, then without explicitly doing anything the are so helping each other share those files. |
|
Update: There is apparently "bittorrent V2" protocol [1][2], which allows file sharing. It is still not implemented in major clients, like libtorrent[3]
[1] http://bittorrent.org/beps/bep_0052.html
[2] https://news.ycombinator.com/item?id=14951728
[3] https://github.com/arvidn/libtorrent/issues/2197