Howdy,
>> I am able to send mote-to-mote only some integers, but not an array... >> In the code below, I would like to modify "uint8_t data" into an array >> "uint8_t data[100]" Also beware of sending long active messages. Take a look at TEP 111 (section 3.2 in particular) for details: http://www.tinyos.net/tinyos-2.x/doc/html/tep111.html Your attempt to send a payload over the 28 byte default in TinyOS 2.x may be a source a problems. Best of luck, -Roy _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
