| (Full disclosure: movies.io admin here) Right now, it's hard to tell. I like that their current protocol is published as an IETF draft [1], but it doesn't include anything about their 'proxy layer' which is touted in the TF article. From the details in this article, it seems to work a bit like Tor, which raises a few questions: who is going to run the ProxyNodes: is that their business model: making people pay a subscription to access their vast network of ProxyNodes? (Will they claim innocence because "they don't inspect the content passing through", even though it'll be mostly pirate content). PPSP (the IETF version) looks like a more modern and lightweight BitTorrent that runs on UDP. I like that, but as every network, we'll have to see the adoption rate. People stay on BitTorrent the same reason they stay on Facebook: everybody's there. The Tribler guys are not the only one to want to do P2P on top of UDP though: uTorrent came out much sooner (and with reasonably good adoption) with μTP [2]. [1] https://datatracker.ietf.org/doc/draft-ietf-ppsp-peer-protoc... [2] http://blog.bittorrent.com/2009/10/05/changing-the-game-with... |
If Wikipedia is to be believed Tor mainly uses Onion Routing with a set of servers as the core of the system.[1] The Tarzan paper mentions why this might be problematic and suggests instead a decentralized P2P system, using a mix network with (what you might call) onion routing and cover traffic.
The authors claim this eliminates the "single point of failure" and the effectiveness of even network-wide analysis. And since Tarzan should be ideal as a drop-in middle-layer, I'd think this would fit an application like BitTorrent.
Unfortunately we never got to use Tarzan in our project, so I of course only have the paper to go by.
[0] ftp://163.25.117.117/gyliao/iSmart/1-P2P/2-Anonymity%2BIdentity%20Management/Tarzan-A%20Peer-to-Peer%20Anonymizing%20Network%20Layer.pdf [1] http://en.wikipedia.org/wiki/Tor_(anonymity_network)