Ports Search

Results 10,89110,900 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
net/pdb-0.1 (Score: 7.3261835E-5)
Packet Debugger
The Packet Debugger (pdb) is a program which allows people to work with packet streams as if they were working with a source code debugger. Users can list, inspect, modify, and retransmit any packet from captured files as well as work with live packet capture.
net/olsrd-0.9.0.3 (Score: 7.3261835E-5)
OLSR routing daemon
From the website: The olsr.org OLSR daemon is an implementation of the Optimized Link State Routing protocol. OLSR is a routing protocol for mobile ad-hoc networks. The protocol is pro-active, table driven and utilizes a technique called multipoint relaying for message flooding.
net/Net-Appliance-Phrasebook-2.103.642 (Score: 7.3261835E-5)
Network appliance command-line phrasebook
If you use Perl to manage interactive sessions with the command-line interfaces of networked appliances, then you might find this module useful. Net::Appliance::Phrasebook is a simple module that contains a number of dictionaries for the command-line interfaces of some popular network appliances. It also supports the use of custom phrasebooks, and of hiearchies of dictionaries within phrasebooks.
net/Net-CLI-Interact-2.200005 (Score: 7.3261835E-5)
Toolkit for CLI Automation
Automating command line interface (CLI) interactions is not a new idea, but can be tricky to implement. This module aims to provide a simple and manageable interface to CLI interactions, supporting: - SSH, Telnet and Serial-Line connections - Unix and Windows support - Reuseable device command phrasebooks
net/Net-HTTP-Spore-0.06 (Score: 7.3261835E-5)
SPORE client
Net::HTTP::Spore is an implementation of the SPORE specification. To use this client, you need to use or to write a SPORE specification of an API. A description of the SPORE specification format is available at [1]. [1] http://github.com/SPORE/specifications/blob/master/spore_description.pod
net/Net-Whois-1.9 (Score: 7.3261835E-5)
Perl5 module to get information using the Whois protocol
This is a Perl 5 module that retrieves and parses information from the InterNIC 'whois' database. If you are behind a firewall, you probably won't be able to use this module. This version supports only the information about domains. Future work may include information about people and other entities about which the InterNIC keeps data.
net/POE-Component-ControlPort-0.01 (Score: 7.3261835E-5)
Network control port for POE applications
When building network applications, it is often helpful to have a network accessible control and diagnostic interface. This module provides such an interface for POE applications. By default, it provides a fairly limited set of commands but is easily extended to provide whatever command set you require.
net/POE-Component-Jabber-3.00 (Score: 7.3261835E-5)
POE Component for communicating over Jabber
POE::Component::Jabber is a module that simplies for the POE developer, access to the Jabber protocol through the use of one of the four Client classes. With built in events for common Jabber packets, all a POE developer need do is provide an event and arguments for most events so the responses to the requests can be properly handled by the coder.
net/SOAP-Data-Builder-1 (Score: 7.3261835E-5)
Wrapper simplifying SOAP::Data and SOAP::Serialiser
This Module provides a quick and easy way to build complex SOAP data and header structures for use with SOAP::Lite. It primarily provides a wrapper around SOAP::Serializer and SOAP::Data (or SOAP::Header) enabling you to generate complex XML within your SOAP request or response.
net/Socket-2.021 (Score: 7.3261835E-5)
Networking constants and support functions
Socket is a low-level module used by, among other things, the IO::Socket family of modules. The following examples demonstrate some low-level uses but a practical program would likely use the higher-level API provided by IO::Socket or similar instead.