X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FBounce%2FREADME;h=2a5c010028e474e7dc9fad5f3e4388a3bab85929;hb=105bebe37aff25173e8a887ab8ce260900700ee1;hp=56efdf16d97cbe496b5c568a51ce326c8a8850cc;hpb=8fec7616e6486b038461944622beccf47415d992;p=tinyos-2.x.git diff --git a/apps/tosthreads/capps/Bounce/README b/apps/tosthreads/capps/Bounce/README index 56efdf16..2a5c0100 100644 --- a/apps/tosthreads/capps/Bounce/README +++ b/apps/tosthreads/capps/Bounce/README @@ -11,11 +11,11 @@ This application stresses the operation of the thread based AM commands for packet transmission and reception. To run this application you will need to burn it on one mote with NODE_ID 0, and a second mote with NODE_ID 1. -You can install Bounce on a mote via the following comand: +You can install Bounce on a mote via the following command: make cthreads install.0 make cthreads install.1 -Valid platforms are currently: tmote, telosb, iris, mica2, and micaz +Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic Three different threads run that each contain an infinite loop that first sends a message and then waits to receive a message before returning to the top of the @@ -33,7 +33,7 @@ reception.. Successful running of this application results in each LED bouncing back and forth between each mote independent of one another. This will continue in an -finitie loop forever. +finite loop forever. Tools: None.