Ports Search

Results 181190 of 5,886 for /net-im/.(0.003 seconds)
net/Net-Cassandra-0.35 (Score: 0.062330313)
Interface to Cassandra
This module provides an interface the to Cassandra distributed database. It uses the Thrift interface. This is changing rapidly and supports the development version of Cassandra built from Subversion trunk.
net/Net-DHCP-0.696 (Score: 0.062330313)
DHCP set of classes designed to handle basic DHCP handling
This module is a DHCP set of classes designed to handle basic DHCP handling. It can be used to develop either client, server or relays. It is composed of 100% pure Perl.
net/Net-Google-1.0.1 (Score: 0.062330313)
Simple OOP-ish interface to the Google SOAP API
Provides a simple OOP-ish interface to the Google SOAP API
net/Net-IPTrie-0.7 (Score: 0.062330313)
Module for building IPv4 and IPv6 address space hierarchies
This module uses a radix tree (or trie) to quickly build the hierarchy of a given address space (both IPv4 and IPv6). This allows the user to perform fast subnet or routing lookups. It is implemented exclusively in Perl.
net/Net-Jaiku-0.0501 (Score: 0.062330313)
Perl interface to jaiku.com's API
This module allows easy access to Feeds, Presences and Users at jaiku.com. It requires an API key retreivable from http://api.jaiku.com/ for each username you wish to authenticate.
net/Net-Jifty-0.14 (Score: 0.062330313)
Perl interface to online Jifty applications
Jifty is a full-stack web framework. It provides an optional REST interface for applications. Using this module, you can interact with that REST interface to write client-side utilities. You can use this module directly, but you'll be better off subclassing it. This module also provides a number of convenient methods for writing short scripts. For example, passing use_config => 1 to new will look at the config file for the username and password (or SID) of the user. If neither is available, it will prompt the user for them.
net/Net-RawIP-0.25 (Score: 0.062330313)
Perl module to manipulate raw IP packets
This package provides a class object which can be used for creating, manipulating and sending a raw IP packets with optional feature for manipulating ethernet headers.
net/Net-Patricia-1.22 (Score: 0.062330313)
Perl module for fast IP address lookups
This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release. The BSD radix code is thoroughly described in "TCP/IP Illustrated, Volume 2" by Wright and Stevens and in the paper ``A Tree-Based Packet Routing Table for Berkeley Unix'' by Keith Sklower.
net/Net-Pcap-0.18 (Score: 0.062330313)
Interface to pcap(3) LBL packet capture library
Interface to pcap(3) LBL packet capture library
net/Net-RabbitMQ-0.2.0 (Score: 0.062330313)
Perl module to interact with RabbitMQ over AMQP using librabbitmq
Perl interface to RabbitMQ