Win32 ping

Mike C. Fletcher mcfletch at rogers.com
Fri Aug 22 14:10:55 EDT 2003


Sean Cody wrote:

> Does anyone know of an ping module that will work with Windows? 

Jeremy Hylton's code works well on Windows.  It's fairly straightforward 
to code up an asynchronous loop to allow pinging a few hundred ip 
addresses (using the ping module primarily to properly encode the 
packets).  I'm wondering, however, if you couldn't simply set the 
timeout lower for the connections?

HTH,
Mike

_______________________________________
  Mike C. Fletcher
  Designer, VR Plumber, Coder
  http://members.rogers.com/mcfletch/








More information about the Python-list mailing list