<?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>Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59792/mesh-proxy-re-connection-and-sequence-number</link><description>Hi 
 I re open an old ticket to know about changes in the Android Mesh Library 
 https://devzone.nordicsemi.com/f/nordic-q-a/45553/is-sequence-number-and-transaction-id-equal 
 I see that, now, the Mesh SDK for nrf52 keep a good track of sequence number</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Apr 2020 12:33:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59792/mesh-proxy-re-connection-and-sequence-number" /><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243189?ContentTypeID=1</link><pubDate>Thu, 02 Apr 2020 12:33:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19b2c629-337f-476e-b680-1ba9e2003f88</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Olivier,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;From Roshan:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;br /&gt;As of now, the spec does not state anything for a scenario like you have specified, but still there is a way around it. You can still use the backed up json to retrieve the last provisioner and change the provisioner address to something new and this should let you continue with a new sequence number if that address is not in use.&amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;Sequence number is important in mesh it&amp;#39;s used for encryption, identifying a unique messages from each device and also to protect devices from replay attacks. Our sample app will clear the local app data will erase everything just like any other app out there and it&amp;#39;s only a sample app. You can improve your end user app to handle these case better. Like I mentioned before this is why we left the API open and provide our users with the flexibility just for purposes like this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243035?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2020 15:11:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08afa1ac-939b-4630-aeb5-1426d4c5d6e2</guid><dc:creator>OlivierOZEO</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to go back on this sentanse : &amp;quot;&lt;span&gt;The NrfMeshh app will invite you to create a new provisioner, but is there a way to &amp;#39;restore&amp;#39; the one we lost?&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div id="KnM9nf"&gt;
