]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Add a README for TestNetworkLpl.
authorrazvanm <razvanm>
Wed, 21 Oct 2009 19:35:01 +0000 (19:35 +0000)
committerrazvanm <razvanm>
Wed, 21 Oct 2009 19:35:01 +0000 (19:35 +0000)
apps/tests/TestNetworkLpl/README.txt [new file with mode: 0644]

diff --git a/apps/tests/TestNetworkLpl/README.txt b/apps/tests/TestNetworkLpl/README.txt
new file mode 100644 (file)
index 0000000..3029a6a
--- /dev/null
@@ -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.