X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fapps%2FBounce%2FREADME;h=d8ff0f9fa640bc0fd54df317498434c480f1ed41;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=3ddf9e6124b27f725359110994996d624f455cb4;hpb=8fec7616e6486b038461944622beccf47415d992;p=tinyos-2.x.git diff --git a/apps/tosthreads/apps/Bounce/README b/apps/tosthreads/apps/Bounce/README index 3ddf9e61..d8ff0f9f 100644 --- a/apps/tosthreads/apps/Bounce/README +++ b/apps/tosthreads/apps/Bounce/README @@ -11,13 +11,13 @@ 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 threads install.0 make threads 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 +Three different threads run, and each contains an infinite loop that first sends a message and then waits to receive a message before returning to the top of the loop. After each message reception, one of the onboard LEDs is toggled to indicate that it was received. Thread 0 blinks LED0, thread 1 blinks LED1, and