Completing BitTorrent Decentralization
Njaal writes "With BitTorrent going trackerless, searching for and distributing .torrent files is a natural next step. The Socialized.Net (TSN) is a pure P2P search infrastructure which facilitates P2P searching and distribution of .torrent files. It comes complete with an Azureus (and Firefox) search plugin. TSN is written in Python and is made available under the GPL. Note that this is part of my PhD thesis, and is as such meant as a technology demonstrator."
Since when does P2P == stealing? Some people use it for copyright infringement, yes, but I regularly use it for downloading linux isos and legal media (Art of the Saber rocks).
All this means for me is that I can avoid doing too much damage to the hosting servers, which can only be a good thing for underfunded open source projects and the like.
For the love of God, please learn to spell "ridiculous"!!!
Looks like it tries to connect to localhost:8002, seems you need to install the daemon too:)
"The file isn't a valid Azureus plugin."
The difference in this case being all that trackless stuff for BT is optional. You can still run a tracker, and provide the .torrent file on your Web server.
On google, do a search like:
"whatever filetype:torrent"
and you'll get links to torrents. Of course, a torrent-specific search could be more optimized than that, but even this often gets you what you want.
So what you are saying is celebrating any form of advancement of file-sharing technologies == "encourageing theft" (or since what we are arguing over involves copying, copyright infringement? Did I read this correctly, or not, and if not, please clear things up.
Argue? It has been clearly been legally established in 1985, and several times in the past decade that copyright infringement, as illegal as it is, is copyright infringement and nothing else. Philosophically it has also been argued against calling copyright infringement anything other than that as well, but that I will leave to open interpretation.
]
People who do lable GPL violators "theives" when also making the statement that copyright infringement is not theft in other posts, well, they are hypocrites.
If you believe in privacy, and believe you have "nothing to hide" at the same time, you're a goddammed idiot
"If you'd learn some synonyms..."
Or, instead of learning, he could call it those by copying and pasting straight from reference.com like you did?
The only one they successfully sued in court (i.e. didn't settle with) used centralized searching (Napster), so I don't quite see what you mean by every P2P software distributor sued by the RIAA has used built-in searching.
--
WHO ATE MY BREAKFAST PANTS?
Bittorent is designed for a massive swarm of people all downloading the same file at the same time. It won't die under these circumstances, it will thrive. The more people you have downloading the file, the more people are sharing the file. The reason bittorent is faster is because it forces you to share with others, and doesnt allow you to get away with not sharing the file like many p2p programs, where many people with "slow" connections or a cap on their monthly bandwidth turn off their uploads. Thats why so many people download off one guy with other p2p programs, because the file is never shared by so many people who dowload it, the few people who are sharing their copy's queue is swamped.
It's all because of bittorents tit for tat system, where if the seeders are swamped, you'll usualy get your upload speed returned to you from the other peers you are downloading with. If you upload at 5k/s, you download at 5k/s,but if you can do 30k/s you usualy get 30k/s. You swap the pieces you have for pieces your missing with the other downloaders. Your client remembers the people who traded with it succesfully and tries to make further trades with these people since your client can confirm that they are uploading, and thus you will get something in return. Meanwhile the seeders are feeding the rarest pieces to the people it sees as the ones who upload the most to others, and they swap with others and so on, until everyone has a complete copy.
There are quite a lot of differences in the three major P2P technologies. Here I try to cover the most important of each:
ed2k (eMule)
Direct Connect (DC++, Reverse Connect)
BitTorrent (Azureus, BitComet)
This has been the situation for a while. In ed2k nothing big has changed for a year. DC++ (incl. Reverse Connect) is evolving, but magnet (TTH) linking has been the only major change in years. When DC++ gets its support for ADC complete, the evolution of Direct Connect is predicted to get a major boost.
What trackerless BitTorrent does is to make every client a small tracker. So it doesn't just enable searching and serverless usage, it also makes sharing illegal files easier (more than it does for legal). Previously, to share content, you had to find a tracker that allows posting .torrents. To share copyrighted content, you also had to find a tracker that didn't care about legal aspects. So sharing legal and illegal content is now equally easy, while it previously was (at least in theory) a little bit easier to share legal content.
Overall, the changes of trackerless BitTorrent would still make it the best available p2p techonology. For certain special cases, Direct Connect could be better, and both DC and ed2k support easier linking than BT, but even that can change in the future: BT could implement a meta-p2p engine, so that you could share plaintext links that make your client download the right .torrent file and add it to your queue. This would make BT superior to eMule in every aspect.
"BT could implement a meta-p2p engine, so that you could share plaintext links that make your client download the right .torrent file and add it to your queue. This would make BT superior to eMule in every aspect."
The latest Azureus already has that (magnet links). For example, try magnet:?xt=urn:btih:GCT5DYD6RADW6TY2ICW54UZDXB6OPC XD
seeds/finished downloaders don't/can't engage in tit for tat and so will give you as much as they can.
so it seems likely that in your case you were simply getting data from a seed/finished downloader when your rate spiked like that.
note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
The daemon runs on your local computer. Port 8002 is the web interface. So, if you cannot reach your own computer on port 8002, your daemon is not running. :-)
Dr.
A clever person solves a problem. A wise person avoids it. -- Einstein