Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第16,02116,030项(搜索用时0.032秒)
net/ntop-5.0.1 (Score: 3.3129134E-5)
Network monitoring tool with command line and web interfaces
ntop is a flexible and feature-rich tool for monitoring and troubleshooting local area networks. It provides command line and web interfaces, the latter via an embedded web server. ntop is based on libpcap.
net/ntopng-2.4 (Score: 3.3129134E-5)
Network monitoring tool with command line and web interfaces
ntopng is a new generation flexible and feature-rich tool for monitoring and troubleshooting local area networks. It provides command line and web interfaces, the latter via an embedded web server. ntop is based on libpcap.
net/oauth-1.2.3 (Score: 3.3129134E-5)
Php Interface to the OAuth Protocol
pecl-oauth is a php interface to the oauth protocol. Oauth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.
net/opentracker-0.2010.05.30 (Score: 3.3129134E-5)
Free lightweight bittorrent tracker using libowfat
opentracker is a open and free bittorrent tracker project. It aims for minimal resource usage and is intended to run at your wlan router. Currently it is deployed as an open and free tracker instance.
net/ostinato-0.8 (Score: 3.3129134E-5)
Packet crafter/generator and analyzer with friendly GUI
Ostinato is an open-source, cross-platform network packet crafter/traffic generator and analyzer with a friendly GUI. Craft and send packets of several streams with different protocols at different rates.
net/haproxy-1.6.9 (Score: 3.3129134E-5)
Reliable, high performance TCP/HTTP load balancer
HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing.
net/Net-CIDR-Lite-0.21 (Score: 3.3129134E-5)
Perl extension for merging IPv4 or IPv6 CIDR addresses
Net::CIDR::Lite - Perl extension for merging IPv4 or IPv6 CIDR addresses Faster alternative to Net::CIDR when merging a large number of CIDR address ranges. Works for IPv4 and IPv6 addresses.
net/ns3-3.25 (Score: 3.3129134E-5)
Network simulator for Internet systems
ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use.
net/Net-NBName-0.26 (Score: 3.3129134E-5)
Performs simple NetBIOS Name Service Requests
Net::NBName is a class that allows you to perform simple NetBIOS Name Service Requests in your Perl code. It performs these NetBIOS operations over TCP/IP using Perl's built-in socket support.
net/Net-Patricia-1.22 (Score: 3.3129134E-5)
Perl module for fast IP address lookups
This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release. The BSD radix code is thoroughly described in "TCP/IP Illustrated, Volume 2" by Wright and Stevens and in the paper ``A Tree-Based Packet Routing Table for Berkeley Unix'' by Keith Sklower.