Ports Search

Results 1,4511,460 of 5,886 for /net-im/.(0.004 seconds)
net/http_ping-20050629 (Score: 0.026957162)
Measure HTTP Latency
http_ping is like the regular ping(8) command, except that it sends HTTP requests isntead of ICMP echo requests. I.e., it runs an HTTP fetch every few seconds, timing how long they take.
net/pyshark-0.3.6.1 (Score: 0.026957162)
Pyhon packet parsing using wireshark dissectors
Python wrapper for tshark, allowing python packet parsing using wireshark dissectors.
net/radiusclient-0.5.6 (Score: 0.026957162)
Client library and basic utilities for RADIUS AAA
The RadiusClient is a framework and library for writing RADIUS Clients which additionally includes radlogin, a flexible RADIUS aware login replacement, a command line program to send RADIUS authentication/authorisation requests and accounting records and a utility to query the status of a RADIUS server. All these programs are based on a library which lets you develop a RADIUS-aware application in less than 50 lines of C code.
net/pysocks-1.5.7 (Score: 0.026957162)
Python SOCKS module
Derived from SocksiPy - a Python SOCKS module. - UDP support - SocksiPyHandler, courtesy e000, was also added as an example of how this module can be used with urllib2. See example code in sockshandler.py. - urllib3, which powers the requests module, is working on integrating SOCKS proxy support based on this branch
net/pystun-0.1.0 (Score: 0.026957162)
Python STUN client for getting NAT type and external IP
A Python STUN client for getting NAT type and external IP.
net/radsecproxy-1.6.6 (Score: 0.026957162)
Radsecproxy is a generic RADIUS proxy
radsecproxy is a generic RADIUS proxy that in addition to usual RADIUS UDP transport, also supports TLS (RadSec), as well as RADIUS over TCP and DTLS. The aim is for the proxy to have sufficient features to be flexible, while at the same time to be small, efficient and easy to configure.
net/python-bitcoinrpc-0.3.0.20150403 (Score: 0.026957162)
Enhanced version of python-jsonrpc for use with Bitcoin
AuthServiceProxy is an improved version of python-jsonrpc. It includes the following generic improvements: - HTTP connections persist for the life of the AuthServiceProxy object - sends protocol 'version', per JSON-RPC 1.1 - sends proper, incrementing 'id' - uses standard Python json lib - can optionally log all RPC calls and results - JSON-2.0 batch support It also includes the following bitcoin-specific details: - sends Basic HTTP authentication headers - parses all JSON numbers that look like floats as Decimal, and serializes Decimal values to JSON-RPC connections.
net/python-ntlm-1.1.0 (Score: 0.026957162)
Python library that provides NTLM support
Python library that provides NTLM support, including an authentication handler for urllib2. Works with pass-the-hash in additon to password authentication.
net/kamailio-4.4.2 (Score: 0.026957162)
Very fast and configurable open source SIP proxy
Kamailio is an open source SIP proxy server that is capable of handling thousands of up calls in a second. Among the features it provides, are support for TCP, UDP and SCTP, secure communication via TLS for VoIP (voice, video), accounting, the most popular open source databases and much more. Originally starting out as the SIP Express Router (SER) project by the Fraunhofer Society in 2001, the design team got together in 2008, merged old and new source code and rebranded SER to Kamailio.
net/rdist-6.1.5 (Score: 0.026957162)
Network file distribution/synchronisation utility
This is version 6.1 of Rdist from USC. It is based on rdist from 4.3BSD (classic). It includes all fixes for all bugs known to the CSRG Berkeley folks. It has been running at USC and numerous other sites for some time now on a wide variety of platforms. This version of rdist is not directly compatible with rdist distributed with 4.3BSD and subsequent vendor releases, but does indirectly provide full backward compatibility. This version of rdist does not need to be setuid "root" at all. Rdist now uses the rsh(1c) [remote command] program to make connections to remote hosts, instead of making the connection directly. This eliminates the need to be run as "root". Many thanks to Chris Siebenmann <cks@utcc.utoronto.ca> and John DiMarco <jdd@cdf.toronto.edu> who came up with an rsh version of rcmd() that makes this possible.