Beispiel #1
0
def get_tcp_info():
    door = Door(host='192.168.2.35')
    res = door.get_tcp_info()
    print(res)