Ports Search

Results 17,68117,690 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.06 seconds)
net/pen-0.33.2 (Score: 2.6503309E-5)
Load balancer for UDP and TCP based protocols
This is pen, a load balancer for UDP and TCP based protocols such as DNS, HTTP or SMTP. It allows several servers to appear as one to the outside and automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.
net/eventlet-0.19.0 (Score: 2.6503309E-5)
Concurrent networking library for Python
Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking IO while at the same time retaining high programmer usability by using coroutines to make the non-blocking IO operations appear blocking at the source code level.
net/libdnet-1.12 (Score: 2.6503309E-5)
Simple interface to low level networking routines
Python wrapper around libdnet which provides a simplified, portable interface to several low-level networking routines, including network address manipulation, kernel arp(4) cache and route(4) table lookup and manipulation, network firewalling, network interface lookup and manipulation, and raw IP packet and Ethernet frame transmission. It is intended to complement the functionality provided by pcap(3).
net/radix-0.9.6 (Score: 2.6503309E-5)
Python radix-tree implementation
py-radix is an implementation of a radix tree data structure for the storage and retrieval of IPv4 and IPv6 network prefixes. The radix tree is the data structure most commonly used for routing table lookups. It efficiently stores network prefixes of varying lengths and allows fast lookups of containing networks.
net/raet-0.6.5 (Score: 2.6503309E-5)
Reliable Asynchronous Event Transport protocol library
Reliable Asynchronous Event Transport protocol RAET is designed to provide secure reliable scalable asynchronous message/event transport over the internet in a micro-threaded multi-process application framework that uses UDP for interhost communication and LibSodium for authentication, encryption and the CurveCP handshake for secure bootstrap.
net/terminado-0.6 (Score: 2.6503309E-5)
Terminals served to term.js using Tornado websockets
This is a Tornado websocket backend for the term.js terminal emulator library. It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py), v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm code, v0.11 (2008-11-13) (also on Github as part of QWeb).
net/raggle-0.4.4 (Score: 2.6503309E-5)
Console RSS aggregator written in Ruby
Raggle is a console RSS aggregator, written in Ruby. Features include customizable keybindings, basic HTML rendering, HTTP proxy support, OPML import/export, themes, support for various versions of RSS, Screen support, browser auto-detection, and more. Raggle has been tested under Linux and OpenBSD, and should work properly under other Unix variants as well.
net/rdapper-20150326 (Score: 2.6503309E-5)
Command-line Registration Data Access Protocol (RDAP) client
rdapper is a command-line client for the Registration Data Access Protocol (RDAP), as described in the RDAP RFCs (7480 - 7485). This tool will send an RDAP query to an RDAP server over HTTP or HTTPS, parse the JSON response, and display it in human-readable form.
net/fog-brightbox-0.10.1 (Score: 2.6503309E-5)
Module for the 'fog' gem to support Brightbox Cloud
Brightbox Cloud module for fog (The Ruby cloud services library) This gem is a modular for the `fog` gem that allows you to manage resources in the Brightbox Cloud. It is included by the main `fog` metagem but can used as an independent library in other applications. This includes support for the following services: - Compute - Images - Load Balancers - SQL Cloud instances
net/ssldump-0.9b3 (Score: 2.6503309E-5)
SSLv3/TLS network protocol analyzer
ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic.