예제 #1
0
파일: net.py 프로젝트: parantapa/piconet
    def close(self):
        print "Removing host %s ..." % self.id

        NetNS.close(self)
예제 #2
0
파일: net.py 프로젝트: parantapa/piconet
    def __init__(self, id):
        NetNS.__init__(self)

        self.id = id
        self.links = {}