nrvr.remote.ping
index
/usr/lib/python2.7/site-packages/nrvr/remote/ping.py

nrvr.remote.ping - Ping IP addresses
 
Class provided by this module is Ping.
 
As implemented works in Linux.
As implemented requires ping command with option -c count.
 
First implementation - Leo Baschy <srguiwiz12 AT nrvr DOT com>
 
Public repository - https://github.com/srguiwiz/nrvr-commander
 
Copyright (c) Nirvana Research 2006-2015.
Simplified BSD License

 
Modules
       
sys

 
Classes
       
__builtin__.object
Ping

 
class Ping(__builtin__.object)
    Ping IP addresses.
 
  Class methods defined here:
commandsUsedInImplementation(cls) from __builtin__.type
Return a list to be passed to SystemRequirements.commandsRequired().
 
This class can be passed to SystemRequirements.commandsRequiredByImplementations().
respondingIpAddressesOf(cls, ipaddresses, numberOfTries=3, maxConcurrency=50, ticker=True) from __builtin__.type
Return a new list constructed from those IP addresses that have responded.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)