From: liang_mike Date: Sat, 19 Jul 2008 19:36:18 +0000 (+0000) Subject: Fix typo X-Git-Tag: release_tinyos_2_1_0_0~61 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=e95df05fca40fba9b21ccf1fdfca8b13c3d6fa1c Fix typo --- diff --git a/apps/tosthreads/apps/BaseStation/README b/apps/tosthreads/apps/BaseStation/README index 56ca0a80..9c3c246d 100644 --- a/apps/tosthreads/apps/BaseStation/README +++ b/apps/tosthreads/apps/BaseStation/README @@ -15,7 +15,7 @@ To run this application install it on a mote via the command: Valid platforms are currently: tmote, telosb, iris, mica2, and micaz -Installing with NODE_ID 45 (i.e. AM_ADDRESS 45) is jsut to verify that the +Installing with NODE_ID 45 (i.e. AM_ADDRESS 45) is just to verify that the application forwards packets with an arbitrarily chosen id, which it should. To test the correct operation of this application, you need two motes: one with @@ -30,7 +30,7 @@ install RadioStress via the command: Don't forget the '.1' when you install, or RadioStress will be configured to receive rather than send messages. Messages are sent to AM_ADDRESS 0. -A succssfull test will result in the RadioStress mote constantly flickering all +A successful test will result in the RadioStress mote constantly flickering all of its leds very rapidly, and the BaseStation mote flickering its LED0 and LED1 leds rapidly. Additionally, messages should be forwarded over the serial interface as verified by running the following for the platform of interest: diff --git a/apps/tosthreads/apps/Blink/README b/apps/tosthreads/apps/Blink/README index bedfd7b1..b8f240d9 100644 --- a/apps/tosthreads/apps/Blink/README +++ b/apps/tosthreads/apps/Blink/README @@ -7,7 +7,7 @@ Description: Blink is a simple application used to test the basic functionality of TOSThreads. -You can install Blink on a mote via the following comand: +You can install Blink on a mote via the following command: make threads install Valid platforms are currently: tmote, telosb, iris, mica2, and micaz diff --git a/apps/tosthreads/apps/Bounce/README b/apps/tosthreads/apps/Bounce/README index 3ddf9e61..0cd7d74e 100644 --- a/apps/tosthreads/apps/Bounce/README +++ b/apps/tosthreads/apps/Bounce/README @@ -11,13 +11,13 @@ This application stresses the operation of the thread based AM commands for packet transmission and reception. To run this application you will need to burn it on one mote with NODE_ID 0, and a second mote with NODE_ID 1. -You can install Bounce on a mote via the following comand: +You can install Bounce on a mote via the following command: make threads install.0 make threads install.1 Valid platforms are currently: tmote, telosb, iris, mica2, and micaz -Three different threads run that each contain an infinite loop that first sends +Three different threads run, and each contains an infinite loop that first sends a message and then waits to receive a message before returning to the top of the loop. After each message reception, one of the onboard LEDs is toggled to indicate that it was received. Thread 0 blinks LED0, thread 1 blinks LED1, and diff --git a/apps/tosthreads/apps/RadioStress/README b/apps/tosthreads/apps/RadioStress/README index d2b892dd..ddfe8e36 100644 --- a/apps/tosthreads/apps/RadioStress/README +++ b/apps/tosthreads/apps/RadioStress/README @@ -8,16 +8,16 @@ This application stresses the operation of the thread based AM commands for packet transmission and reception. To run this application you will need to burn it on one mote with NODE_ID 0, and a second mote with NODE_ID 1. -You can install RadioStress on a mote via the following comand: +You can install RadioStress on a mote via the following command: make threads install.0 make threads install.1 Valid platforms are currently: tmote, telosb, iris, mica2, and micaz -The applicaiton burned with NODE_ID 0 will be programmed as a Receiver and will +The application burned with NODE_ID 0 will be programmed as a receiver and will wait for messages from the sender programmed with NODE_ID 1. In the case of the sender, messages with three different AM ids are sent from three different -threads in an infinite loop, and one of LED0, LED1, and LED2 are toggled upon +threads in an infinite loop, and one of LED0, LED1, and LED2 is toggled upon successful transmission. In the case of the receiver, three different threads are used to wait for messages in an infinite loop from the three sending threads on the sender mote. Upon successful reception, one of LED0, LED1, or LED2 is diff --git a/apps/tosthreads/apps/TestBasicsbSensors/README b/apps/tosthreads/apps/TestBasicsbSensors/README index 2180ead2..9dca24e8 100644 --- a/apps/tosthreads/apps/TestBasicsbSensors/README +++ b/apps/tosthreads/apps/TestBasicsbSensors/README @@ -7,7 +7,7 @@ Description: This application is used to test the threaded version of the API for accessing sensors on the basicsb sensor board. -You can install TestBasicsbSensors on a mote via the following comand: +You can install TestBasicsbSensors on a mote via the following command: make threads install Valid platforms are currently: mica2, and micaz @@ -16,7 +16,7 @@ This application simply takes sensor readings in an infinite loop from the Photo and Temperature sensors on the basicsb sensor board and forwards them over the serial interface. Upon successful transmission, LED0 is toggled. -A succssfull test will result in the TestBasicsbSensors mote constantly +A successful test will result in the TestBasicsbSensors mote constantly flickering LED0. Additionally, messages containing the sensor readings should be forwarded over the serial interface as verified by running the following for the platform of interest: diff --git a/apps/tosthreads/apps/TestBlockStorage/README b/apps/tosthreads/apps/TestBlockStorage/README index 93f6a659..d321d605 100644 --- a/apps/tosthreads/apps/TestBlockStorage/README +++ b/apps/tosthreads/apps/TestBlockStorage/README @@ -7,22 +7,22 @@ Description: This application is used to test the threaded version of the API for performing block storage. -You can install TestBlockStorage on a mote via the following comand: +You can install TestBlockStorage on a mote via the following command: make threads install Valid platforms are currently: tmote, telosb, mica2, and micaz -This application first erases a block storage volume, then randomly writes records to it, -followed by a verification with read. +This application first checks the size of the block storage volume, and +erases it. Then, it randomly writes records, followed by a verification +with read. -Successful running of this application results in LED0 being ON throughout the duration -of the erase, write, and read sequence, followed by LED1 turning ON if all tests pass, and -all three LEDs turning on if there is a problem. +Successful running of this application results in LED0 being ON +throughout the duration of the erase, write, and read sequence. Finally, +if all tests pass, LED1 is turned ON. Otherwise, all three LEDs are +turned ON to indicate problems. Tools: None. Known bugs/limitations: None. - - diff --git a/apps/tosthreads/apps/TestCollection/README b/apps/tosthreads/apps/TestCollection/README index d312b71e..319f2a94 100644 --- a/apps/tosthreads/apps/TestCollection/README +++ b/apps/tosthreads/apps/TestCollection/README @@ -11,7 +11,7 @@ the Java "Oscilloscope" application found in the the TestCollection/java subdirectory. The sampling rate starts at 4Hz, but can be changed from the Java application. -You can install TestCollection on a mote via the following comand: +You can install TestCollection on a mote via the following command: make cthreads install Valid platforms are currently: tmote, telosb, mica2, and micaz @@ -44,7 +44,7 @@ TestCollection/java subdirectory and type: # or java net.tinyps.sf.SerialForwarder -comm serial@COM2:telosb ./run -The controls at the bootom of the screen allow yoy to zoom in or out the X +The controls at the bottom of the screen allow you to zoom in or out the X axis, change the range of the Y axis, and clear all received data. You can change the color used to display a mote by clicking on its color in the mote table. diff --git a/apps/tosthreads/apps/TestPrintf/README b/apps/tosthreads/apps/TestPrintf/README index 5686c918..60370341 100644 --- a/apps/tosthreads/apps/TestPrintf/README +++ b/apps/tosthreads/apps/TestPrintf/README @@ -4,11 +4,11 @@ Author: Kevin Klues Description: -This application tests the operation of the Printf cleint in TOSThreads. It -continusouly prints the value of a counter starting at 0, increasing as it +This application tests the operation of the Printf client in TOSThreads. It +continuously prints the value of a counter starting at 0, increasing as it prints. -You can install TestPrintf on a mote via the following comand: +You can install TestPrintf on a mote via the following command: make threads install Valid platforms are currently: tmote, telosb, iris, mica2, and micaz diff --git a/apps/tosthreads/apps/TestSineSensor/README b/apps/tosthreads/apps/TestSineSensor/README index e818265a..d70629e1 100644 --- a/apps/tosthreads/apps/TestSineSensor/README +++ b/apps/tosthreads/apps/TestSineSensor/README @@ -7,7 +7,7 @@ Description: This application is used to test the threaded version of the API for accessing the software based SineSensor usable by any platform for demonstration purposes. -You can install TestSineSensor on a mote via the following comand: +You can install TestSineSensor on a mote via the following command: make threads install Valid platforms are currently: tmote, telosb, iris, mica2, and micaz