[Tinyos-help] [tinyos-help]sendMsg

2008-06-04 Thread dima .
hello i am trying to send a message that has stucture different than the TOS_Msg defined in tinyos so how could i use the sendMsg and where should i make the modifications to be able to send my msg because SendMsg take as a parameter the TOS_Msg ?? hope anyone could help me ,thx alot ___

Re: [Tinyos-help] [tinyos-help]sendMsg

2008-06-04 Thread Michael Schippling
May I first ask: Why? Modifying the TOS_Msg header will lead you into a nightmare scenario of modifying lowlevel radio and messaging code. If you are simply trying to send your own payload, look at the tutorials and the MIG message generator. MS dima . wrote: > > hello > > i am trying to sen