Update Python Paho client to handle PUBLISH Response Topic in Tx and Rx directions
Update Python Paho client to handle PUBLISH Correlation Data in Tx and Rx directions
Update Python Paho client to handle CONNECT Request Response Information
(handling response information in CONNACK was implemented earlier)
Why is this change necessary:
Part of Python Paho client implementation
How was this change tested:
Manual run of mqtt-client-control and python client.
MQTT connect, subscribe, unsubscribe, publish, delivery of received MQTT message and disconnect are successful. Linking and shutdown steps are successful.
Description of changes:
(handling response information in CONNACK was implemented earlier)
Why is this change necessary:
How was this change tested: Manual run of mqtt-client-control and python client. MQTT connect, subscribe, unsubscribe, publish, delivery of received MQTT message and disconnect are successful. Linking and shutdown steps are successful.
Test results: Python Paho client output
Mqtt Client Control output
Any additional information or context required to review the change:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.