Where to find BitTorrent source code? [closed]

妖精的绣舞 提交于 2019-11-29 03:33:20
Mead

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

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:

  • WebTorrent - a streaming torrent client for node.js

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/

Aaron McIver

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

Fake Code Monkey Rashid

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."

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!