I am having trouble in listing from TOSBase. I am testing SurgeTelos application on TelosB and tmote sky motes. The TOSBase is running on one of the Tmote Sky motes. Now when I collect data from network none of the node clams that they have heard from TOSBase application. However, TOSBase is getting data from motes.
Do I have to change the code in TOSBase (i.e. from TransparentBase) or in applicaton SurgeTelos Application to add TOSBase as one of the neighbor (and also parent if applicable)? I dont want to make changes unless I have some insight about what to do as its really hard to debug the changes if another problem arises. Please advice.
You can see the following output which I got after running query on network regarding routing infromation. Please advice.
[EMAIL PROTECTED] /opt/tinyos-1.x/apps/SurgeTN/build/telosb
$ nquery TOS_LOCAL_ADDRESS RoutingParent HopCount RoutingTable.0 RoutingTable.1
log4j:WARN No appenders could be found for logger (net.tinyos.nucleus.NucleusInt
erface).
log4j:WARN Please initialize the log4j system properly.
7: TOS_LOCAL_ADDRESS = 7
7: HopCount = 255
7: RoutingTable = ERROR: didn't get value
7: RoutingParent = 65535
5: TOS_LOCAL_ADDRESS = 5
5: HopCount = 255
5: RoutingTable = ERROR: didn't get value
5: RoutingParent = 65535
6: TOS_LOCAL_ADDRESS = 6
6: HopCount = 255
6: RoutingTable = ERROR: didn't get value
6: RoutingParent = 65535
All the information in question is in bold. Please help as I am trying to over come this problem from last many days.
Regards,
Sumit
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
