Ports Search

Results 111120 of 5,886 for /net-im/.(0.006 seconds)
net/Acme-HTTP-0.10 (Score: 0.067862146)
High-level access to Net::HTTP::NB and Net::HTTPS::NB
Acme::HTTP provides high-level access to Net::HTTP::NB and Net::HTTPS::NB.
net/Net-Proxy-0.13 (Score: 0.067768306)
Framework for proxying network connections in many ways
A Net::Proxy object represents a proxy that accepts connections and then relays the data transfered between the source and the destination. The goal of this module is to abstract the different methods used to connect from the proxy to the destination. A proxy is a program that transfer data across a network boundary between a client and a server. Net::Proxy introduces the concept of "connectors" (implemented as Net::Proxy::Connector subclasses), which abstract the server part (connected to the client) and the client part (connected to the server) of the proxy. This architecture makes it easy to implement specific techniques to cross a given network boundary, possibly by using a proxy on one side of the network fence, and a reverse-proxy on the other side of the fence.
net/net-ldap-0.14.0 (Score: 0.067733526)
Pure Ruby LDAP support library with most client features
Net::LDAP is an LDAP support library written in pure Ruby. It supports most LDAP client features and a subset of server features as well. * Standards-based (going for RFC 4511) * Portable: 100% Ruby
net/commons-net-3.5 (Score: 0.06735372)
Collection of network protocol implementations for Java
Jakarta Commons Net implements the client side of many basic Internet protocols. The purpose of the library is to provide fundamental protocol access. Supported protocols are: * FTP * NNTP * SMTP * POP3 * Telnet * TFTP * Finger * Whois * rexec/rcmd/rlogin * Time (rdate) and Daytime * Echo * Discard * NTP/SNTP
net/Net-Amazon-0.62 (Score: 0.06735372)
Framework for accessing amazon.com via SOAP and XML/HTTP
Net::Amazon provides an object-oriented interface to amazon.com's SOAP and XML/HTTP interfaces. This way it's possible to create applications using Amazon's vast amount of data via a functional interface, without having to worry about the underlying communication mechanism.
net/Net-Ident-1.23 (Score: 0.06735372)
Lookup the username on the remote end of a TCP/IP connection
Net::Ident is a module that looks up the username on the remote side of a TCP/IP connection through the ident (auth/tap) protocol described in RFC1413 (which supersedes RFC931). Note that this requires the remote site to run a daemon (often called identd) to provide the requested information, so it is not always available for all TCP/IP connections.
net/Net-Interface-1.012 (Score: 0.06735372)
Perl extension to access network interfaces
Net::Interface is designed to make the use of ifconfig(1) and friends unnecessary from within Perl. It provides methods to get at set all the attributes of an interface, and even create new logical or physical interfaces (if your O/S supports it).
net/Net-Hiveminder-0.08 (Score: 0.06735372)
Perl interface to hiveminder.com
Hiveminder is a collaborate todo list organizer, built with Jifty. This module uses Hiveminder's REST API to let you manage your tasks any way you want to. This module is built on top of Net::Jifty. Consult that module's documentation for the lower-level interface.
net/Net-IRR-0.08 (Score: 0.06735372)
Perl interface to the Internet Route Registry Daemon
This module provides an object oriented perl interface to the Internet Route Registry. The interface uses the RIPE/RPSL Tool Query Language as defined in Appendix B of the IRRd User Guide. The guide can be found at http://www.irrd.net/, however an understanding of the query language is not required to use this module.
net/Net-MAC-2.103622 (Score: 0.06735372)
Perl 5 module for representing and manipulating MAC addresses
The Perl 5 module Net::MAC allows you to - store a MAC address in a Perl object - find out information about a stored MAC address - convert a MAC address into a specified format - easily compare two MAC addresses for string or numeric equality