Mqtt V5 Request & Response example
-
Hi,
Something like the Simple MQTT Client Example ?
-
@shazter said in Mqtt V5 Request & Response example:
nope this example uses only pub/sub pattern. I'm looking for a example which explains the usage of request & response introduced in MQTT V5.
Do you have some link on the documentation about the "request & response pattern" you are talking about ?
Or maybe can you give us more details about what you mean ? -
@gojir4
Hi
Its a new(ish) feature added to the protocol that allows direct connection bypassing the broker.http://www.steves-internet-guide.com/mqttv5-request-response/
https://paolopatierno.wordpress.com/2017/08/21/mqtt-v5-what-is-on-the-way/ -
@shazter have you already checked this presentation?
And there's also a blog post about MQTT v5 and Qt by @mkalinow, the module maintainer I guess.
-