This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/CC2530: Transmit message using router table or neighbours table ?

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

Tool/software: TI C/C++ Compiler

Hello.

I am have three node A, B,C. Normal, if C want send message to C, it must through B using routing table. If i move C to near A, when A send message to C, it is directly to C or it will be through B.

Thanks.