<?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>Some troubles in creating groups</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39644/some-troubles-in-creating-groups</link><description>I&amp;#39;m trying to create more groups in mesh.We know that all the nodes(servers) are divided into two groups called ODD and EVEN,so I want to create more groups. 
 I have changed some codes in the provisioner and client. 
 In the provisioner node_step.c,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 12 Nov 2018 17:28:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39644/some-troubles-in-creating-groups" /><item><title>RE: Some troubles in creating groups</title><link>https://devzone.nordicsemi.com/thread/156959?ContentTypeID=1</link><pubDate>Mon, 12 Nov 2018 17:28:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5021bb2-5b02-4d88-8da6-c5c289f15bd3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Zhengrui,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Have you tried to increase&amp;nbsp;CLIENT_MODEL_INSTANCE_COUNT ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When you increase&amp;nbsp;CLIENT_MODEL_INSTANCE_COUNT, the&amp;nbsp;ACCESS_ELEMENT_COUNT will be increased accordingly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You would need to increase&amp;nbsp;ACCESS_MODEL_COUNT (=2+&lt;span&gt;CLIENT_MODEL_INSTANCE_COUNT)&lt;/span&gt; as well.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After that you should have the number of client model to match with what you need.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some troubles in creating groups</title><link>https://devzone.nordicsemi.com/thread/156403?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 02:33:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56504b41-e5c1-4bd6-adfa-6b5da05356e7</guid><dc:creator>zhengrui</dc:creator><description>&lt;p&gt;em, I have changed some code on the client to add them but it seems like invalid for the client.Can you tell me where and how to add extra client and extra element on the client side? So that I can change the codes correctly.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some troubles in creating groups</title><link>https://devzone.nordicsemi.com/thread/155820?ContentTypeID=1</link><pubDate>Fri, 02 Nov 2018 22:02:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf6bade0-f718-47e3-9260-b166480b5b10</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Zhenrui,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry for the late response, I am on vacation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please make sure you have created extra client model and extra element on the client side. I strongly suggest you to play with either the phone app (if you have proxy) to do provisioning or the PyACI to make sure you have all you need on the client and server side, and then can start to modify the provisioner to do provisioning instead of using the app/PyACI&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some troubles in creating groups</title><link>https://devzone.nordicsemi.com/thread/154637?ContentTypeID=1</link><pubDate>Fri, 26 Oct 2018 09:12:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7bcb7c8-20ce-436a-88f8-d2d7829d613a</guid><dc:creator>zhengrui</dc:creator><description>&lt;p&gt;I tried it ,when I input 4 or 5 in RTT Viewer to control the group3, it shows&amp;nbsp;Publication not configured for client 4 or 5.I don&amp;#39;t&amp;nbsp; think that there is client 4 or 5.&lt;/p&gt;
