<?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>Closed Mesh System</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/75667/closed-mesh-system</link><description>Hi! 
 If I wanted to use the Nordic Mesh SDK to create a Bluetooth Mesh System, would I have the option to make it closed, so only my dedicated application could provision the Mesh members. 
 Or would it be open to any application which is able to provision</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 May 2021 13:12:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/75667/closed-mesh-system" /><item><title>RE: Closed Mesh System</title><link>https://devzone.nordicsemi.com/thread/312113?ContentTypeID=1</link><pubDate>Thu, 27 May 2021 13:12:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e9b1180-7d8b-4695-beb5-e90a4944bc26</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Materigo,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Bluetooth mesh was designed as an open standard and interoperability is something that&amp;#39;s in the main focus.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That&amp;#39;s why any app from different vendors can be used to provision Nordic mesh node.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not designed to be closed protocol so we don&amp;#39;t have out-of-the-box feature that can make it a closed mesh network.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You would need to implement your own way of limiting access to the mesh node. What I can think of is to implement a challenge - response authentication:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Challenge%E2%80%93response_authentication"&gt;https://en.wikipedia.org/wiki/Challenge%E2%80%93response_authentication&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So at the beginning of the connection, either GATT or ADV-Bearer the peer would need to provide a correct response before the node accept the provisioning. You just need to modify the code so that it will send a challenge at the beginning of the connection and then wait for a response before it response to any command from the peer.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The main draw back for this is that you would need to provide a master key to all of the nodes in production. And if attackers can hack one node to get the key they would be able to access all your nodes. You can think of having a type of key that can be unique to a single node only. We are not expert in security and encryption so you may need to find your own solution.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>