Commit 7c4b1268 authored by Ian Craggs's avatar Ian Craggs

Try opening ports for mqttsas2.py

parent 7f79a756
......@@ -14,8 +14,11 @@ build_script:
nmake
python --version
netsh firewall add portopening TCP 1883 "Open Port 1883"
netsh advfirewall firewall add rule name="My Application" dir=in action=allow program="C:\Python27\Python.exe" enable=yes
netsh advfirewall firewall add rule name="Open Port 1883" dir=in action=allow protocol=TCP localport=1883
start python.exe ..\test\mqttsas2.py mqtt.iotree.co.uk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment