On Mon, 2005-11-14 at 12:52 -0800, praveen lella wrote: > Hi all, > > I am trying to run "SenseToRfm" application on TOSSIM. > But I am getting same set of events, output all the > time, as shown below: > > RFM: Mote 0 got bit 0 > Popping event for mote 0 with time 0:0:4.72867600. > Setting TOS_LOCAL_ADDRESS to 0 > RADIO: Channel Mon event handled for mote 0 at > 0:0:4.72867600 with interval of 200. > > RFM: Mote 0 got bit 0 > Popping event for mote 0 with time 0:0:4.72872600. > Setting TOS_LOCAL_ADDRESS to 0 > RADIO: Channel Mon event handled for mote 0 at > 0:0:4.72872600 with interval of 200. > > RFM: Mote 0 got bit 0 > Popping event for mote 0 with time 0:0:4.72877600. > Setting TOS_LOCAL_ADDRESS to 0 > RADIO: Channel Mon event handled for mote 0 at > 0:0:4.72877600 with interval of 200. > > First of all, is that possible to simulate SenseToRfm > application on TOSSIM? > > Any insight and suggestions would be appreciated.
Yes. If you look, the time is moving forward (50us) on each event. These events are the radio stack searching for a packet start symbol. You want to set the debugging output to something a bit more reasonable (e.g., packets). I'd suggest looking at the TOSSIM tutorial or TOSSIM manual to learn about how to do this. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
