From 6e1e0b1a04a1f8cba2fcddef724236b647cd6a62 Mon Sep 17 00:00:00 2001 From: razvanm Date: Wed, 21 Oct 2009 19:35:01 +0000 Subject: [PATCH] Add a README for TestNetworkLpl. --- apps/tests/TestNetworkLpl/README.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 apps/tests/TestNetworkLpl/README.txt diff --git a/apps/tests/TestNetworkLpl/README.txt b/apps/tests/TestNetworkLpl/README.txt new file mode 100644 index 00000000..3029a6a6 --- /dev/null +++ b/apps/tests/TestNetworkLpl/README.txt @@ -0,0 +1,19 @@ +README for TestNetworkLpl +Author/Contact: tinyos-help@millennium.berkeley.edu + +Description: + +This is a version of the TestNetworkLpl application that is using the +default LowPowerListening mechanism to reduce the power consumption. + +The settings for default lpl are controlled by the following lines +from the Makefile: + + CFLAGS += -DLOW_POWER_LISTENING + CFLAGS += -DLPL_DEF_LOCAL_WAKEUP=512 + CFLAGS += -DLPL_DEF_REMOTE_WAKEUP=512 + CFLAGS += -DDELAY_AFTER_RECEIVE=20 + +Known bugs/limitations: + +None. -- 2.39.2