<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to interpret and resolve unsatisfied dependencies?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89601/how-to-interpret-and-resolve-unsatisfied-dependencies</link><description>New to Zephyr it has been reasonably straightforward building the UDP sample application to enable an nRF9160 dev board to send and receive UDP messages via NB/IoT to/from a remote server (running a Python based UDP server). For our target application</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Jul 2022 09:10:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89601/how-to-interpret-and-resolve-unsatisfied-dependencies" /><item><title>RE: How to interpret and resolve unsatisfied dependencies?</title><link>https://devzone.nordicsemi.com/thread/375489?ContentTypeID=1</link><pubDate>Tue, 05 Jul 2022 09:10:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b668fb6a-8f7d-4fc2-85cd-49ad0481f96b</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;We don&amp;#39;t have any small and simple samples showing how to use DTLS, unfortunately.&lt;/p&gt;
&lt;p&gt;The lwm2m_client sample uses DTLS, but I don&amp;#39;t think it is a good starting point unless you want to use LwM2M.&lt;/p&gt;
&lt;p&gt;So the simplest sample to use as a baseline is probably the https_client. It shows how to send a HTTP request over the socket API, with TLS for server authentication. However, the procedure for writing the credentials to the modem is the same, you just write a PSK instead of a CA certificate. Similarly, the way you open the socket is the same, just open a DTLS socket instead (SOCK_DGRAM instead of SOCK_STREAM, IPPROTO_DTLS_1_2 instead of IPPROTO_TLS_1_2).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to interpret and resolve unsatisfied dependencies?</title><link>https://devzone.nordicsemi.com/thread/375427?ContentTypeID=1</link><pubDate>Mon, 04 Jul 2022 23:34:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1b62e0f-6fb5-4703-80c1-1a1d50918cdb</guid><dc:creator>Ron Segal</dc:creator><description>&lt;p&gt;Hi Didrik&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&amp;nbsp; Darn, I wasn&amp;#39;t aware of this modem core capability.&amp;nbsp;Are you able to provide&amp;nbsp;a reference for enabling and configuring this functionality, setting the PSK etc?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to interpret and resolve unsatisfied dependencies?</title><link>https://devzone.nordicsemi.com/thread/375303?ContentTypeID=1</link><pubDate>Mon, 04 Jul 2022 12:06:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f991d5c-c8af-4a7a-a071-eb1eb8c2284f</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The modem supports DTLS with PSK, so there is no need for running the DTLS stack on the application core.&lt;/p&gt;
&lt;p&gt;When using the offloaded (to the modem) stacks, simply opening a DTLS socket should be enough.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>