<?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 on my home computer with Windows10]]></title><description><![CDATA[<p dir="auto">Hi kl3m3n,</p>
<p dir="auto">I know you provided a tutorial how to migrate to HiveMQ, thank you. It will be interesting at a later stage, but before that, I would like to use Mqtt Broker Mosquitto on my home computer to use with Gui-O and learn a bit how that all works and do some testing.</p>
<p dir="auto">Can you help?<br />
I already installed mosquitto on windows 10<br />
I've seen some videos on youtube but still nothing that helps completely to make it work.<br />
Can you help the community with the steps still needed after installation, like how to configurate the files and others tips that are needed to make it work with Gui-O.</p>
<p dir="auto">It doesn't have to be immediate, when you have some time you will and can dedicate to us.<br />
I think the Gui-O community would appreciate it.</p>
<p dir="auto">Thank you<br />
Best regards</p>
]]></description><link>https://forum.gui-o.com/topic/137/mosquitto-on-my-home-computer-with-windows10</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 17:07:03 GMT</lastBuildDate><atom:link href="https://forum.gui-o.com/topic/137.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Apr 2023 16:05:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mosquitto on my home computer with Windows10 on Sun, 18 Jun 2023 17:39:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi Kl3m3n,</p>
<p dir="auto">A sincere thank you.<br />
The whole process seems to be quite complex. In my case, it is for Windows.<br />
I am trying to get a fixed IP. The ISP operators want a high  value. I will look for cheaper ones.<br />
In the next few days I'll try to install it and do some tests. I will give you my feedback then.<br />
Thanks again for your support.</p>
<p dir="auto">Best regards</p>
]]></description><link>https://forum.gui-o.com/post/575</link><guid isPermaLink="true">https://forum.gui-o.com/post/575</guid><dc:creator><![CDATA[Sato]]></dc:creator><pubDate>Sun, 18 Jun 2023 17:39:19 GMT</pubDate></item><item><title><![CDATA[Reply to Mosquitto on my home computer with Windows10 on Sat, 17 Jun 2023 12:34:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/8">@Sato</a> Here you will find instructions to setup your own Mosquitto broker on Windows or Linux:</p>
<p dir="auto"><a href="https://www.gui-o.com/how-to-guides/custom-mqtt-broker" rel="nofollow ugc">https://www.gui-o.com/how-to-guides/custom-mqtt-broker</a></p>
<p dir="auto">Regards,<br />
kl3m3n</p>
]]></description><link>https://forum.gui-o.com/post/572</link><guid isPermaLink="true">https://forum.gui-o.com/post/572</guid><dc:creator><![CDATA[kl3m3n]]></dc:creator><pubDate>Sat, 17 Jun 2023 12:34:37 GMT</pubDate></item><item><title><![CDATA[Reply to Mosquitto on my home computer with Windows10 on Sun, 30 Apr 2023 10:52:28 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/4">@kl3m3n</a>,</p>
<p dir="auto">Thank you, we look forward to it.<br />
I will talk to my ISP to see about the fixed IP issue.<br />
I am grateful for the impeccable support you provide to the Gui-O community, congratulations for the excellent work. As I often say, Gui-O has everything we need.</p>
<p dir="auto">Best regards</p>
]]></description><link>https://forum.gui-o.com/post/557</link><guid isPermaLink="true">https://forum.gui-o.com/post/557</guid><dc:creator><![CDATA[Sato]]></dc:creator><pubDate>Sun, 30 Apr 2023 10:52:28 GMT</pubDate></item><item><title><![CDATA[Reply to Mosquitto on my home computer with Windows10 on Sun, 30 Apr 2023 08:33:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/8">@Sato</a> Hi!</p>
<p dir="auto">Yes, I can make a Windows MQTT broker tutorial.<br />
I will let you know once it is done and integrated on the website.</p>
<p dir="auto">You will need to contact your internet service provider (ISP) and request a static (external) IP. In my country this costs additional 1€/month.<br />
I will also need to update GUI-O application to allow specifying IP address (in addition to host name) for secure connection.</p>
<p dir="auto">Best regards,<br />
kl3m3n</p>
]]></description><link>https://forum.gui-o.com/post/556</link><guid isPermaLink="true">https://forum.gui-o.com/post/556</guid><dc:creator><![CDATA[kl3m3n]]></dc:creator><pubDate>Sun, 30 Apr 2023 08:33:34 GMT</pubDate></item><item><title><![CDATA[Reply to Mosquitto on my home computer with Windows10 on Fri, 28 Apr 2023 17:41:20 GMT]]></title><description><![CDATA[<p dir="auto">Hi kl3m3n,<br />
As mentioned I would like to have my own Mqtt Server mosquitto running on my computer or on a Raspberry, but I would need if possible please some clarification.</p>
<p dir="auto">In the Esp32 program, the &amp;Out appears only once, here!<br />
if (mqttClient.connect("", mqttUser, mqttPass)) {<br />
mqttClient.subscribe(&amp;Out[0]); // &lt;--- The Esp32 subscribe the "Out" topic (Token) that is Publish by the client(Gui-O App)??<br />
}</p>
<p dir="auto">Then throughout the program we have lines like this example<br />
mqttClient.publish(&amp;In[0], "@si20 VIS:1 FGC:#00FF00\r\n"); // --&gt; Esp32 Publish the "In" topic (Token) that the client(Giu-O App) Subscrive???</p>
<p dir="auto">// --------------- On the Esp32 side ---------------------<br />
//The Esp32 Subscrive the topic "Out" ----&gt;(that the Gui-O App Publish??)<br />
static const char *Out = "73369067-7824-28dd-a54d-d843ecaefb1c";<br />
//<br />
//The Esp32 Publish the topic "In" ----&gt;(that the Gui-O App Subscrive??)<br />
//static const char *In = "ba55806b-7604-4fe3-bb93-70110546c14a";</p>
<p dir="auto">Thank you<br />
Best regards</p>
]]></description><link>https://forum.gui-o.com/post/555</link><guid isPermaLink="true">https://forum.gui-o.com/post/555</guid><dc:creator><![CDATA[Sato]]></dc:creator><pubDate>Fri, 28 Apr 2023 17:41:20 GMT</pubDate></item></channel></rss>