[Tinyos-help] changing TOSBase packet size

Tony Mancill tmancill at wsu.edu
Wed Feb 14 13:55:10 PST 2007


Chris Byers wrote:
> Does anyone know how I can change TOSBase so that it can handle
> receiving a packet that has a data payload length of 38 bytes?

Add a line like this to Makefile and recompile.  (Adjust the length
accordingly.)

CFLAGS += -DTOSH_DATA_LENGTH=64

tony


More information about the Tinyos-help mailing list