Networking Tools



socket.recv Download

Sunday, May 25th, 2008

An issue with socket.recv is how to know when you are done receiving data. A TCP stream guarantees the bytes will not arrive out of order or be sent more than once. But you do

Wake On Lan Download

Saturday, May 24th, 2008

This script switches on remote computers using WOL.
Download from:

Countdown Remainder On Your ISP Download

Friday, May 23rd, 2008

Countdown Remainder On Your ISP is specifically designed for those people who have a time limit on their Internet connection. Such ISP’s are normally Free or cheaper than most,

Root access required Download

Thursday, May 22nd, 2008

This script shows how simple is to avoid any access from user to your scripts.
Download from:

Python Port Scanner Download

Wednesday, May 21st, 2008

Python Port Scanner is a simple port scanner made with Tkinter as a GUI.
Download from:

Get names of all "up" network interfaces Download

Wednesday, May 21st, 2008

This script uses the SIOCGIFCONF ioctl to obtain a list of interfaces and extracts those names, returning them in a list of strings.

Get the IP address of a network interface Download

Wednesday, May 21st, 2008

This script uses the Linux SIOCGIFADDR ioctl to find the IP address associated with a network interface, given the name of that interface, e.g. "eth0". The address is

Mobile Web Proxy Download

Tuesday, May 20th, 2008

Sometimes cell phone’s mobile web browser does not show all the pages you browse.

This script is a proxy that would present any webpages for the mobile web so

Using reST (reStructuredText) Download

Tuesday, May 20th, 2008

This script allows you to convert a reST text to HTML without creating a full HTML document but returning only a snippet that you can then put anywhere on a web page.

Simplecom1 Download

Monday, May 19th, 2008

This script is a limited, but simple and self-contained module giving basic access to the PC Com1 port. It is useful for prototyping as it stands, but easily modified for