Error when connecting to she GNS3 server:Cannot connect to http://127.0.0.1:3080.Please check if GNS3 is allowed in your antivirus and firewall.And that server ...
<pre> while True: status = os.system("ping -c 1 www.baidu.com") if status == 1: print('wifi掉线') os.system('netsh wlan connect name=802.1x') else: print('......