Note: You may remove this section prior to submitting your question.
A small team of volunteers monitors issues; this is the same team that develops the library. Whilst we are keen to help,
there are often better places to ask questions, including:
Stack Overflow - well written questions are generally answered
within a day. Please use the tags MQTT, Python and Paho.
Reddit - great for questions requiring discussion.
MQTT Google Group - fairly quiet but questions about the protocol are generally answered quickly.
Prerequisites
Note: You may remove this section prior to submitting your question.
A small team of volunteers monitors issues; this is the same team that develops the library. Whilst we are keen to help, there are often better places to ask questions, including:
Prior to asking a question here, please:
Question
I'm trying to figure out how to connect to a broker with a SAT Token. Essentially, looking for the Paho way to do this:
Currently, I'm setting a
Properties
object with the given parameters and passing it intoconnect()
:However, we are still unable to connect. Are the Auth Method and Data properties being used correctly here?