With Mesh SDK 3.0.0 , i have tested with light switch example with one client and one server, it works. My question is is it possible that one server can communicate to another server in one network? And how to use group address FFFF
With Mesh SDK 3.0.0 , i have tested with light switch example with one client and one server, it works. My question is is it possible that one server can communicate to another server in one network? And how to use group address FFFF
Hi,
Could you give me more details about your use-case? and what you are trying to do?
You can't send messages from a server model to another server model. As for group addresses, have a look at this under "Adresses". You can see that group address 0xFFFF is a fixed address, and messages published to this address will be sent to all nodes.
so, my question is: i don't want to lable client and server, i want to use all node with same code---server, and send information from one server to all other servers.it is possible? if so, how to configure the address?
so, my question is: i don't want to lable client and server, i want to use all node with same code---server, and send information from one server to all other servers.it is possible? if so, how to configure the address?