You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the missing peace of code in MQTTClient.py:
class MQTTClient(multiprocessing.Process):
def init(self, messageQ, commandQ, config):
self.logger = logging.getLogger('RFLinkGW.MQTTClient')
self.logger.info("Starting...")
I cannot find how to specify the username and passoword for the mqtt broker, I have putt security on the broker and want to user your code to connect.
The text was updated successfully, but these errors were encountered: