[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestCollection README, 1.2, 1.3
Janos Sallai
sallai at users.sourceforge.net
Mon Jul 21 16:08:40 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestCollection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11114/apps/TestCollection
Modified Files:
README
Log Message:
iris specific updates
Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestCollection/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README 19 Jul 2008 19:36:18 -0000 1.2
--- README 21 Jul 2008 23:08:35 -0000 1.3
***************
*** 14,27 ****
You can install TestCollection on a mote via the following command:
make <platform> cthreads install
!
! Valid platforms are currently: tmote, telosb, mica2, and micaz
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.
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
--- 14,27 ----
You can install TestCollection on a mote via the following command:
make <platform> cthreads install
!
! 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.
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
***************
*** 52,56 ****
Notes:
! 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.
--- 52,56 ----
Notes:
! 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.
More information about the Tinyos-2-commits
mailing list