[Tinyos-devel] Crc interface buffer size restriction
Chieh-Jan (Mike) Liang
cliang4 at cs.jhu.edu
Tue Jan 13 13:29:02 PST 2009
Hi all,
I noticed that Crc.nc interface expects the passed-in buffer to be
less than 256 bytes (specifically, "uint8_t len"). Since I am
currently using a byte array larger than 256 bytes, CrcC.nc gives me
wrong results. Is there any reason for such restriction? If there is
no objection, I am planning to increase to 16-bit in the next few days.
Thank you
Mike
More information about the Tinyos-devel
mailing list