]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/BaseStation/README
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tosthreads / capps / BaseStation / README
index e9546dee51fe20e0f1387f31dee63ad93119b2e3..f0a5492e6d8076d4dccd0da9b552bc78c3d1125a 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,13 +30,13 @@ 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:
   java net.tinyos.tools.Listen -comm serial@/dev/ttyUSBXXX:<baud_rate>
   
-NOTE::  The baud rate 57600 must be used telos based motes, as its configuration
+NOTE:  The baud rate 57600 must be used telos based motes, as its configuration
 has been changed to work with this baud rate when compiled for tosthreads. I.e.
 DO NOT just substitute 'telosb' or 'tmote' for <baud_rate> above.  Explicitly
 set it to 57600.