In the latest Mesh SDK, nodes are subscribed to a GROUP address. In previous versions - 2.0.0 I believe - you could also send to a predetermined node.
I am trying to figure out how to send a message to any one node via its unicast address. I have created a CLIENT in node_setup.c for this:
However, how do I (a) get the address of a node to send to it and (b) send to it.
Ultimately, I want to be able to configure one of the button presses to send a message to each server one by one.