Actions
Task #3492
closedndnping wrapper class
Start date:
03/01/2016
Due date:
% Done:
100%
Estimated time:
Description
This task should wrap ndnping's functionality in a helper class.
The ping method in experiments.py should be removed and its uses in the code should be replaced with this helper class.
Class API:
class NdnPingClient:
    @staticmethod
    def ping(srcNode, namePrefix, interval=1000, timeout=4000, count=None, startingSeqNo=None, id=None, allowStaleData=False, printTimestamp=False)
  
      
      Updated by Alexander Lane over 7 years ago
      
    
    - Assignee set to Alexander Lane
 
Vince Lehman wrote:
This task should wrap ndnping's functionality in a helper class.
The
pingmethod in experiments.py should be removed and its uses in the code should be replaced with this helper class.Class API:
class NdnPingClient: @staticmethod def ping(srcNode, namePrefix, interval=1000, timeout=4000, count=None, startingSeqNo=None, id=None, allowStaleData=False, printTimestamp=False)
      
      Updated by Alexander Lane over 7 years ago
      
    
    - Status changed from New to Code review
 
      
      Updated by Ashlesh  Gawande over 7 years ago
      
    
    - Status changed from Code review to Closed
 - Target version changed from v0.6.0 to v0.5.0
 - % Done changed from 0 to 100
 
Actions