Ports Search

Results 16,97116,980 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
net/netscript-1.7.1 (Score: 4.532845E-5)
Portable/multi-platform lightweight TCP socket scripting
__ _ __ _ __ ___| /_ ___ ___ _ __(_)_ __ | /_ (portable/multi-platform) lightwei- | '_ \./ _ \ __/ __)/ __| '__| | '_ \| __) ght TCP socket scripting. Intende- | | | | ._/ |_(__ \ (__| | | | |_) ) |_ d for (non-)experienced persons to |_| |_|\___|\__|___/\___|_| |_| .__/ \__) be able to use to automate situati- [TCP socket scripting program] |_| [1.6.0] ons, built on a word-to-word rules- et response system. includes wild- card support, character replacement, random replacement, argument inclusion, server timeout, initial send, display altering, multiple character dump forma- ts, telnet protocol support, logging, program to socket dumping, executable ruleset support, reverse binding, and module support among other things.
net/ngrep-1.45 (Score: 4.532845E-5)
Network grep
ngrep strives to provide most of GNU grep's common features, applying them to the network layer. ngrep a pcap-aware tool that will allow you to specify extended regular expressions to match against data payloads of packets. It currently recognizes TCP, UDP, and ICMP across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, and understands BPF filter logic in the same fashion as more common packet sniffing tools, like tcpdump and snoop.
net/Geo-IP-PurePerl-1.26 (Score: 4.532845E-5)
Look up country by IP Address
Geo::IP::PurePerl uses a file based database. This database simply contains IP blocks as keys, and countries as values. This database is more complete and accurate than reverse DNS lookups. Geo::IP::PurePerl can be used to automatically select the geographically closest mirror, to analyze your web server logs to determine the countries of your visiters, for credit card fraud detection, and for software export controls.
net/IO-Socket-Multicast6-0.03 (Score: 4.532845E-5)
Send and receive IPv4 and IPv6 multicast messages
The IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you to manipulate multicast groups. With this module you will be able to receive incoming multicast transmissions and generate your own outgoing multicast packets. This module uses the same API as IO::Socket::Multicast, but with added support for IPv6 (IPv4 is still supported). Unlike IO::Socket::Multicast, this is a pure-perl module.
net/Net-NIS-0.44 (Score: 4.532845E-5)
Interface to Sun's Network Information Service
This is a snapshot release of the NIS interface to Perl 5. There are three parts to the interface: the raw component (Net::NIS), the object-oriented component (Net::NIS::Table), and the tied interface (Net::NIS). Unless someone provides strong reason to support the raw or OO components, they will be marked as deprecated and not documented or enhanced (but still supported for backward compatibility).
net/Net-ext-1.011 (Score: 4.532845E-5)
Perl modules for using sockets
Various modules for use Sockets with a TIESCALAR interface for really simple socket communications. Net::Gen - generic sockets interface handling Net::Inet - Internet socket interface module Net::TCP - TCP sockets interface module Net::TCP::Server - TCP sockets interface module for listeners and servers Net::UDP - UDP sockets interface module Net::UNIX - UNIX-domain sockets interface module Net::UNIX::Server - UNIX-domain sockets interface module for listeners
net/Net-Twitter-Lite-0.12006 (Score: 4.532845E-5)
Perl interface to the Twitter API
This module provides a perl interface to the Twitter APIs. It uses the same API definitions as Net::Twitter, but without the extra bells and whistles and without the additional dependencies. Same great taste, less filling. This module is related to, but is not part of the "Net::Twitter" distribution. It's API methods and API method documentation are generated from "Net::Twitter"'s internals. It exists for those who cannot, or prefer not to install Moose and its dependencies.
net/Net-Yadis-1.0 (Score: 4.532845E-5)
Yadis service discovery protocol, and parses XRDS xml documents
Yadis is a service discovery system allowing relying parties (aka identity consumers or membersites) to determine automatically, without end-user intervention, the most appropriate protocol to use. Examples of such services are: * Single sign-on across web sites * Profile exchange and form filling * Blog anti-spam Yadis provides the first step for any service that uses identifiers for authentication, accountability, privacy controlled data exchange and more.
net/POE-Component-Client-Whois-1.36 (Score: 4.532845E-5)
One shot non-blocking RFC 812 WHOIS query
POE::Component::Client::Whois provides a lightweight one shot non-blocking RFC 812 WHOIS query to other POE sessions and components. The component will attempt to guess the appropriate whois server to connect to based on the query string passed. If no guess can be made it will connect to whois.internic.net for domains, whois.arin.net for IPv4 addresses and whois.6bone.net for IPv6 addresses.
net/POEx-Role-TCPServer-1.102740 (Score: 4.532845E-5)
Perl extension for TCPServer Moose role on POE
POEx::Role::TCPServer bundles up the lower level SocketFactory/ReadWrite combination of wheels into a simple Moose::Role. It builds upon other POEx modules such as POEx::Role::SessionInstantiation and POEx::Types. The events for SocketFactory for and for each ReadWrite instantiated are methods that can be advised in any way deemed fit. Advising these methods is actually encouraged and can simplify code for the consumer. The only method that must be provided by the consuming class is handle_inbound_data.