Exemple #1
0
 def __init__(self, host):
     Routing.__init__(self, host)
     self.isStarted = False
     atexit.register(self.stop)
Exemple #2
0
 def __init__(self, host):
     Routing.__init__(self, host)
     self.net = None
Exemple #3
0
 def __init__(self, host):
     Routing.__init__(self, host)
Exemple #4
0
 def __init__(self, host):
     """initialize NLSR
        advertised: [prefix]"""
     Routing.__init__(self, host)
     self.isStarted = False
     atexit.register(self.stop)
Exemple #5
0
 def __init__(self, host):
     Routing.__init__(self, host)
     self.net = None
Exemple #6
0
 def __init__(self, host):
     Routing.__init__(self, host)