X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fcc2420%2FTxThroughput%2FREADME.txt;h=504e35916d01f9f1e4fde53abb5113a89374bac0;hb=ca5a2fdf2894e7da8fc3961cc109c12940060759;hp=40436fc0d46dba2e7e787061885a2e0167be3642;hpb=43c82f546b0e44b7dad981a08bcd7edf527e7577;p=tinyos-2.x.git 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$