Dear Sirs/Mdms, I've programmed a Xmesh-based network which is working in the following manner:
I have Member Motes which mainly form the spine of the network and forwards data sent by other motes to the base (automatically implemented by Xmesh). It also periodically sends back information about itself back to the base. I have Leaf Motes which sends information to the Member Motes via one- hop-broadcast, from which the Member Motes encapsulates the information and sends it back to base. The problem is now this: The Leaf motes are able to send back to base via the Member Motes fine, but when the Leaf mote is within range of the base, somehow the base is unable to register the one-hop-broadcast messages. Is Xmeshbase unable to register such messages? My messages sent from the Leaf motes are coded as such: call Send.send(TOS_BCAST_ADDR,MODE_ONE_HOP_BROADCAST,msg_radio, sizeof(XDataMsg)) May i know if there's any way to let the base see such messages? Yongsheng _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
