<?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>DFU OTA updates client code</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12460/dfu-ota-updates-client-code</link><description>I would like to implement DFU OTA updates without the Master Control Panel, and I have a couple questions: 
 
 Is there example code for the client-side of the DFU service or a guide on how to write client code? 
 In the DFU documentation, the mandatory</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Mar 2016 13:38:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12460/dfu-ota-updates-client-code" /><item><title>RE: DFU OTA updates client code</title><link>https://devzone.nordicsemi.com/thread/47192?ContentTypeID=1</link><pubDate>Thu, 10 Mar 2016 13:38:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:563d918f-6371-482d-bdc1-ab4ccc4bf6a4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Sagha,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;We don&amp;#39;t have example code for DFU master on PC. However we have the python source that Master Control panel uses and you can find that in C:\Program Files (x86)\Nordic Semiconductor\Master Control Panel\3.10.0.14\lib\dfu. Also you can refer to the source code of the DFU library for the iOS and Android app &lt;a href="https://github.com/NordicSemiconductor?utf8=%E2%9C%93&amp;amp;query=dfu"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Correct, &amp;quot;Write&amp;quot; means write with response and the client expect a response. However, this is just for the client to know if the write request it sends has been received by the client and if it&amp;#39;s a successful write or not.
The notification on the other hand let the server to send data to client when needed. In this case, it&amp;#39;s the status code if the command from DFU client is accepted or not, also about the number of packet the server receives.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>