I have looked and looked and cannot seem to find this source code anywhere. Every link I find points to the official BitTorrent page, which Slashdot says took the source code down in 2007. Am I to believe that this incredibly widespread, open-source technology is not to be found anywhere except in applications like uTorrent or Transmission?
There has to be a place to download CURRENT source code for BitTorrent.
Can anyone point me to that magical place?
标签:
bittorrent
相关问题
- Keeping the downloaded torrent in memory rather th
- Bittorrent Extension Protocol
- How does a peer know another peer is a seed?
- BitTorrent Client : Getting Peer List From Tracker
- Sending scrape request for getting torrent's s
相关文章
- How does a peer know another peer is a seed?
- BitTorrent Client : Getting Peer List From Tracker
- Sending scrape request for getting torrent's s
- How to return a string generated from a sha1 bytea
- Send DHT queries to “router.bittorrent.com” respon
- MonoTorrent - Magnet link to Torrent file
- Creating a torrent client in Java? [duplicate]
- How can I generate a .torrent in Java?
The latest available source of BitTorrent was published in 2009 at BitTorrent website as BitTorrent-5.3-GPL.tar.gz under GPL/GNU license.
It's version 5.3, however other version between 2.9.5 and 5.3.0 are also available.
You can checkout this version from GitHub (with full release history). Also available here.
Alternative open-source projects includes:
Version 5.0.9 seemingly (not sure if it's to be trusted) can be found here:
http://www.afterdawn.com/software/source_codes/bittorrent_linux.cfm
Version 3.x is on SourceForge:
http://bittorrent.cvs.sourceforge.net/viewvc/bittorrent/BitTorrent/
BitTorrent is a protocol, which makes me wonder if you are asking about this:
http://bittorrent.github.com/apps-sdk
"The Apps for BitTorrent SDK is a collection of tools, libraries and documentation to make the process of creating, authoring and testing apps as easy as possible."
The source is closed for uTorrent and has always been. The fact that BitTorrent is now a re-branded uTorrent makes it also closed, even though they closed it a few years back.
Therefore if you are looking for CURRENT source to BitTorrent/uTorrent you would be doing so illegally.
If you are looking for archived source for versions which were previously released as OSS then your best bet may ironically be the varying search mechanisms for torrents.
The Source code is available officially at
Here
FYI Archived version of the original Bittorrent application (also known as Mainline, particularly to those developing other bt clients) are available here, back to 3.9.1.
http://download.bittorrent.com/dl/archive/
For example, I can confirm the BitTorrent-3.9.1-1.noarch.rpm contains the python source. The RPM format can be opened using common archive utilities. On OSX, I used Keka to unarchive to a cpio, then Keka again to unarchive into the file structure (I can see python scripts to do common bt tasks under usr/bin/ and the various code under usr/lib/python2.3/site-packages/BitTorrent )
When they switched to uTorrent codebase, the code became closed. As mentioned by others, there are many open source alternatives to the Bittorrent client offered by bittorrent.com.
Edit May 3, 2013: Bittorrent appear to no longer share their archive. You can still download the source via CVS, last updated in 2005. http://sourceforge.net/p/bittorrent/code/?source=navbar