]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestCollection/README
iris specific updates
[tinyos-2.x.git] / apps / tosthreads / apps / TestCollection / README
index d312b71e9c0e8969236d540d6f467b3af433d356..62061ce9e9e9503ad0b1459cd9efb4d9de517a4e 100644 (file)
@@ -11,18 +11,18 @@ 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 
+
+Valid platforms are currently: tmote, telosb, mica2, micaz and iris
 
 At least two motes must be used by this application, with one of them installed
 as a base station.  Base station motes can be created by installing them with
-NODE_ID % 500 == 0. 
+NODE_ID % 500 == 0.
   i.e. make <platform> threads install.0
        make <platform> threads install.500
        make <platform> threads install.1000
-  
+
 All other nodes can be installed with arbitrary NODE_IDs.
   make <platform> threads install.123
 
@@ -44,14 +44,14 @@ 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.
 
 Notes:
 
-By default, the Makefile for TestCollection is setup to run CTP as the 
+By default, the Makefile for TestCollection is setup to run CTP as the
 underlying collection protocol.  The makefile can be modified to work with
 MultihopLQI by changing the appropriate include directories.