Hello,have got an other question : i succeed executing blinkToradio but when i simulate it , i can t debugg the message received by each mote. I ever asked it to somebody and it works good. i want to know if an other people can test it and tells me what messages it displays.
if it works right we must see the values received by each motes.
thanks for your answers. _________________________________________________________________Windows Live Spaces : créez votre blog à votre image ! http://www.windowslive.fr/spaces
#ifndef BLINKTORADIO_H
#define BLINKTORADIO_H
enum {
AM_BLINKTORADIOMSG = 6,
TIMER_PERIOD_MILLI = 100
};
typedef nx_struct BlinkToRadioMsg {
nx_uint16_t nodeid;
nx_uint16_t counter;
} BlinkToRadioMsg;
#endif
BlinkToRadioAppC.nc
Description: Cdf file
BlinkToRadioC.nc
Description: Cdf file
Makefile
Description: Binary data
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
