Project

General

Profile

Actions

Task #3039

closed

Launch NLSR with explicit configuration file

Added by Vince Lehman almost 9 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
-
Target version:
Start date:
07/13/2015
Due date:
% Done:

100%

Estimated time:

Description

Currently, NLSR is launched using the configuration file in it's home directory implicitly as no filename argument is provided.

But, it is useful for debugging purposes if the full configuration filename is specified to differentiate it from other NLSR processes in "ps aux".

In ndn/nlsr.py, change

NdnApplication.start(self, "nlsr -d")

to

NdnApplication.start(self, "nlsr -f {} &".format(self.confFile))
Actions #1

Updated by Vince Lehman about 8 years ago

  • Description updated (diff)
Actions #2

Updated by Vince Lehman about 8 years ago

  • Assignee set to Yucheng Zhang
Actions #3

Updated by Yucheng Zhang about 8 years ago

  • % Done changed from 0 to 90

Have pushed it to gerrit

Actions #4

Updated by Yucheng Zhang almost 8 years ago

  • % Done changed from 90 to 100
Actions #5

Updated by Ashlesh Gawande almost 8 years ago

  • Status changed from New to Closed
Actions #6

Updated by Ashlesh Gawande over 7 years ago

  • Target version set to v0.2.0
Actions

Also available in: Atom PDF