Pinging servers in Python

Posted by Waterfox on Stack Overflow See other posts from Stack Overflow or by Waterfox
Published on 2010-06-01T21:27:21Z Indexed on 2010/06/01 21:33 UTC
Read the original article Hit count: 340

Filed under:
|
|
|

In Python, is there a way to ping a server through ICMP and return TRUE if the server responds, or FALSE if there is no response?

© Stack Overflow or respective owner

Related posts about python

Related posts about python-3.x