[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/capps/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/capps/TestCollection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11114/capps/TestCollection
Modified Files:
README
Log Message:
iris specific updates
Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestCollection/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README 25 Jun 2008 02:47:04 -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> cthreads install.0
make <platform> cthreads install.500
make <platform> cthreads 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> cthreads install.0
make <platform> cthreads install.500
make <platform> cthreads install.1000
!
All other nodes can be installed with arbitrary NODE_IDs.
make <platform> threads install.123
***************
*** 51,55 ****
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.
--- 51,55 ----
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.
***************
*** 58,63 ****
Warnings are issued about fan out on the 'Snoop.receive' and 'Receive.receive'
events. These warnings are harmless and are the result of providing a C based
! API in which all events for receiving and snooping must be handled even if not
! used by a particular application. The warnings occur because the underlying
! CTP or MultihopLQI stacks wire up to particular AM ids, which are also wired
! into the C API for handling message reception.
--- 58,63 ----
Warnings are issued about fan out on the 'Snoop.receive' and 'Receive.receive'
events. These warnings are harmless and are the result of providing a C based
! API in which all events for receiving and snooping must be handled even if not
! used by a particular application. The warnings occur because the underlying
! CTP or MultihopLQI stacks wire up to particular AM ids, which are also wired
! into the C API for handling message reception.
More information about the Tinyos-2-commits
mailing list