Thursday, July 23, 2009

First release of ePing.py!

Today, not even 5 minutes ago, I released the first public version of my first Python project. I called it ePing.py, kind of being an 'enhanced' ping-tool written in Python.

The project can be found on code.google.com/p/epingpy.

It basically checks whether a specified URL returns a HTTP-error or gives an timeout within a specified period.

Please download, try and give me feedback. This would also be my first public attempt at OOP (without alot of oopz I hope... :-) )