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?
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?