]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
txt extension
authorgnawali <gnawali>
Fri, 25 Jul 2008 18:23:25 +0000 (18:23 +0000)
committergnawali <gnawali>
Fri, 25 Jul 2008 18:23:25 +0000 (18:23 +0000)
apps/tests/TestDissemination/README [deleted file]
apps/tests/TestDissemination/README.txt [new file with mode: 0644]

diff --git a/apps/tests/TestDissemination/README b/apps/tests/TestDissemination/README
deleted file mode 100644 (file)
index 2cca7c7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-README for TestDisseminationAppC
-
-This application will disseminate 2 constant data objects to all nodes
-every 20 seconds. Nodes whose TOS_NODE_ID mod 4 equals 1 will act as
-disseminators, and all others will act as receivers. 
-
-Every 20 seconds:
-* The disseminator toggles its led0 and led1.
-  Sim debugging msg: Timer fired.
-
-* The disseminator sends a new 32-bit value and a new 16-bit value.
-
-* When a receiver receives the correct 32-bit value, it toggles led0.
-  Sim debugging msg: Received new correct 32-bit value
-
-* When a receiver receives the correct 16-bit value, it toggles led1.
-  Sim debugging msg: Received new correct 16-bit value
-
-Thus, in a successful test, you should see all nodes toggling both
-led0 and led1 roughly in unison.
diff --git a/apps/tests/TestDissemination/README.txt b/apps/tests/TestDissemination/README.txt
new file mode 100644 (file)
index 0000000..2cca7c7
--- /dev/null
@@ -0,0 +1,20 @@
+README for TestDisseminationAppC
+
+This application will disseminate 2 constant data objects to all nodes
+every 20 seconds. Nodes whose TOS_NODE_ID mod 4 equals 1 will act as
+disseminators, and all others will act as receivers. 
+
+Every 20 seconds:
+* The disseminator toggles its led0 and led1.
+  Sim debugging msg: Timer fired.
+
+* The disseminator sends a new 32-bit value and a new 16-bit value.
+
+* When a receiver receives the correct 32-bit value, it toggles led0.
+  Sim debugging msg: Received new correct 32-bit value
+
+* When a receiver receives the correct 16-bit value, it toggles led1.
+  Sim debugging msg: Received new correct 16-bit value
+
+Thus, in a successful test, you should see all nodes toggling both
+led0 and led1 roughly in unison.