I am using the Ieee802154narrow as my base network. I modified this sample. My problem is when I add more nodes to the config part and set the destination address, it dose not work properly. I want all the noda to send the data to the sink node but they do not. Please see the code. I am wondering if anybody can help me. This code works fine with two nodes.
in ini file I adjust these lines
*.node[1].netwl.destination = 0
*.node[2].netwl.destination = 0
*.node[3].netwl.destination = 0
*.node[4].netwl.destination = 0
should I change in other part of code?