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