Project

General

Profile

Actions

Task #3492

closed

ndnping wrapper class

Added by Vince Lehman about 8 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
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)
Actions #1

Updated by Vince Lehman about 8 years ago

  • Description updated (diff)
Actions #2

Updated by Vince Lehman about 8 years ago

  • Description updated (diff)
Actions #3

Updated by Ashlesh Gawande over 6 years ago

  • Target version set to v0.6.0
Actions #4

Updated by Alexander Lane almost 6 years ago

  • Assignee set to Alexander Lane

Vince Lehman wrote:

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)
Actions #5

Updated by Alexander Lane almost 6 years ago

  • Status changed from New to Code review
Actions #6

Updated by Ashlesh Gawande almost 6 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

Also available in: Atom PDF