Main > Free Download Search >

Free cebridge connections software for linux

cebridge connections

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1429
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::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
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
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
phpMysqlConnection 1.5.9

phpMysqlConnection 1.5.9


phpMysqlConnection provides a PHP class for handling MySQL database connections. more>>
phpMysqlConnection provides a PHP class for handling MySQL database connections.
phpMysqlConnection is an interface class to be used with the PHP programming language to help projects connect to a MySQL database server and perform queries.
The methods of this class prevent the programmer from having to memorize all the different steps needed to connect to the database, perform a query, and retrieve results.
Enhancements:
- A function to return XML-formatted data record sets from queries has been added.
<<less
Download (0.007MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
955 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
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
conn-close 1.0

conn-close 1.0


conn-close gives us possibility to get rid of entries in ip_conntrack about ESTABLISHED TCP connections. more>>
conn-close gives us possibility to get rid of entries in ip_conntrack about ESTABLISHED TCP connections that goes through our server.

conn-close script uses hping2 to send spoofed RST packets which will fool conntrack and cause specified connections to be considered by conntrack as closed (now these connections will be in ip_conntrack in CLOSE state), even though RST packets will be more likely discarded by destination host.

Information about connections is read of course from /proc/net/ip_conntrack.

Idea was taken from script seen somewhere on the internet.

<<less
Download (0.003MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1264 downloads
Address Book Continued 1.0

Address Book Continued 1.0


Address Book Continued provides a multi-user AJAX address book Web application. more>>
Address Book Continued provides a multi-user AJAX address book Web application.

It also makes use of AJAX, which means that page reloads only happen on login/logout; the rest of the operations is handled asynchronously in the background. Its well usable, even over slow connections.

You can even install ABC on your desktop PC and configure it so that it doesnt require login for connections coming from the local computer.

<<less
Download (0.021MB)
Added: 2007-02-06 License: GPL (GNU General Public License) Price:
990 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
pynetfilter_conntrack 0.3.2

pynetfilter_conntrack 0.3.2


pynetfilter_conntrack is a Python binding of libnetfilter_conntrack. more>>
pynetfilter_conntrack is a Python binding of libnetfilter_conntrack. The binding is the file pynetfilter_conntrack.py and you have also a clone of conntrack program: conntrack.py.
Conntrack.py
Conntrack.py is a clone of conntrack C program. Features:
- list: List connections ;
- xml: Export connections to XML document ;
- delete: Delete connection.
For all commands, you can filter connections with:
- source/destination address from original/reply destination ;
- layer 3 and 4 protocols ;
- source/destination port from original/reply destination (for protocols tcp, udp and sctp).
Enhancements:
- Compliance with pickle, minor enhancements to the API, and a debian/ subdirectory for Debian and Ubuntu packaging. setup.py no longer uses setuptools by default.
<<less
Download (0.011MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
Conexus 0.2

Conexus 0.2


Conexus is a set of programs for analyzing neuroanatomical images. more>>
The goal of the Conexus project is to build a graphical database of neuroanatomical connections, focussing on thalamo-cortical and cortico-cortical connections in the macaque monkey.

Conexus will allow users to enter data, and also to search for and analyze patterns of data gathered from different experiments, by different investigators, reported in a variety of journals, together into one unified macaque atlas.

Equipped with the proper search and 3D visualization tools, it will allow students, modelers, and experimentalists to learn about the available data on neuroanatomical connections, or to compare their own findings to existing data.

Currently, the focus of the project is on the alignment tools that are necessary to visualize large numbers of immunohistologically stained sections together in 3D.

Conexus is the successor to an earlier project called XANAT. Funding for Conexus comes from the Human Brain Project at NIH, as part of the Human Brain Project at UC Davis (Ted Jones, PI).
<<less
Download (1.2MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1666 downloads
BitWise Routing Server for Linux 1.7

BitWise Routing Server for Linux 1.7


allows you to accept BitWise connections to multiple computers behind a router. more>> The BitWise Routing Server allows you to accept BitWise connections to multiple computers behind a router. Typically, using a router, you would set up port forwarding on BitWises client port (4137), and specify a single destination IP. This is fine until multiple users behind a router all need to accept incoming connections.
As shown by the picture at right, the Routing Server allows individual users to register themselves with the Routing Server, and then the Routing Server accepts all incoming connections and directs those connections to the appropriate user.
The Routing Server requires that your physical router support port forwarding with a way to specify different external and internal ports (this is sometimes labeled "UPnP" by many common home routers).
<<less
Download (1011KB)
Added: 2009-04-20 License: Freeware Price: Free
187 downloads
phpSocketDaemon 1.0

phpSocketDaemon 1.0


phpSocketDaemon is a PHP socket daemon framework that can handle thousands of client and server connections. more>>
phpSocketDaemon is a PHP socket daemon framework that can handle thousands of client and server connections, asynchronously, with built-in buffering, state handling, etc.

The implementation of a new TCP client or server service (or a mix thereof) with this library is very easy, and allows maximum flexibility.

Motivation for writing this library:

This project came into existence while i was writing a new, ground breaking IRC chat web application.

To deal with 1000s of concurrent, always on (comet aka hanging iframe) http (server) connections, and an equal amount of IRC client connections, plus being able to interpret and parse and delegate all the messages and events, i needed a very fast, stable, flexible and easy to use daemon library for PHP.

However no such thing existed yet, hence this library was created.
The tarbal includes a demo HTTP server implimentation, which will give you a good impression of what its capable off, and how to use this library.
<<less
Download (0.015MB)
Added: 2006-12-21 License: LGPL (GNU Lesser General Public License) Price:
1040 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5