&lt;p&gt;If I configure 3 servers for the address of 0x1004,0x1005,0x1006, two of them can act to the client,but the third have no action when I send 4/5 to the server.&lt;/p&gt;
&lt;p&gt;Did I have some understanding for it ?Or some codes lost in the client?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some troubles in creating groups</title><link>https://devzone.nordicsemi.com/thread/154254?ContentTypeID=1</link><pubDate>Wed, 24 Oct 2018 11:05:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:deb6d23c-2d81-493a-b195-f6ab4b0bcd69</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Zhengrui,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see an issue with your code. You would need to debug and check:&lt;/p&gt;
&lt;p&gt;- If your client can actually send packet to the address of group 3. You can check on access layer the actual packet sent when you press the button.Please check&amp;nbsp;packet_tx() function in access.c&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- If your server is actually subscribe to the Group 3 address. You can test this by using the python PyACI to send dummy packet to that address.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s worth to try using the PyACI to setup some nodes with the publication/subscription address to the group address that you are testing.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I would suggest you to try playing with the provisioner on the phone app, and the PyACI to get to know more about the address, it&amp;#39;s make it easier when you want to try to automate it with the code of the provisioner. For the app you can have a look at&lt;a href="https://www.youtube.com/watch?v=XthbU9NP0Yg"&gt; this video&lt;/a&gt;. For the PyACI, you should follow&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.2.0/md_scripts_interactive_pyaci_doc_demo_configuration.html?cp=4_1_0_3_0_2"&gt; this guide.&amp;nbsp;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some troubles in creating groups</title><link>https://devzone.nordicsemi.com/thread/153628?ContentTypeID=1</link><pubDate>Fri, 19 Oct 2018 11:49:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5927ee1-a75a-4df9-b88b-930ee4d79f9d</guid><dc:creator>zhengrui</dc:creator><description>&lt;p&gt;Hi Joakim,&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;yes , I &amp;#39;ve asked in the other case about creating groups,but they&amp;#39;re different in vision of Mesh SDK. And the codes and the functions changed a lot&amp;nbsp; so that I don&amp;#39;t think it&amp;#39;s the same problem and I have tried to be successful in grouping these servers,I need your help in this problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some troubles in creating groups</title><link>https://devzone.nordicsemi.com/thread/153627?ContentTypeID=1</link><pubDate>Fri, 19 Oct 2018 11:22:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:393fb525-94f5-4699-9073-a7c45682f250</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Sorry for the lates response.&lt;/p&gt;
&lt;p&gt;I can see that you asked similar questions before.&lt;br /&gt;I suggest that you continiue the discussion in one thread until your issue is resolved, instead of creating new ones.&lt;/p&gt;
&lt;p&gt;There is also several other threads on devzone regarding this topic.&lt;br /&gt;Did you try searching for the solution?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Best regards, &lt;/em&gt;&lt;br /&gt;&lt;em&gt;Joakim&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some troubles in creating groups</title><link>https://devzone.nordicsemi.com/thread/153626?ContentTypeID=1</link><pubDate>Wed, 17 Oct 2018 02:28:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:127239b9-5c2c-4e5e-ac26-182c4bee564a</guid><dc:creator>zhengrui</dc:creator><description>&lt;p&gt;Hi Bjorn，I don&amp;#39;t know if you had tried to do something for this problem ,I think it&amp;#39;s the element on client that&amp;nbsp; I didn&amp;#39;t add to and the pub address didn&amp;#39;t bind to the element,can you tell me some methods to solve it ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some troubles in creating groups</title><link>https://devzone.nordicsemi.com/thread/153625?ContentTypeID=1</link><pubDate>Fri, 12 Oct 2018 03:40:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:adf1741c-8164-4da3-981f-db8d62322e59</guid><dc:creator>zhengrui</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;t:          0&amp;gt;, main.c,  561, ----- BLE Mesh Light Switch Provisioner Demo -----
&amp;lt;t:          0&amp;gt;, mesh_softdevice_init.c,  117, Initializing SoftDevice...
&amp;lt;t:          0&amp;gt;, mesh_softdevice_init.c,   75, Enabling BLE...
&amp;lt;t:         16&amp;gt;, mesh_softdevice_init.c,  109, sd_ble_enable: app_ram_base should be adjusted to 0x20002DA0
&amp;lt;t:        607&amp;gt;, main.c,  499, Initializing and adding models
&amp;lt;t:        618&amp;gt;, main.c,  542, Setup defaults: Adding keys, addresses, and bindings 
&amp;lt;t:        784&amp;gt;, provisioner_helper.c,  335, netkey_handle: 0
&amp;lt;t:        797&amp;gt;, main.c,  591, &amp;lt;start&amp;gt; 
&amp;lt;t:       1218&amp;gt;, main.c,  114, Flash write complete
&amp;lt;t:       1220&amp;gt;, main.c,  404, Mesh evt: FLASH_STABLE 
&amp;lt;t:       1222&amp;gt;, main.c,  578, Starting application ...
&amp;lt;t:       1224&amp;gt;, main.c,  580, Provisoned Nodes: 0, Configured Nodes: 0 Next Address: 0x0100
&amp;lt;t:       1228&amp;gt;, main.c,  581, Dev key : FB7646B013718CA9382C9930541489B7
&amp;lt;t:       1231&amp;gt;, main.c,  582, Net key : FFDC51E83D68B83AD76CA4F0390AADCC
&amp;lt;t:       1235&amp;gt;, main.c,  583, App key : 18FA155D5F6D8791AB2ED6DCFDFF7D1C
&amp;lt;t:       1237&amp;gt;, main.c,  584, Press Button 1 to start provisioning and configuration process. 
&amp;lt;t:       1241&amp;gt;, main.c,  404, Mesh evt: FLASH_STABLE 
&amp;lt;t:     625873&amp;gt;, main.c,  459, Button 1 pressed
&amp;lt;t:     625875&amp;gt;, main.c,  364, Waiting for Client node to be provisioned ...
&amp;lt;t:     630638&amp;gt;, provisioner_helper.c,  288, Scanning For Unprovisioned Devices
&amp;lt;t:     673902&amp;gt;, provisioner_helper.c,  143, UUID seen: 0059CCAA000000000D10EC4F9C0BA8D1
&amp;lt;t:     673906&amp;gt;, provisioner_helper.c,   95, UUID filter matched
&amp;lt;t:     675111&amp;gt;, provisioner_helper.c,  263, Provisioning link established
&amp;lt;t:     821573&amp;gt;, provisioner_helper.c,  258, Static authentication data provided
&amp;lt;t:     964300&amp;gt;, provisioner_helper.c,  196, Provisioning completed received
&amp;lt;t:     964303&amp;gt;, provisioner_helper.c,  201, Adding device address, and device keys
&amp;lt;t:     964309&amp;gt;, provisioner_helper.c,  218, Addr: 0x0100 addr_handle: 0 netkey_handle: 0 devkey_handle: 2
&amp;lt;t:     964417&amp;gt;, main.c,  404, Mesh evt: FLASH_STABLE 
&amp;lt;t:     967950&amp;gt;, provisioner_helper.c,  159, Local provisioning link closed: prov_state: 2  remaining retries: 2
&amp;lt;t:     967955&amp;gt;, main.c,  285, Provisioning successful
&amp;lt;t:     967957&amp;gt;, provisioner_helper.c,  185, Provisioning complete. Node addr: 0x0100 elements: 4
&amp;lt;t:     967961&amp;gt;, provisioner_helper.c,   95, UUID filter matched
&amp;lt;t:     967963&amp;gt;, node_setup.c,  683, Configuring Node: 0x0100
&amp;lt;t:     967967&amp;gt;, node_setup.c,  573, Config client setup: devkey_handle:2 addr_handle:0
&amp;lt;t:     967970&amp;gt;, node_setup.c,  344, Getting composition data
&amp;lt;t:     967980&amp;gt;, access.c,  408, TX: [aop: 0x8008] 
&amp;lt;t:     967982&amp;gt;, access.c,  409, TX: Msg: 00
&amp;lt;t:     968039&amp;gt;, main.c,  114, Flash write complete
&amp;lt;t:     968042&amp;gt;, main.c,  404, Mesh evt: FLASH_STABLE 
&amp;lt;t:     968635&amp;gt;, main.c,  419, Unhandled Mesh Event: 1 
&amp;lt;t:     987919&amp;gt;, access.c,  241, RX: [aop: 0x0002]
&amp;lt;t:     987922&amp;gt;, main.c,  335, Config client event
&amp;lt;t:     987924&amp;gt;, node_setup.c,  354, Adding appkey
&amp;lt;t:     987941&amp;gt;, access.c,  408, TX: [aop: 0x0000] 
&amp;lt;t:     987944&amp;gt;, access.c,  409, TX: Msg: 00000018FA155D5F6D8791AB2ED6DCFDFF7D1C
&amp;lt;t:     987947&amp;gt;, main.c,  419, Unhandled Mesh Event: 0 
&amp;lt;t:     990148&amp;gt;, main.c,  419, Unhandled Mesh Event: 1 
&amp;lt;t:     990889&amp;gt;, access.c,  241, RX: [aop: 0x8003]
&amp;lt;t:     990892&amp;gt;, main.c,  335, Config client event
&amp;lt;t:     990894&amp;gt;, node_setup.c,  259, opcode status field: 0 
&amp;lt;t:     990897&amp;gt;, node_setup.c,  365, App key bind: Health server
&amp;lt;t:     990906&amp;gt;, access.c,  408, TX: [aop: 0x803D] 
&amp;lt;t:     990908&amp;gt;, access.c,  409, TX: Msg: 000100000200
&amp;lt;t:     990911&amp;gt;, main.c,  419, Unhandled Mesh Event: 0 
&amp;lt;t:     991462&amp;gt;, main.c,  419, Unhandled Mesh Event: 1 
&amp;lt;t:     991748&amp;gt;, access.c,  241, RX: [aop: 0x803E]
&amp;lt;t:     991752&amp;gt;, main.c,  335, Config client event
&amp;lt;t:     991754&amp;gt;, node_setup.c,  259, opcode status field: 0 
&amp;lt;t:     991756&amp;gt;, node_setup.c,  433, Setting publication address for the health server to 0x0001
&amp;lt;t:     991772&amp;gt;, access.c,  408, TX: [aop: 0x0003] 
&amp;lt;t:     991775&amp;gt;, access.c,  409, TX: Msg: 0001010000001E81010200
&amp;lt;t:     991778&amp;gt;, main.c,  419, Unhandled Mesh Event: 0 
&amp;lt;t:     994975&amp;gt;, access.c,  241, RX: [aop: 0x8019]
&amp;lt;t:     994978&amp;gt;, main.c,  335, Config client event
&amp;lt;t:     994980&amp;gt;, node_setup.c,  259, opcode status field: 0 
&amp;lt;t:     994983&amp;gt;, node_setup.c,  399, App key bind: 0x1001 client on element 0x0101
&amp;lt;t:     994993&amp;gt;, access.c,  408, TX: [aop: 0x803D] 
&amp;lt;t:     994996&amp;gt;, access.c,  409, TX: Msg: 010100000110
&amp;lt;t:     994999&amp;gt;, main.c,  419, Unhandled Mesh Event: 0 
&amp;lt;t:     996425&amp;gt;, main.c,  419, Unhandled Mesh Event: 1 
&amp;lt;t:    1021218&amp;gt;, access.c,  408, TX: [aop: 0x803D] 
&amp;lt;t:    1021220&amp;gt;, access.c,  409, TX: Msg: 010100000110
&amp;lt;t:    1021794&amp;gt;, main.c,  419, Unhandled Mesh Event: 1 
&amp;lt;t:    1047430&amp;gt;, access.c,  408, TX: [aop: 0x803D] 
&amp;lt;t:    1047432&amp;gt;, access.c,  409, TX: Msg: 010100000110
&amp;lt;t:    1047477&amp;gt;, main.c,  419, Unhandled Mesh Event: 1 
&amp;lt;t:    1048300&amp;gt;, access.c,  241, RX: [aop: 0x803E]
&amp;lt;t:    1048304&amp;gt;, main.c,  335, Config client event
&amp;lt;t:    1048306&amp;gt;, node_setup.c,  259, opcode status field: 0 
&amp;lt;t:    1048309&amp;gt;, node_setup.c,  399, App key bind: 0x1001 client on element 0x0102
&amp;lt;t:    1048319&amp;gt;, access.c,  408, TX: [aop: 0x803D] 
&amp;lt;t:    1048321&amp;gt;, access.c,  409, TX: Msg: 020100000110
&amp;lt;t:    1048324&amp;gt;, main.c,  419, Unhandled Mesh Event: 0 
&amp;lt;t:    1048844&amp;gt;, main.c,  419, Unhandled Mesh Event: 1 
&amp;lt;t:    1049207&amp;gt;, access.c,  241, RX: [aop: 0x803E]
&amp;lt;t:    1049210&amp;gt;, main.c,  335, Config client event
&amp;lt;t:    1049213&amp;gt;, node_setup.c,  259, opcode status field: 0 
&amp;lt;t:    1049215&amp;gt;, node_setup.c,  288, Set: on/off client: 0x0101  pub addr: 0xC003
&amp;lt;t:    1049231&amp;gt;, access.c,  408, TX: [aop: 0x0003] 
&amp;lt;t:    1049233&amp;gt;, access.c,  409, TX: Msg: 010103C000001E00010110
&amp;lt;t:    1049237&amp;gt;, main.c,  419, Unhandled Mesh Event: 0 
&amp;lt;t:    1051034&amp;gt;, main.c,  419, Unhandled Mesh Event: 1 
&amp;lt;t:    1058063&amp;gt;, main.c,  419, Unhandled Mesh Event: 1 
&amp;lt;t:    1071232&amp;gt;, access.c,  241, RX: [aop: 0x8019]
&amp;lt;t:    1071235&amp;gt;, main.c,  335, Config client event
&amp;lt;t:    1071237&amp;gt;, node_setup.c,  259, opcode status field: 0 
&amp;lt;t:    1071240&amp;gt;, node_setup.c,  288, Set: on/off client: 0x0102  pub addr: 0xC002   //there are something lost
&amp;lt;t:    1071255&amp;gt;, access.c,  408, TX: [aop: 0x0003] 
&amp;lt;t:    1071258&amp;gt;, access.c,  409, TX: Msg: 020102C000001E00010110
&amp;lt;t:    1071261&amp;gt;, main.c,  419, Unhandled Mesh Event: 0 
&amp;lt;t:    1073898&amp;gt;, main.c,  419, Unhandled Mesh Event: 1 
&amp;lt;t:    1075305&amp;gt;, access.c,  241, RX: [aop: 0x8019]
&amp;lt;t:    1075308&amp;gt;, main.c,  335, Config client event
&amp;lt;t:    1075311&amp;gt;, node_setup.c,  259, opcode status field: 0 
&amp;lt;t:    1075313&amp;gt;, main.c,  250, Configuration of device 0 successful
&amp;lt;t:    1075316&amp;gt;, provisioner_helper.c,  288, Scanning For Unprovisioned Devices
&amp;lt;t:    1075319&amp;gt;, main.c,  419, Unhandled Mesh Event: 0 
&amp;lt;t:    1075380&amp;gt;, main.c,  114, Flash write complete
&amp;lt;t:    1075382&amp;gt;, main.c,  404, Mesh evt: FLASH_STABLE 
&amp;lt;t:    1209176&amp;gt;, main.c,  419, Unhandled Mesh Event: 4 
&amp;lt;t:    1320743&amp;gt;, access.c,  241, RX: [aop: 0x0004]
&amp;lt;t:    1320746&amp;gt;, main.c,  314, Node 0x0100 alive with 0 active fault(s), RSSI: -40
&amp;lt;t:    1320749&amp;gt;, main.c,  419, Unhandled Mesh Event: 0 
&amp;lt;t:    1867180&amp;gt;, main.c,  419, Unhandled Mesh Event: 4
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;there are some replenish about configuring client ,I found that the&amp;nbsp;GROUP_ADDRESS_333&amp;nbsp; (0xC004) (I added ) was not bonded to the client ,so I think something lost here.can you me?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some troubles in creating groups</title><link>https://devzone.nordicsemi.com/thread/153624?ContentTypeID=1</link><pubDate>Fri, 12 Oct 2018 03:20:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19339c53-d378-4120-b378-5746666c3dcf</guid><dc:creator>zhengrui</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;0&amp;gt; &amp;lt;t:          0&amp;gt;, main.c,  309, ----- BLE Mesh Light Switch Client Demo -----
 0&amp;gt; &amp;lt;t:          0&amp;gt;, mesh_softdevice_init.c,  117, Initializing SoftDevice...
 0&amp;gt; &amp;lt;t:          0&amp;gt;, mesh_softdevice_init.c,   75, Enabling BLE...
 0&amp;gt; &amp;lt;t:         16&amp;gt;, mesh_softdevice_init.c,  109, sd_ble_enable: app_ram_base should be adjusted to 0x20002DA0
 0&amp;gt; &amp;lt;t:        531&amp;gt;, main.c,  276, Initializing and adding models
 0&amp;gt; &amp;lt;t:        566&amp;gt;, main.c,  341, Device UUID : 0059CCAA000000000D10EC4F9C0BA8D1
  &amp;lt; 0
 0&amp;gt; &amp;lt;t:      59538&amp;gt;, main.c,  177, Button 0 pressed
 0&amp;gt; &amp;lt;t:      59540&amp;gt;, main.c,  206, Sending msg: ONOFF SET 1
 0&amp;gt; &amp;lt;t:      60437&amp;gt;, main.c,  124, Acknowledged transfer success.
 0&amp;gt; &amp;lt;t:      60440&amp;gt;, main.c,  150, OnOff server: 0x0106, Present OnOff: 0, Target OnOff: 1, Remaining Time: 100 ms
 0&amp;gt; &amp;lt;t:      62174&amp;gt;, main.c,  150, OnOff server: 0x0106, Present OnOff: 1, Target OnOff: 1, Remaining Time: 100 ms
 0&amp;gt; &amp;lt;t:      65625&amp;gt;, main.c,  155, OnOff server: 0x0106, Present OnOff: 1
  &amp;lt; 1
 0&amp;gt; &amp;lt;t:      95574&amp;gt;, main.c,  177, Button 1 pressed
 0&amp;gt; &amp;lt;t:      95576&amp;gt;, main.c,  206, Sending msg: ONOFF SET 0
 0&amp;gt; &amp;lt;t:      96149&amp;gt;, main.c,  124, Acknowledged transfer success.
 0&amp;gt; &amp;lt;t:      96151&amp;gt;, main.c,  150, OnOff server: 0x0106, Present OnOff: 1, Target OnOff: 0, Remaining Time: 100 ms
 0&amp;gt; &amp;lt;t:     101202&amp;gt;, main.c,  155, OnOff server: 0x0106, Present OnOff: 0
  &amp;lt; 2
 0&amp;gt; &amp;lt;t:     125058&amp;gt;, main.c,  177, Button 2 pressed
 0&amp;gt; &amp;lt;t:     125060&amp;gt;, main.c,  206, Sending msg: ONOFF SET 1
 0&amp;gt; &amp;lt;t:     127633&amp;gt;, main.c,  150, OnOff server: 0x0104, Present OnOff: 1, Target OnOff: 1, Remaining Time: 100 ms
 0&amp;gt; &amp;lt;t:     131199&amp;gt;, main.c,  155, OnOff server: 0x0104, Present OnOff: 1
  &amp;lt; 3
 0&amp;gt; &amp;lt;t:     151266&amp;gt;, main.c,  177, Button 3 pressed
 0&amp;gt; &amp;lt;t:     151268&amp;gt;, main.c,  206, Sending msg: ONOFF SET 0
 0&amp;gt; &amp;lt;t:     156528&amp;gt;, main.c,  155, OnOff server: 0x0104, Present OnOff: 0
  &amp;lt; 4
 0&amp;gt; &amp;lt;t:     184026&amp;gt;, main.c,  177, Button 4 pressed
 0&amp;gt; &amp;lt;t:     184028&amp;gt;, main.c,  206, Sending msg: ONOFF SET 1
 0&amp;gt; &amp;lt;t:     184031&amp;gt;, main.c,  256, Publication not configured for client 4
  &amp;lt; 5
 0&amp;gt; &amp;lt;t:     226614&amp;gt;, main.c,  177, Button 5 pressed
 0&amp;gt; &amp;lt;t:     226616&amp;gt;, main.c,  206, Sending msg: ONOFF SET 0
 0&amp;gt; &amp;lt;t:     226618&amp;gt;, main.c,  256, Publication not configured for client 5

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;all of the log of debug.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>