]> 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 319f2a9470bf6dd5f7efdd7d92f0f8be04beca83..62061ce9e9e9503ad0b1459cd9efb4d9de517a4e 100644 (file)
@@ -13,16 +13,16 @@ application.
 
 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
 
@@ -51,7 +51,7 @@ 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.