Hi
I want to create this example:
A major network,it include the subnet A and subnet B.
One node X,it belong to subnet A and subnet B.
If the node X was a function node(such as temperature or lux sensor node).It should sending temperature message to both subnet A and subnet B.
If the node X was a border router node(Temporarily called this name).It should transmission all message for subnet A and subnet B.
such as:The first floor was subnet A(it have OnOff node O),the second floor was subnet B(it have light node L),node X is between the first floor and the second floor.
Now,if I wan to control the node L,but my location was first floor.The APP connect the node O(PB_GATT),the control message from subnet A to subnet B,it relay through the node X.
I have the following questions:
1.How to create subnet for one network?
2.The subnet A adn subnet B node,that would unicast address can overlap?(such as subnet A&B it both have unicast address is 0x0001 node)
3.How to configure the node X.
4.When the node X was border router node,it how to transmission message.
5.How to choose the subnet,when sending message to a subnet.