Ports Search

Results 211220 of 5,824 for /net/.(0.003 seconds)
net/Net-Traceroute-PurePerl-0.10 (Score: 0.1714094)
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.
net/Net-Whois-ARIN-0.12 (Score: 0.1714094)
ARIN whois client
This module provides a Perl interface to the ARIN Whois server. The module takes care of connecting to an ARIN whois server, sending your whois requests, and parsing the whois output. The whois records are returned as lists of Net::Whois::ARIN::* instances.
net/pynmsg-0.4.0 (Score: 0.17010027)
Python wrapper for net/nmsg
This is pynmsg, a Python extension module implemented in Cython for the nmsg C library.
Spore Middleware to add header on each request
Net::HTTP::Spore::Middleware::Header is a middleware that add header on each request. You can specify for exemple a Content-Type to pass.
dns/Net-DNSBL-MultiDaemon-0.39 (Score: 0.16814081)
Net::DNSBL::MultiDaemon - multi DNSBL prioritization
Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl daemon. multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as a plug-in for a standard BIND 9 installation. multi_dnsbl shares a common configuration file format with the Mail::SpamCannibal sc_BLcheck.pl script so that DNSBL's can be maintained in a common configuration file for an entire mail installation. Because DNSBL usefulness is dependent on the nature and source of spam sent to a specific site and because sometimes DNSBL's may provide intermittant service, multi_dnsbl interrogates them sorted in the order of greatest successful hits. DNSBL's that do not respond within the configured timeout period are not interrogated at all after 6 consecutive failures, and thereafter will be retried not more often than once every hour until they come back online. This eliminates the need to place DNSBL's in a particular order in your MTA's config file or periodically monitor the DNSBL statistics and/or update the MTA config file.
net/Net-DAV-Server-1.30.5 (Score: 0.1660682)
Provide a DAV Server
This module provides a WebDAV server. WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers. Net::DAV::Server provides a WebDAV server and exports a filesystem for you using the Filesys::Virtual suite of modules. If you simply want to export a local filesystem, use Filesys::Virtual::Plain as above. This module doesn't currently provide a full WebDAV implementation. However, I am working through the WebDAV server protocol compliance test suite (litmus, see http://www.webdav.org/neon/litmus/) and will provide more compliance in future. The important thing is that it supports cadaver and the Mac OS X Finder as clients.
net-mgmt/Net-IP-Resolver-0.02 (Score: 0.16544214)
Net::IP::Resolver - Resolve IPs to a particular network
Net::IP::Resolver provides a mechanism for registering a number of different networks (specified by a set of ip ranges), and then finding the network for a given IP based on this specification.
net/Net-Rsh-0.05 (Score: 0.16182522)
Perl5 module to access and use rsh protocol
Perl5 module to access and use rsh protocol
net/Net-Traceroute-1.15 (Score: 0.16182522)
Perl module to parse traceroute(8)
Perl module to parse traceroute(8).
net/POE-Component-Pcap-0.04 (Score: 0.16114214)
POE component for non-blocking use of Net::Pcap
POE::Component::Pcap provides a wrapper for using the Net::Pcap module from POE programs. The component creates a separate session which posts events to a specified session and state when packets are available.