<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Design strategy for qt mqtt networking]]></title><description><![CDATA[<p dir="auto">Hello guys i'm trying to ue qt mqtt for communication between robot and qt application with azure cloud. As i know if the sensor data from robot is passed through cloud to the qt app their will be some delay, so considering that robot is in the range of qt application radio/wifi ragne, what is the best design strategy to do the both?</p>
]]></description><link>https://forum.qt.io/topic/132755/design-strategy-for-qt-mqtt-networking</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 02:10:41 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/132755.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Dec 2021 07:35:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Design strategy for qt mqtt networking on Wed, 15 Dec 2021 16:44:28 GMT]]></title><description><![CDATA[<p dir="auto">It does not matter how robot is connected. Qt mqtt goes with your qt app. You may have to use mqtt + C++(or whatever, java, or c) inside robot since you do not use qt in the robot. You can do it, but it is not necessary.</p>
]]></description><link>https://forum.qt.io/post/694872</link><guid isPermaLink="true">https://forum.qt.io/post/694872</guid><dc:creator><![CDATA[JoeCFD]]></dc:creator><pubDate>Wed, 15 Dec 2021 16:44:28 GMT</pubDate></item><item><title><![CDATA[Reply to Design strategy for qt mqtt networking on Wed, 15 Dec 2021 16:30:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dinesh-lama">@<bdi>Dinesh-Lama</bdi></a> remember that the MQTT protocol is publish/subscribe oriented, and it uses a broker as middle-man.<br />
So if the answer to <a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> question is yes, you can connect directly to your robot, you may want to run the MQTT broker in the same location where you run your Qt application.<br />
This way you'll remove the dependency with the cloud approach.</p>
]]></description><link>https://forum.qt.io/post/694871</link><guid isPermaLink="true">https://forum.qt.io/post/694871</guid><dc:creator><![CDATA[Pablo J. Rogina]]></dc:creator><pubDate>Wed, 15 Dec 2021 16:30:09 GMT</pubDate></item><item><title><![CDATA[Reply to Design strategy for qt mqtt networking on Mon, 13 Dec 2021 20:11:54 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Does your robot provide a mean to connect to it directly ?</p>
]]></description><link>https://forum.qt.io/post/694571</link><guid isPermaLink="true">https://forum.qt.io/post/694571</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 13 Dec 2021 20:11:54 GMT</pubDate></item></channel></rss>