Main > Free Download Search >

Free bittorrent. software for linux

bittorrent.

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 95
BitTorrent 5.0.9

BitTorrent 5.0.9


BitTorrent is a tool for copying files from one machine to another. more>>
BitTorrent is a FREE software for copying files from one machine to another. FTP punishes sites for being popular.

Since all uploading is done from one place, a popular site needs big iron and big bandwidth.

With BitTorrent, clients automatically mirror files they download, making the publishers burden almost nothing.
<<less
Download (2.0MB)
Added: 2007-08-10 License: MIT/X Consortium License Price:
961 downloads
BitTorrent Queue Manager 0.1.3

BitTorrent Queue Manager 0.1.3


BitTorrent Queue Manager is a console-based BitTorrent client that provides built-in queue management functions. more>>
BitTorrent Queue Manager is a console-based BitTorrent client running on top of BitTornado that provides built-in queue management functions.
BitTorrent Queue Manager also provides a remote interface compatible with ABC for Web-based control. Furthermore, peer information can be queried, including country and network names, and a built-in crawler can gather new torrents on specified trackers or catalog sites for downloading automatically.
This is the new beginning of BTQueue. By upgrading to 0.1.0, you are able to:
- Utilize DHT network compatible to Bram Cohens client and BitComet
- Query IP location from updated database plus AS number (see ip2cc)
- Change client identifier to Azureus, Bram Cohens client, or BitComet
<<less
Download (2.0MB)
Added: 2006-06-23 License: Python License Price:
1231 downloads
Net::BitTorrent::PeerPacket 1.0

Net::BitTorrent::PeerPacket 1.0


Net::BitTorrent::PeerPacket is a Parse/Build Peer Packets from BitTorrent. more>>
Net::BitTorrent::PeerPacket is a Parse/Build Peer Packets from BitTorrent.

SYNOPSIS

# Encode a packet
my $binary_packet = bt_build_packet($key1, $value1, $key2, $value2);

# Decode a packet
my $parsed_packet = bt_parse_packet($binary_data);

Net::BitTorrent::PeerPacket handles parsing and building binary data shared between BitTorrent peers. The module optinally exports a single subroutine for building packets and another for parsing packets, as well as, a constant for each packet type defined by BitTorrent.

<<less
Download (0.006MB)
Added: 2006-09-26 License: Perl Artistic License Price:
1130 downloads
Gnome BitTorrent Downloader 0.0.28

Gnome BitTorrent Downloader 0.0.28


Gnome BitTorrent Downloader is not meant to be an entire front-end, just a program that pops up when you execute the torrents. more>>
Gnome BitTorrent Downloader is not meant to be an entire front-end, just a program that pops up when you "execute" the torrent files.

Since BitTorrent is written in Python, I figured Id write this program in Python too; saves a lot of trouble as I already knew Python relatively well.

<<less
Download (0.032MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
957 downloads
qBittorrent 0.9.3 / 1.0.0 Beta 4

qBittorrent 0.9.3 / 1.0.0 Beta 4


qBittorrent is a bittorrent client written in C++ / Qt4 using the good libtorrent library (By Arvid Nordberg). more>>
qBittorrent is a bittorrent client written in C++ / Qt4 using the good libtorrent library (By Arvid Nordberg).
qBittorrent aims to be a good alternative to all other bittorrent clients. The Author is Christophe Dumez, French Student in computer science (IT).
Main features:
- Fast resume of unfinished downloads on startup (no need to recheck files)
- Unicode Support
- Connection through proxy server support
- Download only some files within a torrent
- Scan regularily a folder and add automatically torrent files within to download list
- Drag n drop of torrent files to GUI
- Limit Upload / Download Speed
- Limit number of simultaneous connections
- User can set share ratio
- UDP Tracker support
- IP Filter support
- Display number of peers, complete / partial sources for each download
- Languages supported: English, French, Simplified Chinese, Spanish, Korean, German, Catalan, Polish, Dutch, Turkish, Greek, Russian, Swedish
<<less
Download (0.80MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
819 downloads
Net::BitTorrent::LibBT::Tracker 0.018

Net::BitTorrent::LibBT::Tracker 0.018


Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker. more>>
Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker.

SYNOPSIS

use Net::BitTorrent::LibBT::Tracker;

my $tracker = Net::BitTorrent::LibBT::Tracker->new("/path/to/tracker");
print "Tracker has ", $tracker->num_peers, " peers.n";

The Net::BitTorrent::LibBT::Tracker module provides an interface to the libbttracker Hash and Peer databases and the statistics stored in shared memory.

<<less
Download (0.021MB)
Added: 2006-10-19 License: Perl Artistic License Price:
1104 downloads
EZtorrent 1.3

EZtorrent 1.3


EZtorrent is a tool that simplifies the process of publishing content via BitTorrent. more>>
EZtorrent project is a program that simplifies the process of publishing content via BitTorrent.

EZtorrent automates the process of generating .torrent metainfo files, as well as starting trackers and seeders.

Although its very easy to download files BitTorrent, distributing your own files via BitTorrent yourself is not a comparatively straightforward process. You need to carefully generate .torrent metainfo files, start a tracker process, then start a seeder process for each individual .torrent file. EZtorrent combines all of this into one, easy step. Heres a "Quick Start" version of how easy it is to distribute BitTorrent content with EZtorrent:

Download and install BitTorrent according to its instructions.

Download EZtorrent, unpack the source code, run ./configure, make, and make install. See the INSTALL file for more information.

Run the following commands:

ezt create mytorrents /var/www/html/torrents /var/mytorrents
www.example.com 6969

Now, copy some files into /var/mytorrents

ezt start # Or "ezt restart", if ezt is already running

Thats it. ezt reads a list of all the files in /var/mytorrents. For each file, a corresponding .torrent file is created and placed in /var/www/html/torrents. Presumably this directory is published over the web with Apache, or some other HTTP server, where others can find them. Then, ezt starts a tracker process running on TCP port 6969 (the above example uses www.example.com as the DNS name of the machine running EZtorrent). Finally, ezt starts a seeder for each .torrent file.

New files can be added to, or removed from, /var/mytorrents at any time. After adding or removing files, run "ezt restart". ezt takes care of creating any new .torrents that need to be created, removing any obsolete .torrents of removed files, and starting or stopping the corresponding seeders. It is also possible to create different directories for different sets of files. You just need to specify a separate TCP port for each directory; ezt also takes care of starting (or stopping) a separate tracker process for each configured directory and port.

Although this is all that you need to know about using EZtorrent, be sure to review some additional important information in INSTALL and NEWS files, and EZtorrents manual page.

<<less
Download (0.40MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1246 downloads
LibTorrent 0.11.6

LibTorrent 0.11.6


LibTorrent is a BitTorrent library written in C++ for Unix. more>>
LibTorrent is a BitTorrent library written in C++ for Unix. LibTorrent library is designed to avoid the redundant buffers and data copying that most (all?) other BitTorrent implementations suffer from.
The library is single-threaded and the client handles the select loop. An interactive ncurses client is included as an example.
Main features:
- The client has full control over the polling of sockets.
- Sigc++ signals makes i easy for the client to react to events.
- Fast resume which checks the file modification time.
Direct reading and writing from network to mmaped files:
- Avoids duplication of data where both the application and the kernel has a copy of the file chunk.
- Unused chunks get thrown out or written to disk instead of the swap.
- Kernel handles caching of the file.
File hash check:
- Uses the same thread.
- Client can control the rate. (Will be improved)
- Non-blocking and preload to memory with the mincore and madvise system calls.
File handler:
- Fine-grained use of file read/write permissions, allows seeding of read-only files.
- Allows torrents with unlimited number of files.
- Opens closed files when mapping chunks to memory, with graceful error handling.
- Support for files larger than 2 GB.
- Different download priorities for files in the torrent.
- Multi-tracker support.
- No dependency on any specific HTTP library, the client implements a wrapper class.
- Dynamic request pipe size.
- Upload and download throttle.
- And much more i havent bothered mentioning. (nor implementing)
<<less
Download (0.50MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
500 downloads
GSTorrent 0005

GSTorrent 0005


GSTorrent is a Bittorrent client/server system. more>>
GSTorrent is a Bittorrent client/server system. A daemon program handles all the file transfers as a Bittorrent client. The GSTorrent daemon also acts as a server for an external GUI client.
The objective is to have a relatively small Bittorrent client, which runs on a small computer without a graphical interface and to control this server from a different machine.
An example of this type of architecture is the mldonkey client/server system for the edonkey protocol.
Enhancements:
- The torrent hash problem is fixed.
- The upload/download rate settings finally work correctly.
- A better torrent selector.
<<less
Download (MB)
Added: 2007-08-23 License: GPL (GNU General Public License) Price:
795 downloads
KTorrent 2.2.1

KTorrent 2.2.1


KTorrent is a BitTorrent program for KDE. more>>
KTorrent is a BitTorrent filesharing program for KDE.
Main features:
- Downloads torrent files
- Upload speed capping, seeing that most people cant upload infinite amounts of data.
- Internet searching using The Bittorrent websites search engine
- UDP Trackers
It has only been tested on linux at the moment, but it should work on most, if not all unix platforms.
Enhancements:
- This is a bug fix release for the 2.2 version. The most notable bug it fixes is the file selection.
<<less
Download (3.9MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
886 downloads
QTorrent 0.9.5

QTorrent 0.9.5


QTorrent is a BitTorrent client that uses the Qt widget-set. more>>
QTorrent is a BitTorrent client that uses the Qt widget-set. QTorrent allows you to have several torrents open at the same time from within the same program window, offering you easy overview, access and management through a list-mode.

Every torrent also has its own page where you can control things like upload speed and upload slots. A page that shows some statistics of all open torrents is also available.

To use QTorrent, just download the tarball, extract it somewhere and run the qtorrent binary. Installing QTorrent is not necessary.

<<less
Download (0.072MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
6131 downloads
rTorrent 0.7.6

rTorrent 0.7.6


rTorrent is a console-based BitTorrent client. more>>
rTorrent is a console-based BitTorrent client. It aims to be a fully-featured and efficient client with the ability to run in the background using screen.
rTorrent project supports fast-resume and session management.
Main features:
- Use an URL or file path to add torrents at runtime
- Emacsish find-file support for opening torrents
- Stop/delete/resume torrents
- Optionally loads/saves/deletes torrents automatically in a session directory
- Safe fast resume support
- Shows lots of information about peers and the torrent
- Only one torrent at a time is checked.
Enhancements:
- Support for XMLRPC.
<<less
Download (0.40MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
505 downloads
CTorrent 1.3.4

CTorrent 1.3.4


CTorrent is a BitTorrent client written in the C programming language. more>>
CTorrent is a BitTorrent client written in the C programming language, known to be a very robust and mature programming language, which produces fast and optimized applications. There are compilers for most operating systems, making programs written in C easy to port.
It currently runs on most Linux variants, MacOS and FreeBSD, but it hopefully run on Windows aswell! CTorrent is built as a console program, which means that it doesnt require any graphical components (such as an X server) on the machine you are running it on, you can even run it remotely through a terminal if you wish.
While a lot of people prefer a GUI (Graphical User Interface) for this kind of applications, there are quite a few people who run "console only" servers and want to use them to download files in the background. CTorrent can help you do exactly this, assuming you are downloading from the BitTorrent network.
Main features:
- Primary purpose of CTorrent is to provide a way to download files off the BitTorrent network.
- Runs on most Linux distributions, FreeBSD and MacOS.
- Does not require an X server, can be run as a consoleprogram from a shell (locally or remotely)
- Programmed in pure C, which means small and lightning fast executables.
- Opensource. Download the source-code of CTorrent and customize to fit your needs (requires C-programming skills)
- Has the ability to create new torrent-files (for seeding and sharing etc)
- Uses very little CPU and memory resources.
<<less
Download (0.086MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1245 downloads
TorrentFlux 2.3

TorrentFlux 2.3


TorrentFlux is a PHP torrent client for Linux. more>>
TorrentFlux is a PHP torrent client for Linux.
Manage all of your Torrent downloads through a convenient web interface from anywhere. Requires Apache with PHP module, MySQL and, BitTornado or BitTorrent source (included).
Main features:
- Upload Torrents via URL or File Upload
- Start, Stop, and Delete Torrents with a click
- Advanced Torrent start options (ports, speeds, etc.)
- Multi-user interface
- RSS Feeds, download Torrents files with a click
- View Download Progress of all torrents at a glance
- View drive space at a glance
- View Torrent file meta information
- Built-in User management and Security
- Private Messaging
- Themes (selectable per user)
- Upload History
- Detailed User Administration
- Admin Searchable Logs
- Torrent Search via Suprnova.org
- Language Support
Current language support for:
- Dutch
- English
- French
- German
- Hungarian
- Italian
- Norwegian
- Polish
- Portuguese
- Slovenian
- Spanish
- Swedish
<<less
Download (1.3MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1022 downloads
BitTornado 0.3.17

BitTornado 0.3.17


BitTornado is a torrent downloader for Linux. more>>
BitTornado is a torrent downloader for Linux.
BitTorrent is a tool for distributing files. BitTornado is extremely easy to use and downloads are started by clicking on hyperlinks. Whenever more than one person is downloading at once they send pieces of the file(s) to each other, thus relieving the central servers bandwidth burden.
Even with many simultaneous downloads, the upload burden on the central server remains quite small, since each new downloader introduces new upload capacity.
Enhancements:
- T-0.3.16 was a huge success; the crashing bug seems to have been squashed flat, thank you so very much wxWidgets and wxPython. As a result, after a few very minor changes, here is T-0.3.17, a new stable release. This replaces the rather archaic T-0.3.7 as the latest stable version.
<<less
Download (0.18MB)
Added: 2006-10-20 License: GPL (GNU General Public License) Price:
1116 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5