示例#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 = {}