robotframework-mqttlibrary
robotframework-mqttlibrary copied to clipboard
MQTT Keyword Library for Robot Framework
From a subscribing to a wildcard-topic (#) cannot be determined from which topic a message received from. Known which topic a message is received from would be a useful feature....
I cannot subscribe to topics with ProtoBuf payloads as both the `_on_message` and `_on_message_list` callbacks within MQTTKeywords.py return the payload decoded to utf-8, with the `.decode('utf-8')`. With ProtoBuf messages, since...
Hi there, I have been using the repo for the past 1 year and have made changes to address multiple scenarios that arose in my usage for testing. I like...
* addressing breaking change documented on https://github.com/eclipse/paho.mqtt.python/blob/master/docs/migrations.rst#versioned-the-user-callbacks
I'm opening this PR to modernize the project's dependencies. Specifically, I updated the paho-mqtt version to address the breaking changes related to the migration to version 2. At that point,...