Can any one tell me how to increase packet size using IRIS mote. I am pasting my Header file i hav added nodeid and counter but it is not appearing in the packet..Any help will be great full RssiDemoMessages.h
Asked
Active
Viewed 52 times
1 Answers
0
You can add the following line on your Makefile
CFLAGS += -DTOSH_DATA_LENGTH=50
Where 50 is the number of bytes. Keep in mind that packet loss will increase as the number of bytes increases as well.

Ching
- 25
- 4