<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LPC Microcontrollers中的主题 LPC54018,running both https get and mqtt client in the same device</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-running-both-https-get-and-mqtt-client-in-the-same/m-p/961414#M38108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running out of idea how to make my https get connection works while my mqtt client has already connected to a broker and running.&lt;/P&gt;&lt;P&gt;Are there any hints/tips on running https connection,i.e. getting a file over https while keeping a mqtt client connecting to another broker ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, do I need to disconnect the mqtt connection during the procedure of connecting the https server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jul 2019 04:15:57 GMT</pubDate>
    <dc:creator>nick_ng</dc:creator>
    <dc:date>2019-07-24T04:15:57Z</dc:date>
    <item>
      <title>LPC54018,running both https get and mqtt client in the same device</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-running-both-https-get-and-mqtt-client-in-the-same/m-p/961414#M38108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running out of idea how to make my https get connection works while my mqtt client has already connected to a broker and running.&lt;/P&gt;&lt;P&gt;Are there any hints/tips on running https connection,i.e. getting a file over https while keeping a mqtt client connecting to another broker ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, do I need to disconnect the mqtt connection during the procedure of connecting the https server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 04:15:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-running-both-https-get-and-mqtt-client-in-the-same/m-p/961414#M38108</guid>
      <dc:creator>nick_ng</dc:creator>
      <dc:date>2019-07-24T04:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018,running both https get and mqtt client in the same device</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-running-both-https-get-and-mqtt-client-in-the-same/m-p/961415#M38109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nick,&lt;/P&gt;&lt;P&gt;I have asked AE team, I will give you a reply after I get feedback.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 06:19:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-running-both-https-get-and-mqtt-client-in-the-same/m-p/961415#M38109</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-07-29T06:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018,running both https get and mqtt client in the same device</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-running-both-https-get-and-mqtt-client-in-the-same/m-p/961416#M38110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nick,&lt;/P&gt;&lt;P&gt;This is AE reply:&lt;/P&gt;&lt;P&gt;"You can use different sockets to&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;connect mqtt server and https server that means you can keep mqtt connection while connecting https server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 04:29:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-running-both-https-get-and-mqtt-client-in-the-same/m-p/961416#M38110</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-07-30T04:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018,running both https get and mqtt client in the same device</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-running-both-https-get-and-mqtt-client-in-the-same/m-p/961417#M38111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xiangjun,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I did the same thing.. but I got two issues..&lt;/P&gt;&lt;P&gt;1. When I was trying to run ONLY the httpS to get a file, I always not able to get the last embedtls buffer size packet e.g the last 4096 bytes of that file&lt;/P&gt;&lt;P&gt;2. When I was trying use both the mqtt and https all together in the awsfreertos i.e. mqtt connected and subscribed to some topics and then triggered a download action (HTTPS get), during the phase of hand shaking, it jumps to hardfault.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 00:54:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-running-both-https-get-and-mqtt-client-in-the-same/m-p/961417#M38111</guid>
      <dc:creator>nick_ng</dc:creator>
      <dc:date>2019-07-31T00:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018,running both https get and mqtt client in the same device</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-running-both-https-get-and-mqtt-client-in-the-same/m-p/961418#M38112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nick,&lt;/P&gt;&lt;P&gt;You have to get the line which leads to hardware fault error although it is difficult.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 09:38:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-running-both-https-get-and-mqtt-client-in-the-same/m-p/961418#M38112</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-08-01T09:38:39Z</dc:date>
    </item>
  </channel>
</rss>

