<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : MQTT bağlantısını nasıl yapabilirim</title>
  <link>https://www.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : MQTT bağlantısını nasıl yapabilirim]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 11:52:23 +0000</pubDate>
  <lastBuildDate>Wed, 09 Aug 2023 11:23:28 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.clomosy.com.tr/RSS_post_feed.asp?TID=557</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://www.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://www.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[MQTT bağlantısını nasıl yapabilirim : Tabi yenilemek i&#231;in bir silme...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=557&amp;PID=714#714</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=133">Alforce</a><br /><strong>Konu:</strong> 557<br /><strong>Gönderim Zamanı:</strong> 09&nbsp;Ağustos&nbsp;2023 Saat 11:23<br /><br />Tabi yenilemek için bir silme işlemine ihtiyacın var:<div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>&nbsp; For i:= 1 to Adet do</div><div>&nbsp; Begin</div><div>&nbsp; &nbsp; Ch:= TclCheckBox(MyForm.clFindComponent('ch'+IntToStr(i)));</div><div>&nbsp; &nbsp; Ch.Free;</div><div>&nbsp; End;</div><div></pre></td></tr></table></div></div>]]>
   </description>
   <pubDate>Wed, 09 Aug 2023 11:23:28 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=557&amp;PID=714#714</guid>
  </item> 
  <item>
   <title><![CDATA[MQTT bağlantısını nasıl yapabilirim : Tamam, san&#305;r&#305;m biraz static oldu...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=557&amp;PID=713#713</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=133">Alforce</a><br /><strong>Konu:</strong> 557<br /><strong>Gönderim Zamanı:</strong> 09&nbsp;Ağustos&nbsp;2023 Saat 11:20<br /><br />Tamam, sanırım biraz static oldu ama iş görür.<div><br></div><div>Mqtt için döküman sayfasına <a href="https://docs.clomosy.com/index.php/Seminar_Demos#Messaging_App_-_MQTT" target="_blank" rel="nofollow">burdan</a> bakabilirsiniz.</div><div><br></div><div>Bu ise CheckListBox örneği:</div><div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>Const</div><div>&nbsp; Adet = 50;</div><div><br></div><div>Var</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; Area: TCLVertScrollBox;</div><div>&nbsp; Ch: TCLCheckBox;</div><div>&nbsp; i: Integer;</div><div><br></div><div>Begin</div><div>&nbsp; MyForm:= TclForm.Create(Self);</div><div>&nbsp;&nbsp;</div><div>&nbsp; Area:= MyForm.AddNewVertScrollBox(MyForm, 'area');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Area.align:= alClient;</div><div>&nbsp;&nbsp;</div><div>&nbsp; For i:= 1 to Adet do</div><div>&nbsp; Begin</div><div>&nbsp; &nbsp; Ch:= MyForm.AddNewCheckBox(Area,'ch'+IntToStr(i),'Test'+IntToStr(i));</div><div>&nbsp; &nbsp; Ch.align:= alTop;</div><div>&nbsp; End;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.Run;</div><div>End;</div></div><div></pre></td></tr></table></div></div>]]>
   </description>
   <pubDate>Wed, 09 Aug 2023 11:20:17 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=557&amp;PID=713#713</guid>
  </item> 
  <item>
   <title><![CDATA[MQTT bağlantısını nasıl yapabilirim : ?? ]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=557&amp;PID=710#710</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=140">sqlae</a><br /><strong>Konu:</strong> 557<br /><strong>Gönderim Zamanı:</strong> 09&nbsp;Ağustos&nbsp;2023 Saat 11:00<br /><br />??]]>
   </description>
   <pubDate>Wed, 09 Aug 2023 11:00:48 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=557&amp;PID=710#710</guid>
  </item> 
  <item>
   <title><![CDATA[MQTT bağlantısını nasıl yapabilirim : Merhabalar, bir ToDoList uygulamas&#305;...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=557&amp;PID=706#706</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=140">sqlae</a><br /><strong>Konu:</strong> 557<br /><strong>Gönderim Zamanı:</strong> 08&nbsp;Ağustos&nbsp;2023 Saat 17:59<br /><br />Merhabalar, bir ToDoList uygulaması hazırlamalıyım ve MQTT kullanmalıyım Doc üzerindeki kaynak pek yeterli olmadı bunu nasıl yapabilirim ?]]>
   </description>
   <pubDate>Tue, 08 Aug 2023 17:59:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=557&amp;PID=706#706</guid>
  </item> 
 </channel>
</rss>