X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fapps%2FTestCollection%2FREADME;h=62061ce9e9e9503ad0b1459cd9efb4d9de517a4e;hb=0679f08533c8769d7541e0a26610ac8f57fae0b6;hp=319f2a9470bf6dd5f7efdd7d92f0f8be04beca83;hpb=8b847722be7f26618416942bb57b425391e5e555;p=tinyos-2.x.git diff --git a/apps/tosthreads/apps/TestCollection/README b/apps/tosthreads/apps/TestCollection/README index 319f2a94..62061ce9 100644 --- a/apps/tosthreads/apps/TestCollection/README +++ b/apps/tosthreads/apps/TestCollection/README @@ -13,16 +13,16 @@ application. You can install TestCollection on a mote via the following command: make 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 threads install.0 make threads install.500 make threads install.1000 - + All other nodes can be installed with arbitrary NODE_IDs. make 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.