Ports Search

Results 1,3311,340 of 5,824 for /net/.(0.003 seconds)
net/pyzmq-15.4.0 (Score: 0.07643312)
Python bindings for ZeroMQ
PyZMQ is a lightweight and super-fast messaging library built on top of the ZeroMQ library.
net/pybeanstalk-0.11.1 (Score: 0.07643312)
Pure python client library for beanstalkd queue
A pure python client library for putting and getting jobs from the beanstalkd queue.
net/pktanon-1.4.0 (Score: 0.07643312)
Network trace anonymizer
PKtAnon performs network trace anonymization. It is highly configurable and uses anonymization profiles. Anonymization profiles allow for mapping of arbitrary anonymization primitives to protocol attributes, thus providing high flexibility and easy usability. A huge number of anonymization primitives and network protocols are supported and ready to use for online and offline anonymization.
net/polyorb-2.11.1 (Score: 0.07643312)
CORBA, SOAP, Ada 95 Distributed System Annex middleware
PolyORB is a middleware implementation providing development tools and an innovative runtime library architecture for collaboration of application components using open standards for distributed systems. Key Features: * Support of standard application personalities: CORBA, Ada DSA (Annex E) * Support of standard protocol personalities: GIOP, SOAP * Interoperability between hardward platforms and operating environments, between distribution models * Support for multiple tasking profiles (full Ada tasking, Ravenscar tasking, no tasking) * Support for security and realtime extensions * Tailorability to application and platform specific requirements
net/pypcap-1.1 (Score: 0.07643312)
Simplified object-oriented Python extension module for libpcap
A simplified object-oriented Python extension module for libpcap
net/netifaces-0.10.4 (Score: 0.07643312)
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.
net/netstring-1.14 (Score: 0.07643312)
Python module implementing the netstring protocol
An implementation of the netstrings protocol developed by D.J. Bernstein. netstrings transmits each string as the length followed by : followed by the string.
net/opal-3.10.10 (Score: 0.07643312)
VoIP abstraction library
Opal is a full-featured voip library that supports a variety of protocols and multi-media fornats. Features include: * Low latency RTP stack designed specifically for real-time multimedia * Full featured H.323, SIP and IAX2 protocol stacks * Audio codecs including G.711, GSM06.10, Speex and iLBC. * Video codecs including H.261 and H.263 * Run-time loadable codec interface for proprietary or codecs such as G.729, H.263, H.264 and MPEG4 * Completely Open Source using the commercially friendly MPL 1.1 license Through the use of a platform isolation library called PTLIB, Opal can run on tiny embedded systems or multi-processor servers. BTW: OPAL is an acronym for Open Phone Abstraction Library, but that is not really important :)
net/oauth-1.0.1 (Score: 0.07643312)
Python Library for OAuth
py-oauth is a python libarary for OAuth. OAuth is an open protocol to allow API authentication in a simple and standard method from desktop and web applications.
net/paho-mqtt-1.1 (Score: 0.07643312)
MQTT version 3.1/3.1.1 client class
Python MQTT version 3.1/3.1.1 client class The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. Designed as an extremely lightweight publish/subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium.