0

I am using tinyOs (nesC) for communication between telosB motes. I am unable to send a 1D array of more that 20 bytes size to the receiver even if I initialize it using uint32_t. Can anyone help?

krahim1
  • 1
  • 1

1 Answers1

0

There's TOSH_DATA_LENGTH constant that defines the maximum size of a single message. Try redefining it, according to the instructions that can be found here.

maral
  • 1,431
  • 1
  • 10
  • 15