> Hi, > I am writing an application that uses radio communication. When I receive a message > using interface ReceiveMsg, how can I tell the source of the message. Is that > stored in the address field of the TOS_Msg structure?
The 'addr' field in TOS_Msg has the destination address. There is no 'source' address in it. I guess you need to define another field in the payload of the TOS_Msg. lin _______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
