Ports Search

Results 16,04116,050 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.057 seconds)
net/URI-Template-0.22 (Score: 3.3129134E-5)
Object for handling URI templates
URI::Template - Object for handling URI templates This is an initial attempt to provide a wrapper around URI templates as described at: http://www.ietf.org/internet-drafts/draft-gregorio-uritemplate-00.txt
net/asterisk-13.11.2 (Score: 3.3129134E-5)
Open Source PBX and telephony toolkit
Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top.
net/asterisk-11.23.1 (Score: 3.3129134E-5)
Open Source PBX and telephony toolkit
Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top.
net/Net_Socket-1.0.14 (Score: 3.3129134E-5)
PEAR Network Socket Interface
Net_Socket is a PEAR class interface to TCP sockets. It provides blocking and non-blocking operation, with different reading and writing modes (byte-wise, block-wise, line-wise and special formats like network byte-order ip addresses).
net/serveez-0.2.2 (Score: 3.3129134E-5)
Server framework
Serveez is a server framework. It provides routines and help for implementing IP based servers (currently TCP, UDP and ICMP). It is also possible to use named pipes for all connection oriented protocols. We think it is worth the effort because many people need server functionality within their applications. However, many people experience problems with select()- or poll()-loops, and with non-blocking operations. This application demonstrates various aspects of advanced network programming in a portable manner. You can use it for implementing your own servers or for understanding how certain network services and operations work. The package includes a number of servers that work already: an HTTP server, an IRC server, a Gnutella spider and some others. One of the highlights is that you can run all protocols on the same port. The application itself is single threaded but it uses helper processes for concurrent name resolution and ident lookups.
net/Net_Vpopmaild-0.3.2 (Score: 3.3129134E-5)
PEAR Class for accessing Vpopmail's vpopmaild daemon
Net_Vpopmaild is a pear Class for accessing Vpopmail's vpopmaild daemon. It supports all vpopmaild commands, such as adding/removing domains, users, robots (autoresponders), and ezmlm lists (todo), as well as modifying domain limits, ip maps, etc.
net/ptunnel-0.72 (Score: 3.3129134E-5)
Tunneling TCP connections over ICMP echo request and reply
Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies.
net/proxychains-3.1 (Score: 3.3129134E-5)
Redirect connection through proxy servers
This program forces any TCP connection made by any given TCP client to follow through proxy (or proxy chain). It is a kind of proxifier. It acts like sockscap / permeo / eborder driver (intercepts TCP calls).
net/ldap3-1.4.0 (Score: 3.3129134E-5)
Strictly RFC 4511 conforming LDAP V3 pure Python client
ldap3 is a pure Python LDAP 3 client library strictly conforming to RFC4511 released under the LGPL v3 open source license. RFC4511 is the current LDAP specification (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771 (December 1997)
net/netifaces-0.10.4 (Score: 3.3129134E-5)
Getting network addresses from Python
Getting network addresses from Python It's been irritating me for ages that it isn't possible to straightforwardly get the network address(es) of the machine you're running on from a Python program.