Hi all, I have three questions about TEP 113:
1. In section 3.3, it is mentioned that in the default implementation, a sequence number sending is not activated. Does it mean that when I send a message from PC to mote through UART, I should not include this byte in my data package if I use SerialActiveMessageC.Receive on my mote? In section 3.6 2. It is said that two-byte CRC is calculated over S to end of Payload, however, in net.tinyos.packet.Packetizer, CRC is calculated just after the delimiting byte. So from which byte should we start to calculate the CRC? 3. The document illustrate an example at the end of this section. Shouldn't there be two bytes between destination_byte and data_length_byte as the Serial.h defined? Thank you for your time! Regards, Jennifer
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
