How to write a ping client

2005-02-21 Thread Harlin
Is there a way to write a ping client? I would like to be able to write a small ping client so that I dont have to do os.system('ping args') and thereby keep the resource overhead low. Does anyone know how this can be done or can point me in the right direction? thanks, Harlin -- http://mail.py

Re: How to write a ping client

2005-02-21 Thread Grant Edwards
On 2005-02-22, Harlin <[EMAIL PROTECTED]> wrote: > Is there a way to write a ping client? [...] http://www.google.com/search?q=python+icmp+ping -- Grant Edwards grante Yow! I have the power at to HALT PRODUCTION on

Re: How to write a ping client

2005-02-22 Thread Harlin
whoa... this is not in the standard library, is it? I never knew this was out there. Thanks! Please use your powers for good (the one about halting production on teenage sex comedies :) -- http://mail.python.org/mailman/listinfo/python-list

Re: How to write a ping client

2005-02-22 Thread Peter Hansen
Harlin wrote: whoa... this is not in the standard library, is it? I never knew this was out there. Thanks! You mean, Google? -- http://mail.python.org/mailman/listinfo/python-list

Re: How to write a ping client

2005-02-22 Thread Martin Bless
On 21 Feb 2005 18:35:06 -0800, "Harlin" <[EMAIL PROTECTED]> wrote: >Is there a way to write a ping client? I would like to be able to write >a small ping client so that I dont have to do os.system('ping args') I once followed the same line and used a py module by Jeremy Hylton if I remember corre

Re: How to write a ping client

2005-02-23 Thread Harlin Seritt
? -- http://mail.python.org/mailman/listinfo/python-list

Re: How to write a ping client

2005-02-24 Thread Nick Vargish
"Harlin Seritt" <[EMAIL PROTECTED]> writes: > ? #!/bin/sh ping $1 Enjoy, Nick -- # sigmask || 0.2 || 20030107 || public domain || feed this to a python print reduce(lambda x,y:x+chr(ord(y)-1),' Ojdl!Wbshjti!=obwAcboefstobudi/psh?') -- http://mail.python.org/mailman/listinfo/python-