Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
paho.mqtt.c
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eclipse
paho.mqtt.c
Commits
9b67396d
Commit
9b67396d
authored
Mar 27, 2017
by
Ian Craggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More try
parent
b7642eb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
appveyor.yml
appveyor.yml
+2
-2
test.py
test.py
+10
-1
No files found.
appveyor.yml
View file @
9b67396d
...
@@ -16,7 +16,7 @@ build_script:
...
@@ -16,7 +16,7 @@ build_script:
python --version
python --version
python ..\test.py
python
.exe -m trace --trace
..\test.py
netsh advfirewall firewall add rule name="Python 2.7" dir=in action=allow program="C:\Python27\python.exe" enable=yes
netsh advfirewall firewall add rule name="Python 2.7" dir=in action=allow program="C:\Python27\python.exe" enable=yes
...
@@ -24,7 +24,7 @@ build_script:
...
@@ -24,7 +24,7 @@ build_script:
netsh advfirewall set allprofiles state off
netsh advfirewall set allprofiles state off
start python.ex
e ..\test\mqttsas2.py mqtt.iotree.co.uk
python -m trace --trac
e ..\test\mqttsas2.py mqtt.iotree.co.uk
ctest -T test -VV
ctest -T test -VV
...
...
test.py
View file @
9b67396d
print
"this is the test Python program"
print
"this is the test Python program"
\ No newline at end of file
from
__future__
import
print_function
# Trace MQTT traffic
import
MQTTV3112
as
MQTTV3
import
socket
,
sys
,
select
,
traceback
,
datetime
,
os
import
SocketServer
as
socketserver
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment