Main > Free Download Search >

Free bittorrent client best software for linux

bittorrent client best

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3753
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
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
Oracle client 1.00

Oracle client 1.00


Oracle client is a simplistic Perl-based Oracle client. more>>
Oracle client is a simplistic Perl-based Oracle client that tries to mimic some of the functionality of PostgreSQL and MySQLs text-based SQL clients.

It is relatively simplistic, but much more useful than dbishell or sqlplus.

The project supports readline, history, desc, and various shorthand commands like d, , c, etc.

<<less
Download (0.013MB)
Added: 2007-04-12 License: Perl Artistic License Price:
938 downloads
sharkTorrent 0.1.8.3 Beta

sharkTorrent 0.1.8.3 Beta


sharkTorrent project is a bittorrent client written in c++ and it uses wxwidgets , libtorrent and boost. more>>
sharkTorrent project is a bittorrent client written in c++ and it uses wxwidgets , libtorrent and boost.

<<less
Download (0.70MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
822 downloads
BitTyrant for Linux 1.1.1

BitTyrant for Linux 1.1.1


A new, protocol compatible BitTorrent client that is optimized for fast download more>> BitTyrant is a new, protocol compatible BitTorrent client that is optimized for fast download performance. BitTyrant is...
Fast:During evaluation testing on more than 100 real BitTorrent swarms, BitTyrant provided an average 70% download performance increase when compared to the existing Azureus 2.5 implementation, with some downloads finishing more than three times as quickly.
Fair:BitTorrent was designed with incentives in mind:if a user is downloading at 30 KBps, they should upload at 30 KBps. However, due to the unique workload properties of many real-world swarms, this is not always enforced. BitTyrant is designed to make efficient use of your scarce upload bandwidth, rewarding those users whose upload allocations are fair and only allocating excess capacity to other users.
Familiar:BitTyrant is based on modifications to Azureus 2.5, currently the most popular BitTorrent client. All of our changes are under the hood. You find the GUI identical to Azureus, with optional additions to display statistics relevant to BitTyrant operation.
<<less
Download (8.02MB)
Added: 2009-03-31 License: Freeware Price: Free
206 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
Piorun Jabber Client 0.1.0

Piorun Jabber Client 0.1.0


Piorun Jabber Client is a Jabber client for Gnome with user interface simmilar to IRC clients. more>>
Piorun Jabber Client is a Jabber client for Gnome with user interface simmilar to IRC clients.

Currenly implemented features include: standard chat, multi-user chat, roster and subscriptions management, VCards, privacy lists, secure connections (TLS and SALSL).
Piorun is written using Mono/Gtk#

<<less
Download (0.22MB)
Added: 2005-09-02 License: GPL (GNU General Public License) Price:
1514 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
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
ABCWebClient 1.1

ABCWebClient 1.1


ABCWebClient is a minimal, fast, and full functionally torrent Web client-frontend to ABC. more>>
ABCWebClient is a minimal, fast, and full functionally torrent Web client-frontend to ABC (Yet Another Bittorrent Client) v2.69-3.1.

ABCWebClient includes minimal user management and the ability to connect to multiple servers from a list.

Compatibility tested with:

- Apache 1.3/2.0 + mod_php4
- PHP4 + PEAR-PHP ITX_Template
- browser: firefox, konqueror currently only

<<less
Download (0.025MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1239 downloads
Oww Client 0.5.4

Oww Client 0.5.4


Oww Client is a graphical client program for One-Wire Weather (Oww) servers. more>>
Oww Client is a graphical client program for One-Wire Weather (Oww) servers. Oww Client is based on GTK+, displaying lists of collected weather data from one or more servers.
Enhancements:
- Owwl was enhanced to include new sensor types (mainly for cryogenic readout).
- A status window was added.
- Reconnexion is now automatic, after the remote server drops it.
<<less
Download (0.038MB)
Added: 2006-06-09 License: Artistic License Price:
1233 downloads
Ghoti IRC Client 0.86

Ghoti IRC Client 0.86


Ghoti is a GUI-based IRC Client for unix/linux. more>>
Ghoti is a GUI-based IRC Client for unix/linux, written in Perl, and distributed under the GPL. Ghoti IRC Client has an uncanny similarity to mIRC.
Main features:
- Multi-server support
- Fully customisable GUI
- DCC Resume support
- Support for mIRC colours
- Robust CTCP flood protection
- Built in XDCC/CDCC file offering
- On-event sounds (if you really must)
<<less
Download (0.15MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1190 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
Audio::Daemon::MPG123::Client 0.99 Beta

Audio::Daemon::MPG123::Client 0.99 Beta


Audio::Daemon::MPG123::Client is a client portion of Audio::Daemon::MPG123. more>>
Audio::Daemon::MPG123::Client is a client portion of Audio::Daemon::MPG123.

SYNOPSIS

use Audio::Daemon::Client;

my $player = new Audio::Daemon::Client(Server => 10.10.10.1, Port => 9101);

# add in some mp3s
$player->add(qw(Goodbye.mp3 Joey.mp3 Clothes_Of_Sand.mp3));
# set random mode on
$player->random(1);

# status returns a hashref full of useful info
my $status = $player->status;
print "Random mode is ".($status->{random}?On:Off)."n";
print "Current track is "".$status->{title}." by .$status->{artist}."n";

This is one possible Client for Audio::Daemon.

This client portion communicates to the Server via UDP message passing and has no dependancies other then IO::Socket and IO::Select.

Most of this is best demostrated by examples, so Ill try to keep the examples up to date.

<<less
Download (0.015MB)
Added: 2006-11-13 License: Perl Artistic License Price:
1075 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5