]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
match expected format
authoridgay <idgay>
Wed, 16 Jul 2008 18:09:49 +0000 (18:09 +0000)
committeridgay <idgay>
Wed, 16 Jul 2008 18:09:49 +0000 (18:09 +0000)
clarify
java foo.class doesn't always work on Linux anymore, just assume that
users (correctly) have . in their CLASSPATH

apps/tests/cc2420/LplBroadcastCountToLeds/README.txt
apps/tests/cc2420/LplUnicastPeriodicDelivery/README.txt
apps/tests/cc2420/RssiToSerial/README.txt
apps/tests/cc2420/TestAcks/README.txt
apps/tests/cc2420/TestPacketLink/README.txt
apps/tests/cc2420/TxThroughput/README.txt

index 8f3bd0d2438b1dd39b942947d0514971f95460fd..8dfe081595f9e4b738736aac278842cf6cb745a3 100644 (file)
@@ -22,11 +22,6 @@ Verification:
 
 If you see LED's waggling on both motes, the test passed.
 
-To compile for motes with CC2420 radios, you must do:
-  env CFLAGS="-DLOW_POWER_LISTENING" make <platform>
-
-
-
 
 RadioCountToLeds maintains a 4Hz counter, broadcasting its value in 
 an AM packet every time it gets updated. A RadioCountToLeds node that 
index 46f5232c570654b8bf4caab5775b8326bd2532bc..313dbb552f8e75729d21088e46e75ceeeb44dff9 100644 (file)
@@ -3,9 +3,6 @@ Author/Contact: tinyos-help@millennium.berkeley.edu
 
 Description:
 
-To compile for motes with CC2420 radios, you must do:
-  env CFLAGS="-DLOW_POWER_LISTENING" make <platform>
-
 Install the application to two nodes with the following ID's:
   Node 0 (Receiver node): id = 0
   Node 1 (Transmitter node): id = 1 (or.. id > 0)
@@ -38,4 +35,4 @@ Known bugs/limitations:
 None.
 
 
-$Id$
\ No newline at end of file
+$Id$
index 55356049d0854a498bd534b8c4069ff3b57ce91e..32416b2a962b873b1dccc0a5d6b5b0ae826e04ac 100644 (file)
@@ -1,4 +1,8 @@
 
+Author/Contact: tinyos-help@millennium.berkeley.edu
+
+Description:
+
 This is more of a general demonstration than a test.
 
 Install this application to one node, connected to the computer.
@@ -19,9 +23,14 @@ Since the Java side has to convert the readings into a CLI bar
 graph, it's scaled by some (possibly non-linear) factor.  
 
 
-Java Application Usage:
-  Linux: java SpecAnalyzer.class [-comm <packetsource>]
-  Windows: java SpecAnalyzer [-comm <packetsource>]
+Tools:
+  java SpecAnalyzer [-comm <packetsource>]
 
-  If not specified, the <packetsource> defaults to sf@localhost:9001 or
+  If not specified, the <packetsource> defaults to sf@localhost:9002 or
   to your MOTECOM environment variable (if defined).
+
+Known bugs/limitations:
+
+None.
+
+$Id$
index bc07f8070b7c0b35085eac9b95a1588edcaa8ecd..15ce682ed4c4171f5c996d1a359198bec07bc3d1 100644 (file)
@@ -1,5 +1,8 @@
 
-Installing:
+Author/Contact: tinyos-help@millennium.berkeley.edu
+
+Description:
+
 Compile and install this application to two motes, both using ID 1
 
 Expectations:
@@ -7,6 +10,15 @@ Led0 Toggles on a dropped ack
 Led1 Toggles on a received ack
 Led2 Toggles when a message is received
 
-In short, Led1 should be toggling the majority of the time, until the other receiver
+In short, Leds 1&2 should be toggling the majority of the time, until the other receiver
 stops receiving packets by turning off or moving out of range.
 
+Tools:
+
+None.
+
+Known bugs/limitations:
+
+None.
+
+$Id$
index 216ee7b3d4ddc95eddaddc9d46e635799877c5bf..d41ce7ee71dd82c582c6d677de9a46f29c42e5d3 100644 (file)
@@ -1,9 +1,13 @@
 
+Author/Contact: tinyos-help@millennium.berkeley.edu
+
+Description:
+
 Test the effectiveness of the PacketLink layer
 
 INSTALL
-  Transmitter == 1, 2, 3, 4, or 5 (up to MAX_TRANSMITTERS)
-  Receiver == 0, plugged into the computer
+  Transmitter: id == 1, 2, 3, 4, or 5 (up to MAX_TRANSMITTERS)
+  Receiver: id == 0, plugged into the computer
 
 EXPECTATIONS
    Transmitter (ID not 0) -
@@ -21,12 +25,18 @@ EXPECTATIONS
      reaction.
 
 
-Java Application Usage:
-  Linux: java TestPacketLink.class [-comm <packetsource>]
-  Windows: java TestPacketLink [-comm <packetsource>]
+Tools:
+
+  java TestPacketLink [-comm <packetsource>]
 
   If not specified, the <packetsource> defaults to sf@localhost:9001 or
   to your MOTECOM environment variable (if defined).
 
   This application will report dropped and duplicate packets as seen on
   the receiver.
+
+Known bugs/limitations:
+
+None.
+
+$Id$
index 40436fc0d46dba2e7e787061885a2e0167be3642..504e35916d01f9f1e4fde53abb5113a89374bac0 100644 (file)
@@ -1,18 +1,23 @@
 
+Author/Contact: tinyos-help@millennium.berkeley.edu
+
+Description:
+
 This application is used more for characterization rather than a test.
 It measures the maximum radio throughput using the largest message payload 
 size, and does not use low power listening.
 
-
-Install:
+INSTALL
 Compile and install this application to one mote. Leave the mote connected
 to the computer.
 
-Expectations:
+EXPECTATIONS
 Led1 will toggle as each message is transmitted.  Once a second, the mote
-will send a packet through the serial port to the computer.  Run the
-TxThroughput java application:
+will send a packet through the serial port to the computer.  
 
+Tools:
+
+Run the TxThroughput java application:
   Linux: java TxThroughput.class [-comm <packetsource>]
   Windows: java TxThroughput [-comm <packetsource>]
 
@@ -24,3 +29,8 @@ second and the number of bytes sent in the payload per second:
 [Packets/s]: 115;  [(Payload Bytes)/s]: 3220
 [Packets/s]: 124;  [(Payload Bytes)/s]: 3472
 
+Known bugs/limitations:
+
+None.
+
+$Id$