Hi Peng!

You need to change line 616 of RF230LayerP.nc.

If you want to get all messages (even the ones with bogus lengths),
then remove line "if( crc == 0 )".

If you want to pass some minimal sanity checks, then change that line
to "if( crc != 1 )".

No guarantees that every part of the stack handles corrupt messages correctly.

Miklos

On Tue, Oct 14, 2008 at 3:29 AM, Peng <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> Is here anyone know, whether I can let RF230 not to drop a packet if the CRC
> check is not right.
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to