I am new to Z-stack. I am working on the generic app of Z-Mesh 1.0 on CC2538DK.
It requires to press a button (SW4) to send match description to be able to send application layer data. How do I need to implement the binding procedure for nodes that should automatically connect to the network and starts exchanging data.
I thought to place the ZDP_MatchDecReq() as a function in the initialization, however, the node may be turned on before the coordinator, then it will not be able to send data.