My current implementation is based on light switch example and I am currently using nrf52832 kit with Mesh SDK v5.0.0. I have a mesh network setup with a client and two server nodes. My client also does the provisioning(borrowed the client provisioning concept used in SDK v1.0.1). I want to unprovision one of my server node as it moves away from one of the nearest server node and I guess getting information of RSSI or link budget is one way to go.
Can you guide me to any example and provide any suggestion how this can be implemented? Where in the current code that I must search for?