[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestDissemination README.txt, NONE, 1.1 README, 1.3, NONE

Omprakash Gnawali gnawali at users.sourceforge.net
Fri Jul 25 11:23:28 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestDissemination
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19927

Added Files:
	README.txt 
Removed Files:
	README 
Log Message:
txt extension

--- NEW FILE: README.txt ---
README for TestDisseminationAppC

This application will disseminate 2 constant data objects to all nodes
every 20 seconds. Nodes whose TOS_NODE_ID mod 4 equals 1 will act as
disseminators, and all others will act as receivers. 

Every 20 seconds:
* The disseminator toggles its led0 and led1.
  Sim debugging msg: Timer fired.

* The disseminator sends a new 32-bit value and a new 16-bit value.

* When a receiver receives the correct 32-bit value, it toggles led0.
  Sim debugging msg: Received new correct 32-bit value

* When a receiver receives the correct 16-bit value, it toggles led1.
  Sim debugging msg: Received new correct 16-bit value

Thus, in a successful test, you should see all nodes toggling both
led0 and led1 roughly in unison.

--- README DELETED ---



More information about the Tinyos-2-commits mailing list