[BangPypers] checking return status of 'ping' in windows

Sanjay Padubidri sanjaypadubidri at gmail.com
Mon Jan 23 09:41:55 CET 2012


> Python implementation of ping that Noufal suggested is better, I think.

Python Ping has the problem that you need root permission - any program
that uses raw sockets has this issue. Another option is to try opening a
socket to port 9 (the discard port).

-Sanjay


More information about the BangPypers mailing list