Main > Free Download Search >

Free gnutella connection software for linux

gnutella connection

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1467
Gnome Remote Connection Manager 0.1.5

Gnome Remote Connection Manager 0.1.5


Gnome Remote Connection Manager is a gnome application that stores information about remote connections. more>>
Gnome Remote Connection Manager is a gnome application that stores information
about remote connections.
It gives you a GUI program to launch applications like telnet, shh, or rdesktop. It is highly configurable as to what type of applications it launches, so you are not limited to the three listed, for example I never thought of using it for ftp, but it would be easy to setup.
GRCM uses gconf to store information about connections.
Enhancements:
- Added some missing icons.
- Fixed a callback in the Connections Dialog that made the default arguments from the connection appear when selected.
<<less
Download (0.17MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1553 downloads
Jabber::Connection 0.03

Jabber::Connection 0.03


Jabber::Connection is a simple Perl module with connectivity functions for Jabber. more>>


SYNOPSIS

# client connection:
my $c = new Jabber::Connection(
server => jabber.org,
log => 1,
);

# component connection:
# my $c = new Jabber::Connection(
# server => localhost:5700,
# localname => comp.localhost,
# ns => jabber:component:accept,
# log => 1,
# debug => 1,
# );

die "oops: ".$c->lastError unless $c->connect();

$c->register_beat(10, &every_10_seconds);

$c->register_handler(presence,&presence);
$c->register_handler(iq,&handle_iq_conference);
$c->register_handler(iq,&handle_iq_browse);

$c->auth(qmacro,password,myresource); # client auth
# $c->auth(secret); # component auth

$c->send( );

$c->start;
DESCRIPTION ^
The Jabber::Connection package provides basic functions for connecting clients and components to a Jabber server.
<<less
Download (0.012MB)
Added: 2007-03-21 License: Perl Artistic License Price:
952 downloads
Net::Connection::Sniffer 0.13

Net::Connection::Sniffer 0.13


Net::Connection::Sniffer can gather stats on network connections. more>>
Net::Connection::Sniffer can gather stats on network connections.

SYNOPSIS

use Net::Connection::Sniffer;
gather($config)
__top

Net::Connection::Sniffer is a perl module to gather connection statistics by listening to ethernet traffic. Traffic is filtered using standard BPF notation as described in the tcpdump documentation and implemented using the standard pcap library to sniff packets on host network interfaces.

<<less
Download (0.042MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1194 downloads
gtk-gnutella 0.96.4

gtk-gnutella 0.96.4


gtk-gnutella is a GTK+ Gnutella clone. more>>
Gtk-Gnutella is a server/client for Gnutella. It runs on every Unix-like system which supports GTK+ (1.2 or above) and libxml. Gnome is not required.
It is currently developed and tested under Linux (Debian 2.2) and is known to run at least on Linux, FreeBSD, NetBSD, OpenBSD, Darwin, Solaris, Tru64 UNIX (OSF/1), SGI IRIX, BeOS whereas CPU architectures include x86, AMD64, PowerPC, SPARC, MIPS.
gtk-gnutella project is released under the GNU General Public License (GPL).
Gtk-Gnutella is not finished yet, but it is fully functional: you may share, search, and download. And it is stable too, users usually just leave it run unattended for days.
Main features:
- Share files on the gnutella network (Limewire, BearShare, Xolox, Gnucleus, Shareaza, Morpheus ...)
- Compressed GNet connections
- Simultaneous downloading of files from multiple hosts (swarming)
- Passive searches
- Searching by urn:sha1: and magnet:
- Automatic aquisition of additional sources via download mesh and watching searches
- Powerful filtering engine
- Bandwidth management/limiting
- A lot of settings
- A lot of statistics
Enhancements:
- Features include server-side support for Tigertree hashes and THEX, improved spam filters, paused downloads, and a query syntax for easier creation of result filters.
- There were also many bugfixes and other changes.
<<less
Download (2.1MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
848 downloads
Net::FreeDB2::Connection 0.8.2.6

Net::FreeDB2::Connection 0.8.2.6


Net::FreeDB2::Connection is a FreeDB/CDDB abstract connection class. more>>
Net::FreeDB2::Connection is a FreeDB/CDDB abstract connection class.

Net::FreeDB2::Connection is an abstract class to represent connections to FreeDB/CDDB servers. After a successfull connection, FreeDB/CDDB queries, reads etc can be made to obtain/provide information from/to FreeDB/CDDB databases.

CONSTRUCTOR

new (OPT_HASH_REF)

Creates a new Net::FreeDB2::Connection object. By default connect () is called to initiate the connection but see option no_connect. See the implementation for complements/restrictions.

Options for OPT_HASH_REF may include:

client_name

Mandatory option to name the connecting client software.

client_version

Mandatory option with the client software version string.

client_host

The hostname of the client. Defaults to &Sys::Hostname::hostname ().

client_user

The user of the client. Defaults to scalar (getpwuid ($>));

freedb_host

The FreeDB/CDDB host. Defaults to freedb.freedb.org.

freedb_port

The port on the FreeDB/CDDB host.

proxy_host

Proxy host.

proxy_port

Port on the proxy host. Defaults to 8080.

proxy_user

Proxy user name to use.

proxy_passwd

Proxy password to use.

no_connect

Do not call connect () during instanciation.

<<less
Download (0.030MB)
Added: 2007-03-05 License: Perl Artistic License Price:
965 downloads
Jack audio connection kit 0.103.0

Jack audio connection kit 0.103.0


JACK is a low-latency audio server, written for POSIX conformant operating systems such as GNU/Linux and Apples OS X. more>>
JACK is a low-latency audio server, written for POSIX conformant operating systems such as GNU/Linux and Apples OS X.

Jack audio connection kit can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. Its clients can run in their own processes (ie. as normal applications), or can they can run within the JACK server (ie. as a "plugin").

JACK was designed from the ground up for professional audio work, and its design focuses on two key areas: synchronous execution of all clients, and low latency operation.

<<less
Download (0.66MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
951 downloads
Gtk2::Ex::MindMapView::Connection 0.000001

Gtk2::Ex::MindMapView::Connection 0.000001


Gtk2::Ex::MindMapView::Connection is a Perl module to draw connections between view items. more>>
Gtk2::Ex::MindMapView::Connection is a Perl module to draw connections between view items.

HEIRARCHY

Glib::Object
+----Gtk2::Object
+----Gnome2::Canvas::Item
+----Gnome2::Canvas::Shape
+----Gnome2::Canvas::Bpath
+----Gtk2::Ex::MindMapView::Connection

SYNOPSIS

use Gtk2::Ex::MindMapView::Connection;

This module is internal to Gtk2::Ex::MindMapView. Connections are instantiated by Gtk2::Ex::MindMapView. This module is responsible for drawing the connecting lines between Gtk2::Ex::MindMapView::Items onto the canvas.

The Gtk2::Ex::MindMapView::Connection is an observer. It registers with the view items so that it may be notified when a view items state changes.

INTERFACE

Properties

arrows (string : readable / writable)

Indicates whether arrows should be drawn. Possible values are: none, one-way, and two-way.

predecessor_item (Gtk2::Ex::MindMapView::Item : readable / writable)

The item at which this connection starts.

item (Gtk2::Ex::MindMapView::Item : readable / writable)

The item at which this connection ends.

Methods

INIT_INSTANCE

This subroutine is called by Glib::Object::Subclass as the object is being instantiated. You should not call this subroutine directly. Leave it alone.

SET_PROPERTY

This subroutine is called by Glib::Object::Subclass when a property is being set. You should not call this subroutine directly. Leave it alone. Instead call the set method to assign values to properties.

connect

Connect the Gtk2::Ex::MindMapView::Connection to the items it observes.

disconnect

Disconnect the Gtk2::Ex::MindMapView::Connection from the items it observes.

<<less
Download (0.049MB)
Added: 2007-01-16 License: Perl Artistic License Price:
1011 downloads
dslKonnector 0.1

dslKonnector 0.1


dslKonnector is a Kommander script to start, stop, restart DSL connection. more>>
dslKonnector is a Kommander script to start, stop, restart DSL connection (ppp over ethernet), using tools "pon dsl-provider" and “poff dsl-provider".

To use it you will need to have superuser privileges. dslKonnector does not configure dsl connection, so you will have to setup it using tool "pppoeconf".

I created this script because there was no graphical way to control dsl connection in Kubuntu Dapper, and I needed it sometimes, since some dynamic IPs my wife would receive from our ISP would be blocked from my IRC network.

Would that kind of app be needed? If so, how do I improve it? Suggestions welcome!

<<less
Download (0.020MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1203 downloads
Connection Manager 1.0rc1

Connection Manager 1.0rc1


Connection Manager allows you to pre-configure all this, and use a single consistant interface. more>>
Connection Manager allows you to pre-configure all this, and use a single consistant interface to get connected to all of these various systems.
Do you have to log in to a lot of different systems? If you do, odds are that you have to use a variety of methods. You probably have some systems that require ssh and others that only support rdesktop. For some you may have to use vnc. Some may only support telnet. Connection Manager allows you to pre-configure all this, and use a single consistant interface to get connected to all of these various systems.
To install from the source distibution type (you probably will have to be root):
make install
To make rpms for rpm-based ditros type:
make rpm
Main features:
- Command Line Interface - Connection Manager will have a command line interface that allows for easy initiation of any connection. Some users, especially system administrators, will prefer this method of interaction
- Qt/KDE interface - Connection Manager will have a full featured graphical interface based on the Qt and KDE widgets. This interface will allow a user to manage their own connections, as well as maintain all of the various configuration files. You shouldnt have to use a text editor to edit configuration files unless you really want to
- Documentation - Connection Manager will be completely documented, including man pages, a user reference guide, and an administrator reference guide.
- Packaging - every effort will be made to make Connection Manager easy to install. Packages will be provided for a variety of platforms.
- Internationalization - Connection Manager will be designed and built so that it will be easy to add support for different languages.
<<less
Download (0.031MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1222 downloads
Net::Connection::Sniffer::Util 0.02

Net::Connection::Sniffer::Util 0.02


Net::Connection::Sniffer::Util are netaddr utilities. more>>
Net::Connection::Sniffer::Util are netaddr utilities.

SYNOPSIS

use Net::Connection::Sniffer::Util;
my $ip = newcidr24 Net::Connection::Sniffer::Util($netaddr);
my $ipcopy = $ip->copy;
if ($someip->within($ip)) {
do something...
if ($ip->contains($someip)) {
do something...
if ($ip1->equal($ip2)) {
do something
__top

Net::Connection::Sniffer::Util is a lite weight perl module to do NetAddr::IP like operations on ip addresses in either 32 or 128 bit formats.
my $ip = newcidr24;

Create a blessed address object with cidr/24 network/broadcast bounds (assumes 32 bit addressing), for ipv6, this will be cidr/120
my $ipcopy = $ip->copy;

Copy a blessed network address object to a new blessed object;
Returns undef if $ip is not a Net::Connection::Sniffer::Util object.
$rv = $someip->within($ip);

Check to see if $someip is within the cidr of $ip. i.e.

network address equal($ip2);

Check if IP1 equal IP2
input: ip2 object
returns: true/false

<<less
Download (0.042MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1185 downloads
Mutella 0.4.5

Mutella 0.4.5


Mutella is a terminal-mode Gnutella client with an intuitive and easy to use interface. more>>
Mutella is a terminal-mode Gnutella client with an intuitive and easy to use interface. Initially written by Max for himself, Mutella has now been released to the general public for the benefit of all of us in need of a solid, high-performance client.
Mutella supports all the functionality required to participate as a full-featured node in the Gnutella network. "Full-featured" implies support for file search, download and sharing.
Optimized for a high-bandwidth connection, it sets standards for the server performance and stability. However, Mutella is also happy to run on a modest-speed line.
Main features:
- Support for Gnutella version 0.6 protocol including Ultrapeers, both Leaf and Ultra modes
- Improved connectivity via GnuWebCache
- SHA1 Hashing
- Real multiple search support (~100 searches work fine)
- Passive search (all query-reply packets are checked against local search list)
- Automatic re-submission of the queries
- Unlimited download retry
- Automatic search for alternative locations when download fails to start immediately
- Auto-get function for broken downloads
- Beautiful, ergonomic, and information-rich web remote control support
- Many more...
<<less
Download (0.46MB)
Added: 2005-08-15 License: GPL (GNU General Public License) Price:
1531 downloads
QoS Connection Tuning HOWTO 0.61

QoS Connection Tuning HOWTO 0.61


QoS Connection Tuning HOWTO is a document which explains how to tune network connection performance. more>>
QoS Connection Tuning HOWTO is a document which explains how to tune network connection performance.

This enables you to get the maximum benefit out of your connection without lag and loss.

<<less
Download (MB)
Added: 2006-10-10 License: (FDL) GNU Free Documentation License Price:
1115 downloads
Qtella 0.6.5

Qtella 0.6.5


Qtella is a peer-to-peer client using Gnutella protocol. more>>
Qtella is a peer-to-peer client using Gnutella protocol.
Sharing files over decentralized networks (peer-to-peer) has become very popular. The Gnutella network (Gnet) is one of these p2p networks which is an open network. The advantage of a decentralized network is that no server exists, which could be a single point of failure. Instead, every client acts as client and server at the same time. Due to this fact these clients are often called Servents. But using decentralized networks has also disadvanteges. The main drawback of missing central servers is that connecting to the net takes longer.
Qtella is one of these servents for Linux for the Gnutella network with many useful features. Most of these features are taken from the comments and suggestions of Qtella users. I want to thank all of these users. Qtella is written in C++ and uses the Qt libraries. It is available for Linux/Unix. Also a developer version for the Sharp Zaurus exists. A Win32 version is currently in progress (an alpha version is already available but its very unstable). [cCOPYRIGHT=1]
Main features:
- display incoming searches
- logging of errors, warnings and infos
- rename files
- move downloads into different directories
- statistics of connections and session
- select different styles
- select different fonts
- show download status in download tab by colored balls
- block specified hosts
- fast connection mechanism
- multiple search
- continue interrupted downloads
- uploads
- limit number of downloads and uploads
- limit upload bandwidth
- separate unfinished downloads from finished ones
- download of several files at once
- test whether file allready exists
- identification of download server
- automatic retry if error, busy, closed
- auto connect list
- KDE integration
- save host list
- handle extended gnutella protocol
- status lines and statistics
- accecpt incoming connections
- download from firewalled hosts
- pong cache to reduce network traffic
- advanced search: "+" word must exist, "-" word must not exist
- resume interrupted downloads
<<less
Download (0.53MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1223 downloads
Noname Network 0.1.7

Noname Network 0.1.7


Noname Network provides a powerful file-sharing network. more>>
Noname Network provides a powerful file-sharing network.

The Noname network is a gnutella-based network that features a different and more flexible protocol. The client and network currently support filesharing, but the protocol can be extended to support more features.

<<less
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
933 downloads
JSecureTunneling 0.2.3

JSecureTunneling 0.2.3


JSecureTunneling provides a Java SSH client for tunnels management. more>>
JSecureTunneling provides a Java SSH client for tunnels management.

SecureTunneling is a Java SSH client that is entirely oriented toward the management of SSH tunnels, offering the ability to establish secure and permanent tunnels to a remote SSH server transparently, just like a simple network connection.

The key features are: auto-reconnection, connection monitoring, connection triggers, tunneling changes on-the-fly, and profile management.

<<less
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
966 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5