Hi, It seems that CRC is not used at all in the current version. THis is because the flag is set in CRC_PACKET_INIT(), which is not invoked.
In GENERIC_COMM.desc. -> Currently --------- AM_STANDARD:AM_SUB_INIT CRC:PACKET_INIT AM_STANDARD:AM_SUB_POWER CRC:PACKET_POWER It should be ------------- AM_STANDARD:AM_SUB_INIT CRC:CRC_PACKET_INIT AM_STANDARD:AM_SUB_POWER CRC:CRC_PACKET_POWER -Amit PS :I posted it in tiny-os bugs, but got no follow-ups. _______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
