]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix typo
authorliang_mike <liang_mike>
Sat, 19 Jul 2008 19:36:18 +0000 (19:36 +0000)
committerliang_mike <liang_mike>
Sat, 19 Jul 2008 19:36:18 +0000 (19:36 +0000)
apps/tosthreads/apps/BaseStation/README
apps/tosthreads/apps/Blink/README
apps/tosthreads/apps/Bounce/README
apps/tosthreads/apps/RadioStress/README
apps/tosthreads/apps/TestBasicsbSensors/README
apps/tosthreads/apps/TestBlockStorage/README
apps/tosthreads/apps/TestCollection/README
apps/tosthreads/apps/TestPrintf/README
apps/tosthreads/apps/TestSineSensor/README

index 56ca0a801baf3c6ba9c87d162aa3c54ad45cdade..9c3c246da07b657f05305e5323be9343113377ba 100644 (file)
@@ -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:
index bedfd7b1dfa1133c9fda0656ce5c3b34fa16c860..b8f240d916c0834ef660c5a8de7301effd0be3a4 100644 (file)
@@ -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 <platform> threads install
   
 Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
index 3ddf9e6124b27f725359110994996d624f455cb4..0cd7d74e79b3908fc79a54001a2444517cde6c7a 100644 (file)
@@ -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 <platform> threads install.0
   make <platform> 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
index d2b892dd217cf59c045156769d236fe7a22f41a6..ddfe8e369f67bd0b2b48261494580093f9d1b708 100644 (file)
@@ -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 <platform> threads install.0
   make <platform> 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
index 2180ead2a137cd68ce497e7abea1166ddaa6e8a0..9dca24e88207a598f865a0edb47cf1a79ddf332f 100644 (file)
@@ -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 <platform> 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:
index 93f6a659fecf22a6c45c6f7da3604cb81306d557..d321d605146b5bef4e96766dda8c2c09f1fff7e3 100644 (file)
@@ -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 <platform> 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.
-
-
index d312b71e9c0e8969236d540d6f467b3af433d356..319f2a9470bf6dd5f7efdd7d92f0f8be04beca83 100644 (file)
@@ -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 <platform> 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.
index 5686c918e6306eb6aee08901c2cc7fe78da1557f..60370341e5891bfc28d5f1c0e8345eaf174831df 100644 (file)
@@ -4,11 +4,11 @@ Author: Kevin Klues <klueska@cs.stanford.edu>
 
 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 <platform> threads install
   
 Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
index e818265a55f117197b2bae0f09cc17bffa5dea13..d70629e12194a2627b09f43adf82739ff0941c1e 100644 (file)
@@ -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 <platform> threads install
   
 Valid platforms are currently: tmote, telosb, iris, mica2, and micaz