<?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[mosquitto broker]]></title><description><![CDATA[<p dir="auto">Hi!<br />
I have setup a mosquitto 2.0.15 broker on Win11 and pub/sub from other PCs works fine but when I try to connect with gui-o I get:</p>
<pre><code>1676564413: New connection from 10.0.0.11:42662 on port 61000.
1676564413: Client &lt;unknown&gt; disconnected due to malformed packet.
</code></pre>
<p dir="auto">Any hints appreciated.</p>
<p dir="auto">Thanks,<br />
Denes</p>
]]></description><link>https://forum.gui-o.com/topic/115/mosquitto-broker</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 23:01:34 GMT</lastBuildDate><atom:link href="https://forum.gui-o.com/topic/115.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Feb 2023 17:09:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to mosquitto broker on Fri, 17 Feb 2023 21:02:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/4">@kl3m3n</a> Hi!<br />
Thanks, that makes sense.</p>
<p dir="auto">Regarding Ethernet connection, does it follow the steps outlined in <em>Fig.7 Direct device pairing procedure</em> of the manual?. Is that how it connects to the designer tool too?.</p>
<p dir="auto">Regards,<br />
Denes</p>
]]></description><link>https://forum.gui-o.com/post/488</link><guid isPermaLink="true">https://forum.gui-o.com/post/488</guid><dc:creator><![CDATA[DenesL]]></dc:creator><pubDate>Fri, 17 Feb 2023 21:02:55 GMT</pubDate></item><item><title><![CDATA[Reply to mosquitto broker on Fri, 17 Feb 2023 14:52:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/232">@DenesL</a> Hi!</p>
<p dir="auto">I understand now. Thank you for explaining.</p>
<p dir="auto">MQTT is an "Application layer" protocol built on top of TCP layer. The MQTT packets are defined by the standard, so when you are using GUI-O Ethernet connection (TCP only) the packets are naturally not "compatible".</p>
<p dir="auto">GUI-O IoT connection uses MQTT, so this works... The good thing about MQTT is the fact that the broker itself is concerned with security. It can deny (or allow) clients without encryption (TLS). GUI-O will work with or without TLS based on broker configuration (though I recommend TLS, of course - this is also the default GUI-O configuration).</p>
<p dir="auto">Your conf says:</p>
<pre><code>allow_anonymous true
</code></pre>
<p dir="auto">so you do not need to specify user name. Also GUI-O application creates (behind the scenes) a unique client id, if none is specified...</p>
<p dir="auto">Best regards,<br />
kl3m3n</p>
]]></description><link>https://forum.gui-o.com/post/476</link><guid isPermaLink="true">https://forum.gui-o.com/post/476</guid><dc:creator><![CDATA[kl3m3n]]></dc:creator><pubDate>Fri, 17 Feb 2023 14:52:44 GMT</pubDate></item><item><title><![CDATA[Reply to mosquitto broker on Fri, 17 Feb 2023 13:48:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/4">@kl3m3n</a> Hi!<br />
This is my first time playing with mosquitto so I started it with a simple one listener, no security, log everything setup, so mosquitto.conf contains:</p>
<pre><code>allow_anonymous true
connection_messages true
listener 61000
log_dest file C:/Program Files/mosquitto/log.txt
log_type all
per_listener_settings false
socket_domain ipv4
</code></pre>
<p dir="auto">Since I had already configured gui-o to connect to the gui-o designer over Ethernet on port 61000 I tried to connect to mosquitto using the same settings and that's when the error pops up:</p>
<pre><code>1676564413: New connection from 10.0.0.11:42662 on port 61000.
1676564413: Client &lt;unknown&gt; disconnected due to malformed packet.
</code></pre>
<p dir="auto">Even after going over the manual several times I am still not sure why it happens, there is no more detail in the log file.<br />
What is the protocol detail for an Ethernet connection?.</p>
<p dir="auto">Then I tried with the Standalone IoT  aka Add IoT (Create device).<br />
After entering the same mosquitto server &amp; port it connects and creates both UUID topics, even without having SSL (?), with or without specifying a user and/or client id.<br />
So I should be able to simulate an IoT device just by having a mosquitto client as a master pub, as in Fig.8 in the manual.<br />
More to come.</p>
<p dir="auto">Regards,<br />
Denes</p>
]]></description><link>https://forum.gui-o.com/post/474</link><guid isPermaLink="true">https://forum.gui-o.com/post/474</guid><dc:creator><![CDATA[DenesL]]></dc:creator><pubDate>Fri, 17 Feb 2023 13:48:03 GMT</pubDate></item><item><title><![CDATA[Reply to mosquitto broker on Fri, 17 Feb 2023 08:33:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/232">@DenesL</a> Hi.</p>
<p dir="auto">My suggestions was to check the broker configuration and to try connection without TLS, but it seems you've found the solution already.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/232">@DenesL</a> said in <a href="/post/470">mosquitto broker</a>:</p>
<blockquote>
<p dir="auto">The error is with WiFi.</p>
</blockquote>
<p dir="auto">Could you please elaborate on this a bit more? It might help somebody else in the future <img src="https://forum.gui-o.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=e84f1c759a8" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/232">@DenesL</a> said in <a href="/post/470">mosquitto broker</a>:</p>
<blockquote>
<p dir="auto">With Standalone IoT, it does connect and adding a device creates the 2 UUIDs described in the manual (with or without user and/or client id).</p>
</blockquote>
<p dir="auto">How did you try connecting with GUI-O before using Standalone IoT?</p>
<p dir="auto">Thanks.<br />
Best regards,<br />
kl3m3n</p>
]]></description><link>https://forum.gui-o.com/post/473</link><guid isPermaLink="true">https://forum.gui-o.com/post/473</guid><dc:creator><![CDATA[kl3m3n]]></dc:creator><pubDate>Fri, 17 Feb 2023 08:33:57 GMT</pubDate></item><item><title><![CDATA[Reply to mosquitto broker on Thu, 16 Feb 2023 23:15:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/232">@DenesL</a> Hi!<br />
The error is with WiFi.</p>
<p dir="auto">With Standalone IoT, it does connect and adding a device creates the 2 UUIDs described in the manual (with or without user and/or client id).</p>
<p dir="auto">Regards,<br />
Denes</p>
]]></description><link>https://forum.gui-o.com/post/470</link><guid isPermaLink="true">https://forum.gui-o.com/post/470</guid><dc:creator><![CDATA[DenesL]]></dc:creator><pubDate>Thu, 16 Feb 2023 23:15:36 GMT</pubDate></item></channel></rss>