X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestNetworkLpl%2FREADME.txt;fp=apps%2Ftests%2FTestNetworkLpl%2FREADME.txt;h=3029a6a69cdb994cebcfed522cd3ece3ceb3c3e1;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=0000000000000000000000000000000000000000;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git 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.