<?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>How To Configure And Using Virtual Address For MESH 3.10</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44212/how-to-configure-and-using-virtual-address-for-mesh-3-10</link><description>Hi 
 In MESH 3.10 SDK，i want to configure and use virtual address, but i can&amp;#39;t add the virtual address in both pulication address/subscription address when i use NRF Mesh App. 
 Could you please give some samples about how to configure and use the virtual</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Mar 2019 14:18:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44212/how-to-configure-and-using-virtual-address-for-mesh-3-10" /><item><title>RE: How To Configure And Using Virtual Address For MESH 3.10</title><link>https://devzone.nordicsemi.com/thread/174302?ContentTypeID=1</link><pubDate>Tue, 05 Mar 2019 14:18:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dca54db6-68fc-44ae-94f0-6fd5ca3bd077</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Unfortunately, virtual addresses are not supported yet in nRF Mesh.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;A virtual address is a set of elements associated with a specific label UUID. There are 16384 hash values, which each codifies a set of virtual addresses. There are more possible virtual addresses than 16384 because each hash can represent millions of possible label UUIDs.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I think it should be quite similar to defining a group address. See this code below:&lt;/p&gt;
&lt;p&gt;const uint8_t LABEL_UUID[16] = { … };&lt;/p&gt;
&lt;p&gt;dsm_handle_t handle;&lt;/p&gt;
&lt;p&gt;uint32_t err_code = dsm_address_publish_virtual_add(LABEL_UUID, &amp;amp;handle);&lt;/p&gt;
&lt;p&gt;You can read more about the virtual address in section 2.3.5, page 23 of the Mesh Profile Specification.&lt;/p&gt;
&lt;p&gt;Those models aren&amp;#39;t implemented in the SDK, which is why you can&amp;#39;t find them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>