Ports Search

Results 1,2711,280 of 5,886 for /net-im/.(0.004 seconds)
net/NetAddr-IP-Count-2.01 (Score: 0.026957162)
NetAddr::IP::Count - Count hosts in named subnets
This module implements a symplistic way to match individual IP Addresses to subnets. It can be used to, among other things, help analyze HTTPD logs. -Anton <tobez@FreeBSD.org>
net/NetPacket-1.4.1 (Score: 0.026957162)
Modules to assemble/disassemble network packets at the protocol level
NetPacket provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each NetPacket descendent module knows how to encode and decode packets for the network protocol it implements.
net/OAI-Harvester-1.20 (Score: 0.026957162)
Perl module to harvest using the OAI protocol
Perl module query OAI-PMH repositories. The Open Archives Initiative - Protocol for Metadata Harvesting allows repositories to share information about their contents.
net/OurNet-BBS-1.66 (Score: 0.026957162)
Component Object Model for BBS systems
OurNet-BBS is a cross-protocol distributed network, built as an abstraction layer over telnet BBS-based systems used in Hong Kong, China and Taiwan. It implements a flexible object model for different BBS backends, along with an asymmetric authentication and remote procedure call protocol. This project aims to become a protocol agnostic middle-ware solution for identity-based information storage & retrieval, much like the Project Jabber's goal toward instant messaging, or Project JXTA's aim toward distributed services. If you are new to the telnet-bbs platform, please download a copy of Melix BBS software (in English, Traditional Chinese and Simplified Chinese) at http://melix.elixus.org/. For some of its practical uses, search for OurNet::BBSApp on CPAN, and the sample scripts in the eg/ directory in this module's distribution.
net/OurNet-BBSAgent-1.61 (Score: 0.026957162)
Scriptable telnet-based virtual users
OurNet::BBSAgent provides an object-oriented interface to TCP/IP based interactive services, by simulating as a virtual user with action defined by a script language. The developer could then use the same methods to access different services, to easily implement interactive robots, spiders, or other cross-service agents. The scripting language of OurNet::BBSAgent features both flow-control and event-driven capabilities, makes it especially well-suited for dealing with automation tasks involved with Telnet-based BBS systems. This module is the foundation of the BBSAgent back-end described in OurNet::BBS. Please consult its man page for more information.
net/POE-Component-Client-Ident-1.16 (Score: 0.026957162)
POE component for non-blocking ident lookups
POE::Component::Client::Ident is a POE component that provides non- blocking Ident lookup services to other components and sessions. The component takes requests in the form of events, spawns POE::Component::Client::Ident::Agent sessions to perform the Ident queries and returns the appropriate responses to the requesting session.
POE component for managing connections, with keep-alive
POE::Component::Client::Keepalive creates and manages connections for other components. It maintains a cache of kept-alive connections for quick reuse. It is written specifically for clients that can benefit from kept-alive connections, such as HTTP clients.
net/pmf-1.13.1 (Score: 0.026957162)
Padrone's Mud Frontend
PMF is a linemode MUD client, with line history and editing. It also provides gags, aliases and other useful features.
net/POSIX-Socket-0.09 (Score: 0.026957162)
Perl extension for POSIX socket low-level interface
The primary purpose of this is to use file descriptors instead of file handles for socket operations. File descriptors can be shared between threads and not need dup file handles for each threads.
net/POSIX-getpeername-0.01 (Score: 0.026957162)
Perl extension to provide getpeername(2)
POSIX::getpeername provides getpeername(2). perl's core getpeername needs a open file handle. POSIX::getpeername allows you to get peername from sockfd.