<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>CodeProject Latest postings for Internet of Things</title>
    <link>https://www.codeproject.com</link>
    <description>Latest postings for Internet of Things from CodeProject</description>
    <language>en-us</language>
    <image>
      <title>CodeProject Latest postings for Internet of Things</title>
      <url>https://www.codeproject.com/App_Themes/Std/Img/logo100x30.gif</url>
      <link>https://www.codeproject.com</link>
      <width>100</width>
      <height>30</height>
      <description>CodeProject</description>
    </image>
    <copyright>Copyright  CodeProject, 1999-2024</copyright>
    <webMaster>Webmaster@codeproject.com (Webmaster)</webMaster>
    <lastBuildDate>Wed, 15 Nov 2023 16:16:00 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item>
      <title>I want to know more about iot</title>
      <description>I want basic knowledge of iot and how to utilise it.</description>
      <author>Tochukwu Nkwuo</author>
      <link>https://www.codeproject.com/Messages/5963703/I-want-to-know-more-about-iot</link>
      <pubDate>Fri, 22 Sep 2023 11:25:00 GMT</pubDate>
      <guid>3_5963703</guid>
      <subject>Internet of Things</subject>
    </item>
    <item>
      <title>How will Web 3.0 technologies transform the food delivery app development process?</title>
      <description>Give me Valuable Answer</description>
      <author>nithin sethu</author>
      <link>https://www.codeproject.com/Messages/5912308/How-will-Web-3-0-technologies-transform-the-food-d</link>
      <pubDate>Wed, 30 Nov 2022 13:30:00 GMT</pubDate>
      <guid>3_5912308</guid>
      <subject>Internet of Things</subject>
    </item>
    <item>
      <title>What is the difference between JDK, JRE, and JVM?</title>
      <description>What is the difference between JDK, JRE, and JVM?</description>
      <author>samratcoolers</author>
      <link>https://www.codeproject.com/Messages/5872807/What-is-the-difference-between-JDK-JRE-and-JVM</link>
      <pubDate>Wed, 20 Apr 2022 10:07:00 GMT</pubDate>
      <guid>3_5872807</guid>
      <subject>Internet of Things</subject>
    </item>
    <item>
      <title>Azure IoTHub: IoDevevicebound messages getting lost.</title>
      <description>I have a set of IoT devices that connects to Azure IoT hub regularly to send in telemetry.&lt;br /&gt;
&lt;br /&gt;
Sometimes I need to send messages to the device. I do this my using the:&lt;br /&gt;
&lt;div class='pre-lang' id='premain1792'&gt;&lt;div&gt;&lt;/div&gt;&lt;div class='pre-action-link'&gt;&lt;span id='copycode1792' class='copy-code' data-index='1792' style='visibility:hidden'&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 460 460" style="width: 16px;height:16px;" xml:space="preserve"&gt;
&lt;g&gt;
&lt;path d="M425.934,0H171.662c-18.122,0-32.864,14.743-32.864,32.864v77.134h30V32.864c0-1.579,1.285-2.864,2.864-2.864h254.272
    c1.579,0,2.864,1.285,2.864,2.864v254.272c0,1.58-1.285,2.865-2.864,2.865h-74.729v30h74.729
    c18.121,0,32.864-14.743,32.864-32.865V32.864C458.797,14.743,444.055,0,425.934,0z"&gt;&lt;/path&gt;
&lt;path d="M288.339,139.998H34.068c-18.122,0-32.865,14.743-32.865,32.865v254.272C1.204,445.257,15.946,460,34.068,460h254.272
    c18.122,0,32.865-14.743,32.865-32.864V172.863C321.206,154.741,306.461,139.998,288.339,139.998z M288.341,430H34.068
    c-1.58,0-2.865-1.285-2.865-2.864V172.863c0-1.58,1.285-2.865,2.865-2.865h254.272c1.58,0,2.865,1.285,2.865,2.865v254.273h0.001
    C291.206,428.715,289.92,430,288.341,430z"&gt;&lt;/path&gt;	
&lt;/g&gt;
&lt;/svg&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
&lt;pre id='pre1792' style='margin-top:0;' data-allowShrink='True' data-collapse='False'&gt;
devices/{device_id}/messages/devicebound/#&lt;/pre&gt; queue.&lt;br /&gt;
&lt;br /&gt;
The device are using a built-in MQTT library.&lt;br /&gt;
&lt;br /&gt;
If I send something to the device while it is offline, it was my impression that the&lt;br /&gt;
message should be retained in the devicebound queue until the device came online again, and read the queue.&lt;br /&gt;
&lt;br /&gt;
If I send the messeage when the device is online, everything works ok, and the device gets the message.&lt;br /&gt;
If sent while offline, the queue is empty when the device come online again, and the message is lost.&lt;br /&gt;
&lt;br /&gt;
Am I right in assuming that the devicebound queue should retain the message until the device comes online and read it?&lt;br /&gt;
&lt;br /&gt;
TIA...</description>
      <author>me@dagsunde.com</author>
      <link>https://www.codeproject.com/Messages/5854072/Azure-IoTHub-IoDevevicebound-messages-getting-lost</link>
      <pubDate>Wed, 12 Jan 2022 09:22:00 GMT</pubDate>
      <guid>3_5854072</guid>
      <subject>Internet of Things</subject>
    </item>
    <item>
      <title>sending data to a server</title>
      <description>which one would you prefer when it comes to sending data to a web server I am working on a project and I don't know which one to use between a node mcu and an ardruino uno(with gsm)</description>
      <author>Daikseid</author>
      <link>https://www.codeproject.com/Messages/5820452/sending-data-to-a-server</link>
      <pubDate>Tue, 13 Jul 2021 06:59:00 GMT</pubDate>
      <guid>3_5820452</guid>
      <subject>Internet of Things</subject>
    </item>
  </channel>
</rss>