<?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>nRF OpenMesh node to node latency</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17655/nrf-openmesh-node-to-node-latency</link><description>What is the node to node latency or the speed for sending a packet over a single hop.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Nov 2016 13:00:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17655/nrf-openmesh-node-to-node-latency" /><item><title>RE: nRF OpenMesh node to node latency</title><link>https://devzone.nordicsemi.com/thread/67893?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 13:00:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:200e0f12-4670-4c07-8f31-67582387ede3</guid><dc:creator>Trond Einar Snekvik</dc:creator><description>&lt;p&gt;Hi, the latency per hop is at best the &lt;a href="https://github.com/NordicSemiconductor/nRF51-ble-bcast-mesh/blob/master/nRF51/rbc_mesh/rbc_mesh.h#L235"&gt;&lt;code&gt;interval_min_ms&lt;/code&gt; value&lt;/a&gt; you give to the init function. The forwarding mechanism is a bit untraditional, as it&amp;#39;s based on the Trickle algorithm. You can read more about it in the &lt;a href="https://github.com/NordicSemiconductor/nRF51-ble-bcast-mesh/blob/master/docs/how_it_works.adoc#trickle-algorithm"&gt;how it works document&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Assuming no corrupted packets, the average per-hop latency is &lt;code&gt;1.5 * interval_min_ms&lt;/code&gt;, with the worst case being &lt;code&gt;2 * interval_min_ms&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>