I am looking for resources/documentations about implementing subnets in Mesh. The use-case I want to implement is:
1. Create two subnets: Subnet A and Subnet B.
2. Provision a node X (Let's say a temperature sensing node) which has network key of both Subnet A and Subnet B.
3. As a starting point Let's say Node X is connected to Subnet A and publish the temperature reading in Subnet A (using the Subnet A's network key)
4. I move the Node X from Subnet A to Subnet B. The Node X should be able to attach itself with Subnet B and start publishing the temperature reading using the Subnet B's network key.
Can someone point me to the relevant resources to implement the above use-case.