Networking Tools



Standard Error Redirector Download

Monday, May 19th, 2008

This script was designed for remotely receiving bug reports. The concept presented here is a step towards working with Python remotely. As sys.stderr is replaced in this s

Get DHCP IP Download

Sunday, May 18th, 2008

This script allows you to obtain the value of the DHCP IP.
Download from:

Persistent Queue Download

Saturday, May 17th, 2008

This script contains a class that creates a persistent FIFO queue named by the ‘name’ argument. The number of cached queue items at the head and tail of the queue is determined

Opening Sockets Download

Thursday, May 15th, 2008

This collection of Python scripts demonstrates how to create and manage sockets using the socket module. One script creates a client that sends out a UDP packet every 2 seconds

Simplest HTTPS with basic proxy authentication Download

Wednesday, May 14th, 2008

This is just about the most simple snippet of how to do proxy authentication with SSL using python. The current httplib only supports ssl through a proxy _without_ authenticati

Parano Download

Tuesday, May 13th, 2008

Parano is a GNOME program to create, edit and verify hashfiles. The MD5, SHA-1 and SFV formats are supported.

Cymbaline Download

Sunday, May 11th, 2008

Cymbaline is an intelligent mp3 player.

Features:

Automatic song-rating system.

Album-centered navi

xmlrpc server/client Download

Sunday, May 11th, 2008

xmlrpc server/client script does cookie handling and supports basic authentication. The client sends a request with basic authentication and the server on successful authentica

FedEX Tracking Information Download

Saturday, May 10th, 2008

This short script allows a user to track the current status of a package sent through FedEx. It is meant to be run from the command line and takes 1 option argument (-v) to det

Search for list of name server addresses Download

Friday, May 9th, 2008

This script contains a function named RegistryResolve() that returns a list of ip numbers (dotted quads), by scouring the registry for addresses of name servers.Program do