Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第12,92112,930项(搜索用时0.011秒)
net/Net-SIP-0.68.2 (Score: 6.4754924E-5)
Framework SIP (Voice Over IP, RFC3261)
Net::SIP consists of packages for handling the SIP packets, for transport of the packets, for processing the packets and on top of all that a simplified layer for common tasks.
net/Net-TiVo-0.11 (Score: 6.4754924E-5)
Framework for accessing TiVo using XML/HTTP
Net::TiVo provides an object-oriented interface to TiVo's REST interface. This makes it possible to query your TiVo for information about recorded content, such as a show's download URL, and space consumed.
net/Net-sFlow-0.11 (Score: 6.4754924E-5)
Decode sFlow datagrams
The sFlow module provides a mechanism to parse and decode sFlow datagrams. It supports sFlow version 2/4 (RFC 3176 - http://www.ietf.org/rfc/rfc3176.txt) and sFlow version 5 (Memo - http://sflow.org/sflow_version_5.txt).
net/Net-Z3950-ZOOM-1.30 (Score: 6.4754924E-5)
Perl interface to the Z39.50 Object-Orientation Model (ZOOM)
This Perl module provides interface to the Z39.50 information retrieval protocol (aka ISO 23950), a mature and powerful protocol used in application domains as diverse as bibliographic information, geo-spatial mapping, museums and other cultural heritage information, and structured vocabulary navigation.
net/NetAddr-IP-Count-2.01 (Score: 6.4754924E-5)
NetAddr::IP::Count - Count hosts in named subnets
This module implements a symplistic way to match individual IP Addresses to subnets. It can be used to, among other things, help analyze HTTPD logs. -Anton <tobez@FreeBSD.org>
net/OurNet-BBS-1.66 (Score: 6.4754924E-5)
Component Object Model for BBS systems
OurNet-BBS is a cross-protocol distributed network, built as an abstraction layer over telnet BBS-based systems used in Hong Kong, China and Taiwan. It implements a flexible object model for different BBS backends, along with an asymmetric authentication and remote procedure call protocol. This project aims to become a protocol agnostic middle-ware solution for identity-based information storage & retrieval, much like the Project Jabber's goal toward instant messaging, or Project JXTA's aim toward distributed services. If you are new to the telnet-bbs platform, please download a copy of Melix BBS software (in English, Traditional Chinese and Simplified Chinese) at http://melix.elixus.org/. For some of its practical uses, search for OurNet::BBSApp on CPAN, and the sample scripts in the eg/ directory in this module's distribution.
POE component for managing connections, with keep-alive
POE::Component::Client::Keepalive creates and manages connections for other components. It maintains a cache of kept-alive connections for quick reuse. It is written specifically for clients that can benefit from kept-alive connections, such as HTTP clients.
Non-blocking traceroute client
POE::Component::Client::Traceroute is a non-blocking Traceroute client. It lets several other sessions traceroute through it in parallel, and it lets them continue doing other things while they wait for responses.
net/Socket-Multicast6-0.04 (Score: 6.4754924E-5)
Constructors and constants for IPv4/IPv6 multicast socket operations
This module is used to gain access to constants and utility functions used when manipulating multicast socket attributes. For simple, object-oriented way of doing the same thing, take a look at IO::Socket::Multicast6 or IO::Socket::Multicast
net/URI-Nested-0.10 (Score: 6.4754924E-5)
Perl5 interface for nested URIs
This library implements a Perl interface for nested URIs -- that is, URIs that contain other URIs. The basic format is: {prefix}:{uri} Some examples: * `jdbc:oracle:scott/tiger@//myhost:1521/myservicename` * `db:postgres://db.example.com/template1`