Ports Search

Results 15,82115,830 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
net/IO-Socket-INET6-2.72 (Score: 5.180394E-5)
Perl module with object interface to AF_INET6 domain sockets
IO::Socket::INET6 provides an object interface to creating and using sockets in the AF_INET6 domain. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket. As a consequence, this module is protocol independent, it can run both IPv6 & IPv4, when DNS names are passed.
net/Net-Amazon-0.62 (Score: 5.180394E-5)
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-CSTA-0.04 (Score: 5.180394E-5)
Perl extension for ECMA CSTA
ECMA CSTA is an ASN.1 based protocol for Computer Integrated Telephony (CTI) using CSTA it is possible to write code that communicates with a PBX. Typical applications include receiving notifications for incoming calls, placing calls, redirecting calls or placing conference calls.
net/Net-Gnats-0.06 (Score: 5.180394E-5)
Perl interface to GNU Gnats daemon
Net::Gnats provides a perl interface to the gnatsd command set. Although most of the gnatsd command are present and can be explicitly called through Net::Gnats, common gnats tasks can be accompished through some methods which simplify the process (especially querying the database, editing bugs, etc).
net/Net-Hiveminder-0.08 (Score: 5.180394E-5)
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-LDAP-Server-0.43 (Score: 5.180394E-5)
Perl module for LDAP server side protocol handling
Net::LDAP::Server provides the protocol handling for an LDAP server. You can subclass it and implement the methods you need (see below). Then you just instantiate your subclass and call its handle method to establish a connection with the client.
net/Net-Radius-2.103 (Score: 5.180394E-5)
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-SMS-Clickatell-0.05 (Score: 5.180394E-5)
Access to Clickatell SMS messaging service
Net::SMS::Clickatell - Access to Clickatell SMS messaging service. Clickatell is a commercial service that allows its users to send SMS messages to anyone in the world. This service supports many ways to send messages, for example HTTP, SMTP and SMPP, among others.
net/Net-SSH-Expect-1.09 (Score: 5.180394E-5)
SSH wrapper to execute remote commands
This module is a wrapper to the ssh executable that is available in your system's $PATH. Use this module to execute commands on the remote SSH server. It authenticates with the user and password you passed in the constructor's attributes user and password.
net/Net-Traceroute-PurePerl-0.10 (Score: 5.180394E-5)
Traceroute(1) functionality in perl via raw sockets
Net::Traceroute::PurePerl implements traceroute(1) functionality for perl5. It allows you to trace the path IP packets take to a destination. It is implemented by using raw sockets to act just like the regular traceroute. You must also be root to use the raw sockets.