Thanks for all the useful info ppl. I am using .communicate() and then using re to match for the phrases.
On Mon, Jan 23, 2012 at 2:11 PM, Sanjay Padubidri <[email protected] > wrote: > > 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 > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
