Hi all,

I have setup 2 nodes, with BlinkToRadio and BaseStationCC2420, with id 5 and 400 to test Listen (like in lesson 4).
This is what i get in Listen:

00 01 90 90 01 04 00 06 00 05 03 FB

From Serial.h this is what i'm seeing (plus the payload):

typedef nx_struct serial_header {
 nx_am_addr_t dest;
 nx_am_addr_t src;
 nx_uint8_t length;
 nx_am_group_t group;
 nx_am_id_t type;
} serial_header_t;

Everything seems fine except in the 3rd/4th bytes. Why i'm seeing "90 01"and not the addr of the node with BlinkToRadio "00 05". Any illumination in the subject will be greatly appreciated.

Thanks in advance,
Ricardo

_________________________________________________________________
MSN Busca: fácil, rápido, direto ao ponto.  http://search.msn.com.br

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to