Jump to content

Transmission (BitTorrent client)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Grandscribe (talk | contribs) at 13:07, 14 November 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Transmission
Developer(s)Jordan Lee (Daemon, Backend, GTK+ client), Mitchell Livingston (Mac OS X client), previous developers include Eric Petit (project originator), Josh Elsasser (daemon, back-end, GTK+ client) and Bryan Varner (BeOS client).
Initial release17 September 2005 (2005-09-17)
Stable release4.0.1 (February 23, 2023; 17 months ago (2023-02-23)) [±][1]
Repository
Written inC, Objective-C
Operating systemUnix-like (BSDs, Linux, OS X, Solaris), Windows[2]
Available inMultilingual
TypeBitTorrent
LicenseGNU GPL, MIT License[3]
Websitewww.transmissionbt.com

Transmission is a BitTorrent client which features a simple interface on top of a cross-platform back-end. Transmission is free software licensed under the terms of the GNU General Public License (GNU GPL), with parts under the MIT License.[4]

Features

Transmission allows users to download files from the Internet and upload their own files or torrents. By grabbing items and adding them to the interface, users can create queues of files to be downloaded and uploaded. Within the file selection menus, users can customise their downloads down to components of individual files. Transmission also seeds—that is, it can re-upload downloaded content.

  • Prioritization to select which torrents, and which files inside those torrents, to download first
  • Magnet links support introduced in 1.80[5]
  • Selective downloading
  • Optionally move torrents to a different folder when they finish downloading
  • Encrypted peer connections
  • Torrent file creation
  • Peer exchange (compatible with Vuze and μTorrent)
  • A built-in web server so that users can control Transmission remotely via the web (using RPC or WebUI)
  • Automatic port mapping (using UPnP/NAT-PMP)
  • Fast Resume — with peer caching
  • Blocklists for bad peers, periodically updated with the same bluetack peer list used by PeerGuardian and PeerBlock
  • Single listening port for all torrents
  • Scheduled bandwidth limits
  • Global and per-torrent bandwidth caps
  • Sorting/filtering options
  • HTTPS tracker support
  • IPv6 support (partial[6]) introduced in 1.50
  • DHT (Mainline) support introduced in 1.70,[7] IPv6 DHT implemented for 1.80[8]
  • Multiple line tracker list manipulation[9]
  • The usages of multiple trackers simultaneously[10]
  • Local Peer Discovery support introduced in 2.00[11]
  • µTP support introduced in 2.30[12]
  • UDP tracker support introduced in 2.30[13]
  • Torrent queuing support introduced in 2.40[14]

Mac OS X specific features include:

Development

Transmission allows users to monitor a torrent's activity.

Transmission 1.60 and later removed support for Mac OS X v10.4. Currently, Transmission 1.54 is the last version that runs on Mac OS X 10.4 (although it is possible to compile later versions from source, using a package manager like Fink or MacPorts; however, this is unsupported). Starting with Transmission 2.30[15] an Apple Mac with an Intel CPU is needed; PowerPC-based systems are no longer supported natively.

The Transmission back-end (libTransmission) also serves as the basis of the Transmission daemon. The daemon supports a web front-end called Clutch. Older versions have been ported to form the basis of the update system for the video game Metal Gear Online on PS3,[16] as well as the backend for ImageShack's BitTorrent service.

Ports

There are several transmission clients for different operating systems including Unix-like, Mac OS X and BeOS/ZETA; each operating system front-end is built using native widget toolkits.[4]

  • transmission and transmission-common: Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end.
  • transmission-gtk GTK+ interface
  • transmission-qt Qt interface
  • transmission-cli Command-line interface
  • transmission-daemon: This package contains the transmission-daemon. For the associated transmission-remote, see the package transmission-cli.
  • transmission-remote-cli is ncurses interface for the transmission-daemon
  • python-transmissionrpc is a Python module implementing the JSON-RPC client protocol for transmission

An unofficial port of Transmission using a command-line interface (CLI) on iOS was accomplished on March 3, 2008.[17] In November 2010, iTransmission, another unofficial port, was released for jailbroken iPhones sporting a GUI that is capable of downloading directly to the device over WiFi or 3G.[18] A Transmission remote was released for Android, with the name of Transdroid but does not currently support downloading directly to devices.

