- Version
- Download 2103
- File Size 3.19 KB
- File Count 1
- Create Date October 27, 2018
- Last Updated September 30, 2020
MQTT Monitor
Join out Email list and stay up to date
Make a Contribution
if you find this useful and would like to make a contribution, then you can do so by clicking here.
Hello! Thanks for sharing this — by any chance could you tell me how to use a cert.file with your script?
Currently I can securely connect using the command line mosquitto_pub / sub commands, but I need it in python.
Thanks!
Hi
add a line like this before you connect
client.tls_set(‘c:/python34/steve/MQTT-demos/certs/ca-pi.crt’)#pi works
Do you want it as a command line switch option? If so let me know and I’ll modify the script
rgds
steve