From: idgay Date: Wed, 16 Jul 2008 18:09:49 +0000 (+0000) Subject: match expected format X-Git-Tag: release_tinyos_2_1_0_0~69 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=ca5a2fdf2894e7da8fc3961cc109c12940060759 match expected format clarify java foo.class doesn't always work on Linux anymore, just assume that users (correctly) have . in their CLASSPATH --- diff --git a/apps/tests/cc2420/LplBroadcastCountToLeds/README.txt b/apps/tests/cc2420/LplBroadcastCountToLeds/README.txt index 8f3bd0d2..8dfe0815 100644 --- a/apps/tests/cc2420/LplBroadcastCountToLeds/README.txt +++ b/apps/tests/cc2420/LplBroadcastCountToLeds/README.txt @@ -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 - - - RadioCountToLeds maintains a 4Hz counter, broadcasting its value in an AM packet every time it gets updated. A RadioCountToLeds node that diff --git a/apps/tests/cc2420/LplUnicastPeriodicDelivery/README.txt b/apps/tests/cc2420/LplUnicastPeriodicDelivery/README.txt index 46f5232c..313dbb55 100644 --- a/apps/tests/cc2420/LplUnicastPeriodicDelivery/README.txt +++ b/apps/tests/cc2420/LplUnicastPeriodicDelivery/README.txt @@ -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 - 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$ diff --git a/apps/tests/cc2420/RssiToSerial/README.txt b/apps/tests/cc2420/RssiToSerial/README.txt index 55356049..32416b2a 100644 --- a/apps/tests/cc2420/RssiToSerial/README.txt +++ b/apps/tests/cc2420/RssiToSerial/README.txt @@ -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 ] - Windows: java SpecAnalyzer [-comm ] +Tools: + java SpecAnalyzer [-comm ] - If not specified, the defaults to sf@localhost:9001 or + If not specified, the defaults to sf@localhost:9002 or to your MOTECOM environment variable (if defined). + +Known bugs/limitations: + +None. + +$Id$ diff --git a/apps/tests/cc2420/TestAcks/README.txt b/apps/tests/cc2420/TestAcks/README.txt index bc07f807..15ce682e 100644 --- a/apps/tests/cc2420/TestAcks/README.txt +++ b/apps/tests/cc2420/TestAcks/README.txt @@ -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$ diff --git a/apps/tests/cc2420/TestPacketLink/README.txt b/apps/tests/cc2420/TestPacketLink/README.txt index 216ee7b3..d41ce7ee 100644 --- a/apps/tests/cc2420/TestPacketLink/README.txt +++ b/apps/tests/cc2420/TestPacketLink/README.txt @@ -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 ] - Windows: java TestPacketLink [-comm ] +Tools: + + java TestPacketLink [-comm ] If not specified, the 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$ diff --git a/apps/tests/cc2420/TxThroughput/README.txt b/apps/tests/cc2420/TxThroughput/README.txt index 40436fc0..504e3591 100644 --- a/apps/tests/cc2420/TxThroughput/README.txt +++ b/apps/tests/cc2420/TxThroughput/README.txt @@ -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 ] Windows: java TxThroughput [-comm ] @@ -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$