<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>Thread with nrf52840dongle without using the ot-ctl c</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88902/thread-with-nrf52840dongle-without-using-the-ot-ctl-c</link><description>Hey, I was trying to create a python application on a linux environment to send UDP messages over thread. Do I need to use the ot-ctl cli to send udp messages? I tried to communicate using netcat and this did not work. Opening a socket via the ot-ctl</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Wed, 15 Jun 2022 08:01:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88902/thread-with-nrf52840dongle-without-using-the-ot-ctl-c" /><item><title>RE: Thread with nrf52840dongle without using the ot-ctl c</title><link>https://test-devzone.nordicsemi.com/thread/372495?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2022 08:01:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7644bd55-cb5c-4983-9710-088dc9077b37</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You can write custom firmware for the chip to handle UDP and/or TCP messages. &lt;br /&gt;I linked the CLI, since it has functionality for doing this, and might be a useful for testing your UDP/TCP communication or get insipration on how to set up the UDP/TCP communication.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread with nrf52840dongle without using the ot-ctl c</title><link>https://test-devzone.nordicsemi.com/thread/372490?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2022 07:50:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:424c7711-f8d2-4f50-89b2-51b34f6222b2</guid><dc:creator>user115603</dc:creator><description>&lt;p&gt;Hey,&lt;br /&gt;&lt;br /&gt;I saw your update, I will look into that if I am certain that this will fit my implementation.&lt;br /&gt;You gave examples form the CLI for the thread devices. does this mean I still have to send and receive messages through the CLI?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread with nrf52840dongle without using the ot-ctl c</title><link>https://test-devzone.nordicsemi.com/thread/372407?ContentTypeID=1</link><pubDate>Tue, 14 Jun 2022 13:37:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b9af378-4dfa-413f-9e22-a4b7e3bc6057</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Yes, if you have firmware running on the Thread device to handle these messsages. For examples from the CLI, see &lt;a href="https://github.com/openthread/openthread/blob/main/src/cli/README.md"&gt;https://github.com/openthread/openthread/blob/main/src/cli/README.md&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Did you see the edit in my previous answer?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread with nrf52840dongle without using the ot-ctl c</title><link>https://test-devzone.nordicsemi.com/thread/372401?ContentTypeID=1</link><pubDate>Tue, 14 Jun 2022 13:10:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba9e60e0-f3f5-4d07-a929-444622003dd5</guid><dc:creator>user115603</dc:creator><description>&lt;p&gt;Can I only ping the devices with the 2nd option or can I also send TCP/UDP messages?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread with nrf52840dongle without using the ot-ctl c</title><link>https://test-devzone.nordicsemi.com/thread/372378?ContentTypeID=1</link><pubDate>Tue, 14 Jun 2022 12:27:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37cc6475-8e1d-46bf-afec-b134c5c78820</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;We have no direct IP to thread functionality on our chips. So you have two alternatives.&lt;/p&gt;
&lt;p&gt;1. Use the serial interface to control the chip. This can be done either using ot-ctl or &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_logging.html?highlight=spinel#spinel"&gt;spinel&lt;/a&gt; for this.&lt;/p&gt;
&lt;p&gt;2. If you connect the thread network to the internet using a &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_tools.html#thread-border-router"&gt;OpenThread Border Router&lt;/a&gt;. In this case, the devices can bet IPv6 addresses, which you can ping over the net.&lt;br /&gt;EDIT: This alternative is not as simple as it sounds, as it requires the router to allow the Border Router to use IP addresses for all of you Thread devices. See &lt;a href="https://openthread.io/guides/thread-primer/ipv6-addressing"&gt;OpenThread on IPv6 addressing&lt;/a&gt; for the concepts of Thread Addressing.&lt;/p&gt;
&lt;p&gt;Does this answer your question?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>