Hi,

I would like to have some help understanding the CntToLedsAndRfm program, because as far as I can understand it, it should be able to count, output it into leds and broadcast by radio the value counted.
        
But when I used TOSSIM to simulate with 2 motes (using DBG=led,am,crc), it seems to me that both of which are sending and receiving messages.
        
So, I would like to know "how" they are communicating when supposedly they should only be able to Send messages and not Receive messages.

        I couldn't find anything like :

RfmToIntM.ReceiveIntMsg -> GenericComm.ReceiveMsg[AM_INTMSG];
RfmToIntM.CommControl -> GenericComm;

        As we have in the component RfmToInt from RfmToLeds.
        
        I'm using Tinyos-1.x, cygwin.

        I hope I made myself clear.

        Thanks in advance,


Diego Ferreira de Oliveira
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to