On Windows, Transmission-Qt can be built with MinGW,[19] the daemon and console tools can be built with Cygwin,[20] also there are two third-party GUIs: Transmission Remote Dot Net[21] and transmission-remote-gui,[22] as well as unofficial full builds of Transmission's Qt Client.,[23][24] There is also an unofficial full build of Transmission daemon which can be run as a Windows service.[25]

It is also ported to the Maemo OS of the Nokia N810 internet tablet and N900 smartphone as well as to the MeeGo/Harmattan OS of the Nokia N9 and N950 smartphones, on which it does download the torrents to the device.

Reception

Transmission is the default BitTorrent client of many Unix and Linux distributions, including Joli OS, Solaris,[26] Ubuntu,[27] Mandriva,[28] Mint,[29] Fedora,[30] Puppy,[31] CrunchBang,[32] Zenwalk,[33] and the GNOME flavor of openSUSE.[34]

On Mac OS X, it is the most popular BitTorrent client downloaded from Mac software websites MacUpdate and VersionTracker.[citation needed]

Fonera ships its routers with Transmission pre-installed.[35]

CNET editor Paul Huges praised Transmission for its "simplicity, lightweight, as well as being feature-packed" and the software is currently ranked second in P2P downloads for Mac on CNET.[36]

See also

References

  1. ^ 4.0.1, retrieved 1 March 2023 – via GitHub
  2. ^ Transmission-Qt for Windows | A Fast & Easy BitTorrent Client. Trqtw.sourceforge.net. Retrieved on 2013-12-09.
  3. ^ COPYING in trunk – Transmission. Trac.transmissionbt.com. Retrieved on 2013-12-09.
  4. ^ a b Transmission — About, www.transmissionbt.com, 2009, retrieved 4 July 2009
  5. ^ Magnet links, extension for peers to send metadata files, Trac.transmissionbt.com, retrieved 2012-08-24
  6. ^ IPv6 does not work against dual-stacked trackers, Trac.transmissionbt.com, retrieved 2012-08-24
  7. ^ DHT implementation, Forum.transmissionbt.com, retrieved 2012-08-24
  8. ^ Changeset 9549, Trac.transmissionbt.com, retrieved 2012-08-24
  9. ^ Announce to multiple trackers at once, Trac.transmissionbt.com, retrieved 2012-08-24
  10. ^ Adding lists of trackers to torrents, Trac.transmissionbt.com, retrieved 2012-08-24
  11. ^ Local Peer Discovery protocol implementation, Trac.transmissionbt.com, retrieved 2012-08-24
  12. ^ Add uTP support, Trac.transmissionbt.com, retrieved 2012-08-24
  13. ^ UDP tracker protocol support, Trac.transmissionbt.com, 2011-02-12, retrieved 2012-08-24
  14. ^ #671 (torrent queuing) – Transmission. Trac.transmissionbt.com. Retrieved on 2013-12-09.
  15. ^ "Transmission ChangeLog".
  16. ^ [1][dead link]
  17. ^ http://wickedpsyched.net/iphone/torrent
  18. ^ iTransmission, a native BitTorrent client on iOS, Code.google.com, retrieved 2012-08-24
  19. ^ Building TransmissionQt in Windows, Trac.transmissionbt.com, retrieved 2012-08-24
  20. ^ Building, Trac.transmissionbt.com, retrieved 2012-08-24
  21. ^ A µTorrent like Windows remote control for the Transmission client, Code.google.com, retrieved 2012-08-24
  22. ^ Cross platform remote GUI for the Transmission daemon, Code.google.com, retrieved 2012-08-24
  23. ^ Transmission 1.76 Windows, Sb-innovation.de, retrieved 2012-08-24
  24. ^ Transmission-Qt, Sourceforge.net, retrieved 2012-08-24
  25. ^ transmission-daemon-cygwin, Sourceforge.net, retrieved 2014-01-27
  26. ^ Solaris Transmission package description
  27. ^ Pitt, Martin (2008-01-14), Ubuntu Changelog, retrieved 2008-05-15
  28. ^ New default applications for GNOME
  29. ^ Elyssa Release Notes
  30. ^ Distribution/Download/BitTorrent
  31. ^ Puppy Linux 4.2 Release Notes
  32. ^ Release Notes - CrunchBang Linux 9.04.01
  33. ^ Zenwalk Package List
  34. ^ Make Transmission the default BitTorrent client in 11.2
  35. ^ FON Starts Selling Fonera 2.0n Router with Transmission
  36. ^ Transmission for Mac, Download.cnet.com, retrieved 2012-08-24