Hi,
I'm using LWMESH 1.2.1 stack. I have Some End Devices sending data to Coordinator via Router. Data from ED is Unicasting. My application has to modify the data at router side and then route the data to Coordinator.. But at the Router side Nothing is receiving,it just route the packet to Coordinator.. I want to receive the Data from End Device to nearest router and then modify the data at router side and then it should route the data.. Where i can receive that forwarding packet. Here i'm attaching my code for both Router and ED. WSNDemoRouter.c is Router code and WSNDemoED.c is ED code.. please help me to solve this.