Just before Para 4. in TEP113 it says:
"The protocol field (P) is 0x40 (64), corresponding to SERIAL_PROTO_ACK (in
Serial.h)."
My tinyos 2.0.2 has this though in /opt/tinyos-2.x/tos/lib/serial/Serial.h -
dated:
/**
* @author Phil Buonadonna
* @author Lewis Girod
* @author Ben Greenstein
* @author Philip Levis
* @date August 7 2005
*/
// Framer-level dispatch
enum {
SERIAL_PROTO_ACK = 67,
SERIAL_PROTO_PACKET_ACK = 68,
SERIAL_PROTO_PACKET_NOACK = 69,
SERIAL_PROTO_PACKET_UNKNOWN = 255
};
Just a nit, but it might be important to someone, someday.
Regards,
Kurt
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help