Could some one help me out to establish a mesh network with Z-Stack?
What are all the changes do I need to make GenericApp work for mesh networking? As I understood currently GenericApp broadcasts the packets to Coordinator (GenericApp_DstAddr.addr.shortAddr = 0;).
My setup is typical mesh network with Co-ordinator (SmartRF04EB+CC2430EM) connected to PC and Routers (SmartRF04EB+CC2430EM) as the inner nodes of the graph and EndDevices (SmartRF04EB+CC2430EM) being at the leaf edges.
I also would like to know the relationship between Routing and Binding Process?
Can I avoid using switches to get the binding process done? If so, what are the changes required for the current GenericApp application.
--Adi