From: kaisenl Date: Sat, 15 Nov 2008 00:04:49 +0000 (+0000) Subject: Added information about using test application in conjunction with X-Git-Tag: rc_6_tinyos_2_1_1~567 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=e7ddbb93a4c25b2c065d0ca51551b4a60575ae9c Added information about using test application in conjunction with basestation. --- diff --git a/apps/tests/TestDip/README b/apps/tests/TestDip/README index b56aeaff..b216bbfc 100644 --- a/apps/tests/TestDip/README +++ b/apps/tests/TestDip/README @@ -70,3 +70,12 @@ approximately: 2 minutes for both nodes to receive 96 out of 96 items. With 128 items or more, MicaZ nodes don't receive anything. Memory limitation? + +6. BASESTATION + +If you are using the Basestation application to sniff what packets are +being sent in the air, you will need to adjust the packet size to match +the test application. For this specific application, you will need to +add the following to your Makefile: + +CFLAGS += -DTOSH_DATA_LENGTH=32 \ No newline at end of file