&lt;div class="tw-menu" id="tw-smenu"&gt;&lt;span class="tw-menu-btn hide-focus-ring" id="tw-mic"&gt;&lt;span class="tw-menu-btn-image"&gt;&lt;/span&gt;&lt;span class="tw-menu-btn-image CFq0kc Hnn8f z1asCe JXrXlb" title="Traduire avec la voix"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="tw-menu-btn KTDgic hide-focus-ring" id="tw-cst"&gt;&lt;span class="tw-menu-btn-image z1asCe wuXmqc" title="Effacer le texte source"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="QmZWSe"&gt;
&lt;div class="DHcWmd"&gt;If my smartphone controls a mesh network, it has a valid SeqN that I store in local. If I lose my phone and want to install an app (that control this network) on a new smartphone, is there a better procedure than recreating a new provisionner?&lt;/div&gt;
&lt;div class="DHcWmd"&gt;&lt;/div&gt;
&lt;div class="DHcWmd"&gt;Is there any other local solution to get back a valid SeqN?&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243030?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2020 14:52:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:909aa667-78d3-45ff-b59a-439e4b835726</guid><dc:creator>benjamin</dc:creator><description>&lt;p&gt;after some bad manipulation of the website, I accidentatly delete a part of the thead and your last message, that was very helpfull. Here is the content of it:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span&gt;According to the mesh configuration database specification, sequence numbers are not exported for security reasons hence the sequence number is not exported. If someone get&amp;#39;s hold of the json spec they can start sending messages reusing an existing provisioner and their sequence number which will make the device reject the original provisioner. Exporting the sequence number would be a spec breaker for us.&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span&gt;They can store the sequence numbers safely and separately (in their own cloud) themselves for each provisioner and each node address in the network. Therefore we have left the sequence number public if a user wants to store/set it manually themselves using the api as shown here.&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span&gt;One solution would be to have their own database with the relevant network UUID, provisioner&amp;#39;s sequence number for each node in the network. If not They can even append this information to the json file themselves and parse their information themselves and give the rest of the original to the mesh library which will parse the original json data.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243029?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2020 14:49:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65fcd8c5-c005-4a95-9d67-7e81a2206021</guid><dc:creator>benjamin</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi all &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sorry for this long period of silence. I had a lot of things to care of.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;First, I would like to thank you all, for your help in this period of confinement.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Yesterday, we made a good step in our comprehension of our problem: We still have an issue for the reconnection after stoping the app, and, in fact, this is our source of the problem:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Restarting the app: As you said:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Roshan Rajaratnam said:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;the app stores each sequence number related to a specific node address in an internal database.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt; But, for us, the network configuration is stored online. We store it online each time the network changes, and we download it when the app starts, wiping the local database.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;We are working on a way to avoid this data loss, but we have a few questions that need answering, first:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What is the reason why the sequence number isn&amp;#39;t part of the data we get after exporting the network configuration? (Security? Volume?)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; Depending on this, we will decide &amp;#39;where/if&amp;#39; we will store it, in addition to the local database.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In case destruction/deletion of this local database (phone get lost or broken), how can we &amp;#39;restore&amp;#39; it? or getting, a least, one correct connection to the nodes?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; To understand this problem, we invite you to create a mesh network with NrfMesh. Export it and wipe the app data, then, import the network configuration you export earlier.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The NrfMeshh app will invite you to create a new provisioner, but is there a way to &amp;#39;restore&amp;#39; the one we lost?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243028?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 12:13:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8b784c1-a480-4b95-bd9e-71b22cd0d29a</guid><dc:creator>benjamin</dc:creator><description>&lt;p&gt;Hi Roshan&lt;/p&gt;
&lt;p&gt;we are not &amp;#39;reaching&amp;#39; the &amp;#39;correct&amp;#39; sequence number.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the contents of these two messages grant the ability to the ADK to update its sequence number.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243027?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 12:04:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8400114-57e4-41c4-bf42-1e4ea69da8aa</guid><dc:creator>Roshan Rajaratnam</dc:creator><description>&lt;p&gt;This is not ideal, I don&amp;#39;t think you should send messages until you reach the correct sequence number. I have a couple of questions, does this happen with our example sdk or Does it happen only with your fw? Could you give us some exact steps to reproduce this issue so that we can fast track the testing?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243026?ContentTypeID=1</link><pubDate>Thu, 12 Mar 2020 15:01:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:295288f3-6821-48ce-b84a-63719fd2f56b</guid><dc:creator>benjamin</dc:creator><description>&lt;p&gt;yes, it is a problem for us.&lt;/p&gt;
&lt;p&gt;indeed the sequence number is stored, but it changes across the time. and after a while, it get out of sync with the FW.&lt;/p&gt;
&lt;p&gt;we found a way to &amp;#39;update&amp;#39; this stored sequence number. but we had to change a bit the sdk.&lt;/p&gt;
&lt;p&gt;at the moment the BLE connection is etablished (device ready), the FW send, spontaneously, 2 messages: proxy filter status and proxy state status.&lt;/p&gt;
&lt;p&gt;with these message, the mobile app is able to update the sequence number, and can send messages to the FW, and the FW can decrypt the messages.&lt;/p&gt;
&lt;p&gt;will this affect bluetooth qualification?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243025?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 15:12:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b635c5f-6430-461b-a4e5-8c2c3720af6b</guid><dc:creator>Roshan Rajaratnam</dc:creator><description>&lt;p&gt;Hi Olivier, the app stores each sequence number related to a specific node address in an internal database. So the library will always save an sequence number of an outgoing message. Is there any chance that you could log the sequence number received on the fw side? I just hope that you have not run out of sequence numbers here...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243024?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 14:53:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4461cf76-5a76-4c86-a44a-95cf6af0d7e0</guid><dc:creator>olivdeso</dc:creator><description>&lt;p&gt;Hi Roshaan&lt;/p&gt;
&lt;p&gt;it can occur for instance whenn the phone is switched OFF and back ON the next day.&lt;/p&gt;
&lt;p&gt;-&amp;gt; how, in that case, the phone/app will re-synchronize its seq number in order to get re-connected and synchronized to the mesh.&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Olivier&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243023?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 14:12:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09338b46-74cf-46df-b112-44e662ec638c</guid><dc:creator>Roshan Rajaratnam</dc:creator><description>&lt;p&gt;Could you give us the exact steps to reproduce this please?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243022?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 13:51:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e518206-bf14-4eb4-a382-63f33fdf75dd</guid><dc:creator>benjamin</dc:creator><description>&lt;p&gt;It happens on both, the examples and our fw. I am checking if you have signed the NDA.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243021?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 12:38:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbb6e0b5-2e63-4f27-8949-6fd82ffe5580</guid><dc:creator>Roshan Rajaratnam</dc:creator><description>&lt;p&gt;Ideally the mesh lib should not loose the sequence number for a given node address. Does this happen on the sdk examples or have you got a custom fw? Is it possible thatyou can share it with us?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243020?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 12:04:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cfdfba9f-4c3d-457f-a57e-c78489b7fa0b</guid><dc:creator>benjamin</dc:creator><description>&lt;p&gt;nop&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243019?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 11:34:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9dbfeba4-3ef1-464e-949a-cf8f48fe8868</guid><dc:creator>Roshan Rajaratnam</dc:creator><description>&lt;p&gt;Hi. regarding the comment it&amp;#39;s an affirmation. However it&amp;#39;s a bit strange that the app loses the sequence number. Is the address used by the provisioner being&amp;nbsp;used by some other provisioner?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243018?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 11:35:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:198da91b-a2cf-47a9-8d42-e047789d8d0b</guid><dc:creator>benjamin</dc:creator><description>&lt;p&gt;Hi Roshan&lt;/p&gt;
&lt;p&gt;First, we didn&amp;#39;t change the library. We are using it as it is.&lt;/p&gt;
&lt;p&gt;We need a sequence number to send messages to the mesh network, obviously.&lt;/p&gt;
&lt;p&gt;regarding that one&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;The sequence number is automatically incremented from the library for every message that&amp;#39;s sent out?&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Is a question or an affirmation?&lt;/p&gt;
&lt;p&gt;The original question is : how do we get the sequence number from the proxy server to initiate the communication?&lt;/p&gt;
&lt;p&gt;For the moment, the App send a command that don&amp;#39;t requiere a sequence number (proxy config command) to retrieve it, like it is done in the exemples. But it is not working for reconnections, when the App is disconnected for a while.&lt;/p&gt;
&lt;p&gt;When the app reconnect, it sends messages to the node that can&amp;#39;t be decrypt until the phone seq num didn&amp;#39;t reach a sufficient value.&lt;/p&gt;
&lt;p&gt;In the board SDK, the symptoma is that the packet cannot be decrypted.&lt;/p&gt;
&lt;p&gt;the error we are facing on board side is:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;proxy.c:547        {
proxy.c:548            __LOG(LOG_SRC_BEARER, LOG_LEVEL_INFO, &amp;quot;Decryption failed\n&amp;quot;);
proxy.c:549        }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This come from the function&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;net_packet.c:231 uint32_t net_packet_decrypt(network_packet_metadata_t * p_net_metadata,
net_packet.c:232                             uint32_t net_packet_len,
net_packet.c:233                             const packet_mesh_net_packet_t * p_net_encrypted_packet,
net_packet.c:234                             packet_mesh_net_packet_t * p_net_decrypted_packet,
net_packet.c:235                             net_packet_kind_t packet_kind)
net_packet.c:236 {
net_packet.c:237     NRF_MESH_ASSERT(p_net_metadata != NULL &amp;amp;&amp;amp; p_net_encrypted_packet != NULL &amp;amp;&amp;amp;
net_packet.c:238                     p_net_decrypted_packet != NULL &amp;amp;&amp;amp;
net_packet.c:239                     p_net_decrypted_packet != p_net_encrypted_packet);
net_packet.c:240 
net_packet.c:241     if (net_packet_len &amp;lt; PACKET_MESH_NET_PDU_OFFSET || net_packet_len &amp;gt; PACKET_MESH_NET_MAX_SIZE)
net_packet.c:242     {
net_packet.c:243         return NRF_ERROR_INVALID_LENGTH;
net_packet.c:244     }
net_packet.c:245 
net_packet.c:246     p_net_metadata-&amp;gt;internal.iv_index = net_state_rx_iv_index_get(packet_mesh_net_ivi_get(p_net_encrypted_packet));
net_packet.c:247     p_net_metadata-&amp;gt;p_security_material = NULL;
net_packet.c:248     uint8_t nid = packet_mesh_net_nid_get(p_net_encrypted_packet);
net_packet.c:249 
net_packet.c:250     const nrf_mesh_network_secmat_t * p_secmat[2] = { NULL, NULL };
net_packet.c:251     do {
net_packet.c:252         nrf_mesh_net_secmat_next_get(nid, &amp;amp;p_secmat[0], &amp;amp;p_secmat[1]);
net_packet.c:253 
net_packet.c:254         for (uint32_t i = 0; i &amp;lt; ARRAY_SIZE(p_secmat) &amp;amp;&amp;amp; p_secmat[i] != NULL; i++)
net_packet.c:255         {
net_packet.c:256             if (try_decrypt(p_net_metadata,
net_packet.c:257                             net_packet_len,
net_packet.c:258                             p_net_encrypted_packet,
net_packet.c:259                             p_net_decrypted_packet,
net_packet.c:260                             p_secmat[i],
net_packet.c:261                             packet_kind))
net_packet.c:262             {
net_packet.c:263                 return NRF_SUCCESS;
net_packet.c:264             }
net_packet.c:265         }
net_packet.c:266     } while (p_secmat[0] != NULL);
net_packet.c:267 
net_packet.c:268     return NRF_ERROR_NOT_FOUND;
net_packet.c:269 }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;that give 268: NRF_ERROR_NOT_FOUND&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;so&amp;nbsp;&lt;span&gt;how do we get the sequence number from the proxy server to initiate the communication?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;is it still the better solution to send a proxy config command to retreive it?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243017?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2020 08:16:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee03d5c5-7b4a-4fda-9637-c67926db8264</guid><dc:creator>Roshan Rajaratnam</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/erictranavnet"&gt;EricTranAvnet&lt;/a&gt; I&amp;#39;m trying to understand the issue you aer facing here, why do you need the sequence number here? The sequence number is automatically incremented from the library for every message that&amp;#39;s sent out? Have you made changes to the sample application?&lt;/p&gt;
&lt;p&gt;The sample android app will try to connect after the provisioning completes, it will try to scan and connect for a duration of 30 seconds and if it fails the app will let the user connect manually.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243016?ContentTypeID=1</link><pubDate>Mon, 10 Feb 2020 10:49:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a797c66f-41fa-47f3-9204-38893438697e</guid><dc:creator>EricTranAvnet</dc:creator><description>&lt;p&gt;Hi Joakim,&lt;/p&gt;
&lt;p&gt;Do you have any news about this question ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you in advance,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243015?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2020 16:39:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6261fba0-f4c9-4284-9098-d14a6dde2891</guid><dc:creator>benjamin</dc:creator><description>&lt;p&gt;Hi Joakim,&lt;/p&gt;
&lt;p&gt;Any news from the Devs?&lt;/p&gt;
&lt;p&gt;If it can helps, we noticed one news strange behaviour,&lt;/p&gt;
&lt;p&gt;indeed, when nrf mesh app try to reconnect some times after the provisionning, the board did not accept any messages.&lt;/p&gt;
&lt;p&gt;turn off and on the board appear to &amp;#39;fix&amp;#39; the problem.&lt;/p&gt;
&lt;p&gt;Did someone have an idea?&lt;/p&gt;
&lt;p&gt;thanks, best regards.&lt;/p&gt;
&lt;p&gt;B&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh proxy re connection and sequence number</title><link>https://devzone.nordicsemi.com/thread/243014?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2020 12:53:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69b66ab1-7ae6-4a1c-ac71-e2ac281d91ec</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Forwarding this to our developers. Will get back to you with more information.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim Jakobsen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>