Ports Search

Results 2130 of 5,824 for /net/.(0.003 seconds)
net/Net-SMPP-1.19 (Score: 0.24363367)
Net::SMPP - pure Perl implementation of SMPP 3.4 over TCP
Implements Short Message Peer to Peer protocol, which is frequently used to pass short messages between mobile operators implementing short message service (SMS). This is applicable to both european GSM and american CDMA/TDMA systems.
net/Phone-Info-0.0.1 (Score: 0.24095091)
Provides a nicer CLI interface to Net::WhitePages
Phone::Info provides a nicer CLI interface to Net::WhitePages.
net/Net-3.08 (Score: 0.2392268)
Perl5 modules to access and use network protocols
libnet is a collection of Perl modules which provides a simple and consistent programming interface (API) to the client side of various protocols used in the internet community. For details of each protocol please refer to the RFC. RFC's can be found a various places on the WEB, for a starting point look at: http://www.yahoo.com/Computers_and_Internet/Standards/RFCs/ The RFC implemented in this distribution are Net::FTP RFC959 File Transfer Protocol Net::SMTP RFC821 Simple Mail Transfer Protocol Net::Time RFC867 Daytime Protocol Net::Time RFC868 Time Protocol Net::NNTP RFC977 Network News Transfer Protocol Net::POP3 RFC1939 Post Office Protocol 3
net/Net-WhitePages-1.04 (Score: 0.2387334)
Provides access to the XML API for WhitePages.com
Provides access to the XML API for WhitePages.com.
net/Net-Ping-External-0.15 (Score: 0.23679605)
Perl cross-platform interface to ICMP "ping" utilities
Net::Ping::External is a module which interfaces with the "ping" command on many systems. It presently provides a single function, ping(), that takes in a hostname and (optionally) a timeout and returns true if the host is alive, and false otherwise. Unless you have the ability (and willingness) to run your scripts as the superuser on your system, this module will probably provide more accurate results than Net::Ping will.
dns/Net-DNS-RR-SRV-Helper-0.0.0 (Score: 0.23635383)
Orders SRV records by priority and weight for Net::DNS
Net::DNS::RR::SRV::Helper is a perl module to order SRV records by priority and weight for Net::DNS.
net/Net-Google-SafeBrowsing2-1.09 (Score: 0.23458973)
Perl extension for the Google Safe Browsing v2 API
Net::Google::SafeBrowsing2 implements the Google Safe Browsing v2 API. The library passes most of the unit tests listed in the API documentation. See the documentation (http://code.google.com/apis/safebrowsing/developers_guide_v2.html) for more details about the failed tests. The Google Safe Browsing database must be stored and managed locally. Net::Google::SafeBrowsing2::Sqlite uses Sqlite as the storage back-end, Net::Google::SafeBrowsing2::MySQL uses MySQL. Other storage mechanisms (databases, memory, etc.) can be added and used transparently with this module. You may want to look at "Google Safe Browsing v2: Implementation Notes" (http://www.zscaler.com/research/Google%20Safe%20Browsing%20v2%20API.pdf), a collection of notes and real-world numbers about the API. This is intended for people who want to learn more about the API, whether as a user or to make their own implementation.
net/Net-TacacsPlus-1.10 (Score: 0.23370111)
Pure perl implement of Tacacs+ client
Net::TacacsPlus - Tacacs+ library.
net/Net-SMS-Clickatell-0.05 (Score: 0.23341423)
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-RawSock-1.0 (Score: 0.23315322)
Net::RawSock provides a base function to send raw IP packets from Perl
Net::RawSock provides a base function to send raw IP datagrams from Perl. The raw IP datagram is packed into a buffer and written on the network layer with the write_ip() function.