Other Parts Discussed in Thread: Z-STACK
Tool/software: TI C/C++ Compiler
Hi All,
I use Z-Stack Energy on CC2538 with IAR ARM.
I need to determine what nodes are presently online (responsive to any transmissions) at any given time. I know that Z-Stack has the three network tables ( associated-devices table, neighbor table, and routing table), that give some info on this, but I don'k now how to read them in a way that shows me if a node is online at any given time. I didn't notice anything in the documents on this either, but maybe I just missed it.
Is there a way to do this, or should I rather create my own table and find my own way of maintaining it?
Thanks!