IP Sorcery is a network troubleshooting and firewall testing tool. The
prorgram works by generating custom "packets" and sending them to a
target host. Thus testing the authenticity of firewall rules and host
verification. It also has a graphical user interface.
LuaLDAP is a simple interface from Lua to an LDAP client.
In fact it is a bind to OpenLDAP or to ADSI. It enables a Lua program to:
- connect to an LDAP server;
- execute any operation (search, add, compare, delete, modify and rename);
- retrieve entries and references of the search result.
OhPhone is a H323 Video Conferencing Program compatible with other
H323 video conferencing programs including Microsoft NetMeeting.
OhPhone supports full duplex audio and bi-directional video.
It requires a full duplex sound card for audio support
and a Bt848/878 based video card (using the bktr driver) for video capture.
It uses the OpenH323 and PWLib libraries, developed by Equivalence Pty.
Net::PcapUtils is a module to sit in front of Net::Pcap in order to hide
some of the pcap(3) initialisation by providing sensible defaults. This
enables a programmer to easily write small, specific scripts for a
particular purpose without having to worry about too many details.
The packetdrill scripting tool enables quick, precise tests for entire
TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to
the NIC hardware. packetdrill currently works on Linux, FreeBSD,
OpenBSD, and NetBSD. It can test network stack behavior over physical
NICs on a LAN, or on a single machine using a tun virtual network
device.
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.
Ldaptor is a pure-Python library that implements:
* LDAP client logic
* separately-accessible LDAP and BER protocol message generation/parsing
* ASCII-format LDAP filter generation and parsing
* LDIF format data generation
* Samba password changing logic
Also included is a web-based user interface to search and edit information in
an LDAP directory and a set of LDAP utilities for use from the command line.
Pcapy is a Python extension module that interfaces with the libpcap packet
capture library. Pcapy enables Python scripts to capture packets on the network.
Pcapy is highly effective when used in conjunction with a packet-handling
package such as Impacket, which is a collection of Python classes for
constructing and dissecting network packets.
RSerPool client/server API library for load distribution and
Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to
RFC 5356) for a lightweight server pool and session management framework.
It provides highly available pool management (that is registration
handling and load distribution/balancing) by components called Registrar
and a client-side/server-side API for accessing the service of a pool.
This library provides a pure python interface for the Twitter API.
Twitter provides a service that allows people to connect via the web, IM, and
SMS. Twitter exposes a web services API and this library is intended to make it
even easier for python programmers to use.