Ports Search

Results 91100 of 5,824 for /net/.(0.003 seconds)
net/Net_Ident-1.1.0 (Score: 0.19714487)
PEAR identification protocol implementation
The PEAR::Net_Ident implements Identification Protocol according to RFC 1413. The Identification Protocol (a.k.a., "ident", a.k.a., "the Ident Protocol") provides a means to determine the identity of a user of a particular TCP connection. Given a TCP port number pair, it returns a character string which identifies the owner of that connection on the server's system.
net/Net_MAC-0.1.5 (Score: 0.19714487)
PEAR class that validates and formats MAC addresses
This package validates and cleanly formats Media Access Control (MAC) addresses. The Net_MAC class can also import a list of MAC address vendors and store them in a database which the class can then use to identify vendors of any MAC address.
net/Net-Radius-2.103 (Score: 0.1968714)
Perl module to manipulate RADIUS packets
The modules included here provide an interface to the RADIUS protocol. It consists of the following modules: Net::Radius::Packet - Deals with RADIUS packets Net::Radius::Dictionary - Deals with RADIUS dictionaries This module is essentially the original RADIUS-1.0 distribution by Christopher Masto plus a number of changes and fixes by Luis Munoz and Ian Smith.
net/Net-Twitter-4.01020 (Score: 0.1968714)
Perl interface to twitter.com
twitter.com provides a web 2.0 type of ubiquitous presence. This module allows you to set your status, as well as the statuses of your friends. You can view the latest status of Net::Twitter on it's own twitter timeline at http://twitter.com/net_twitter
mail/Net-SMTP-SSL-1.03 (Score: 0.19598639)
SSL support for Net::SMTP
Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of Net::SMTP's new method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port 465 is usually what you want, and it's not a pain to specify that.
net/Net-NBName-0.26 (Score: 0.19453248)
Performs simple NetBIOS Name Service Requests
Net::NBName is a class that allows you to perform simple NetBIOS Name Service Requests in your Perl code. It performs these NetBIOS operations over TCP/IP using Perl's built-in socket support.
net/Net-RTP-0.09 (Score: 0.19453248)
Send and receive RTP packets (RFC3550)
The Net::RTP module subclasses IO::Socket::Multicast6 to enable you to manipulate multicast groups. The multicast additions are optional, so you may also send and recieve unicast packets.
net/Net-SIP-0.68.2 (Score: 0.19453248)
Framework SIP (Voice Over IP, RFC3261)
Net::SIP consists of packages for handling the SIP packets, for transport of the packets, for processing the packets and on top of all that a simplified layer for common tasks.
net/Net-TiVo-0.11 (Score: 0.19453248)
Framework for accessing TiVo using XML/HTTP
Net::TiVo provides an object-oriented interface to TiVo's REST interface. This makes it possible to query your TiVo for information about recorded content, such as a show's download URL, and space consumed.
security/net-ssh-gateway-1.2.0 (Score: 0.19434613)
Establish Net::SSH connections through firewalls
Net::SSH::Gateway is a library for programmatically tunneling connections to servers via a single "gateway" host. It is useful for establishing Net::SSH connections to servers behind firewalls, but can also be used to forward ports and establish connections of other types, like HTTP, to servers with i restricted access. * Easily manage forwarded ports * Establish Net::SSH connections through firewalls