Re: Ping Implementation in Python

2007-12-22 Thread Mrown
Roger Miller wrote: > On Dec 20, 5:41 am, Mrown <[EMAIL PROTECTED]> wrote: > > Hi, > > I was wondering if there was a ping implementation written in > > Python. > > http://www.gnist.org/~lars/code/ping/ping.html Thanks for your replies. I'll probably start invesigating with Roger's suggestion.

Re: Ping Implementation in Python

2007-12-20 Thread Roger Miller
On Dec 20, 5:41 am, Mrown <[EMAIL PROTECTED]> wrote: > Hi, > I was wondering if there was a ping implementation written in > Python. http://www.gnist.org/~lars/code/ping/ping.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Ping Implementation in Python

2007-12-20 Thread Lorenzo Mainardi
Nel mezzo del cammin di nostra vita, mi ritrovai con Mrown che diceva: > Hi, > I was wondering if there was a ping implementation written in > Python. I'd rather using a Python module that implements ping in a > platform/OS-independent way than rely on the underlying OS, especially > as every O

Re: Ping Implementation in Python

2007-12-20 Thread Mrown
On Dec 20, 6:13 pm, "Chris Mellon" <[EMAIL PROTECTED]> wrote: > On Dec 20, 2007 9:41 AM, Mrown <[EMAIL PROTECTED]> wrote: > > > Hi, > > I was wondering if there was a ping implementation written in > > Python. I'd rather using a Python module that implements ping in a > > platform/OS-independent

Re: Ping Implementation in Python

2007-12-20 Thread Chris Mellon
On Dec 20, 2007 9:41 AM, Mrown <[EMAIL PROTECTED]> wrote: > Hi, > I was wondering if there was a ping implementation written in > Python. I'd rather using a Python module that implements ping in a > platform/OS-independent way than rely on the underlying OS, especially > as every OS has a differ

Ping Implementation in Python

2007-12-20 Thread Mrown
Hi, I was wondering if there was a ping implementation written in Python. I'd rather using a Python module that implements ping in a platform/OS-independent way than rely on the underlying OS, especially as every OS has a different implementation. Furthermore, if you're going to ping a large nu