I am trying to get data from MultiHop Network. Now I am not sure how the node who choose TOBase as his parent, what address it should display as routing parent.

For example when I retrieve data from network Running one BASE with Application named TransparentBase (ID=0), and three nodes (ID=1,15,11) with SurgeTelos application returned following message:

[EMAIL PROTECTED] /opt/tinyos-1.x/apps/SurgeTN/build/telosb
$ nquery TOS_LOCAL_ADDRESS RoutingParent
log4j:WARN No appenders could be found for logger (net.tinyos.nucleus.NucleusInt
erface).
log4j:WARN Please initialize the log4j system properly.
15: TOS_LOCAL_ADDRESS = 15
15: RoutingParent = 65535
1: TOS_LOCAL_ADDRESS = 1
1: RoutingParent = 15
11: TOS_LOCAL_ADDRESS = 11
11: RoutingParent = 1

[EMAIL PROTECTED] /opt/tinyos-1.x/apps/SurgeTN/build/telosb
$ nquery TOS_LOCAL_ADDRESS RoutingParent
log4j:WARN No appenders could be found for logger (net.tinyos.nucleus.NucleusInt
erface).
log4j:WARN Please initialize the log4j system properly.
1: TOS_LOCAL_ADDRESS = 1
1: RoutingParent = 15
11: TOS_LOCAL_ADDRESS = 11
11: RoutingParent = 1
15: TOS_LOCAL_ADDRESS = 15
15: RoutingParent = 65535

[EMAIL PROTECTED] /opt/tinyos-1.x/apps/SurgeTN/build/telosb
$ nquery TOS_LOCAL_ADDRESS RoutingParent
log4j:WARN No appenders could be found for logger (net.tinyos.nucleus.NucleusInt
erface).
log4j:WARN Please initialize the log4j system properly.
15: TOS_LOCAL_ADDRESS = 15
15: RoutingParent = 65535
1: TOS_LOCAL_ADDRESS = 1
1: RoutingParent = 15
11: TOS_LOCAL_ADDRESS = 11
11: RoutingParent = 1

[EMAIL PROTECTED] /opt/tinyos-1.x/apps/SurgeTN/build/telosb

You can now clearly see that Node With id 15 always show value of parent as 65535 (0xFFFF) which is TOS_BCAST_ADDR. Now I am wondering none of these nodes not showing TOSBase (mode id = 0) as their parent. Is it normal?

How can I make sure that there are nodes which consider TOSBase as their final parent.

Please advice.

Regards,
Sumit
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to