From db371d4320f3597abedace672e822d445c1d4a45 Mon Sep 17 00:00:00 2001 From: liang_mike Date: Mon, 11 Jan 2010 05:17:53 +0000 Subject: [PATCH] Update READMEs --- apps/tosthreads/apps/Blink/README | 2 +- apps/tosthreads/apps/Blink_DynamicThreads/README | 2 +- apps/tosthreads/apps/Bounce/README | 2 +- apps/tosthreads/apps/RadioStress/README | 2 +- apps/tosthreads/apps/TestCollection/README | 2 +- apps/tosthreads/apps/TestJoin/README | 2 +- apps/tosthreads/apps/TestPrintf/README | 2 +- apps/tosthreads/apps/TestSineSensor/README | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/tosthreads/apps/Blink/README b/apps/tosthreads/apps/Blink/README index b8f240d9..31ed5dcb 100644 --- a/apps/tosthreads/apps/Blink/README +++ b/apps/tosthreads/apps/Blink/README @@ -10,7 +10,7 @@ TOSThreads. You can install Blink on a mote via the following command: make threads install -Valid platforms are currently: tmote, telosb, iris, mica2, and micaz +Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic Upon a successful burn, you should see LED0 flashing with a period of every 200ms, and LED1 and LED2 flashing in unison with a period of 1000ms. diff --git a/apps/tosthreads/apps/Blink_DynamicThreads/README b/apps/tosthreads/apps/Blink_DynamicThreads/README index 8e8bf0f5..d5cd5c96 100644 --- a/apps/tosthreads/apps/Blink_DynamicThreads/README +++ b/apps/tosthreads/apps/Blink_DynamicThreads/README @@ -9,7 +9,7 @@ Blink_DynamicThreads is the dynamic-thread version of Blink. You can install Blink_DynamicThread on a mote via the following command: make threads install -Valid platforms are currently: tmote, telosb, iris, mica2, and micaz +Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic Upon a successful burn, you should see LED0 flashing with a period of every 200ms, and LED1 and LED2 flashing in unison with a period of 1000ms. diff --git a/apps/tosthreads/apps/Bounce/README b/apps/tosthreads/apps/Bounce/README index 0cd7d74e..d8ff0f9f 100644 --- a/apps/tosthreads/apps/Bounce/README +++ b/apps/tosthreads/apps/Bounce/README @@ -15,7 +15,7 @@ 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, 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 diff --git a/apps/tosthreads/apps/RadioStress/README b/apps/tosthreads/apps/RadioStress/README index ddfe8e36..e0eb9677 100644 --- a/apps/tosthreads/apps/RadioStress/README +++ b/apps/tosthreads/apps/RadioStress/README @@ -12,7 +12,7 @@ You can install RadioStress 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 The application burned with NODE_ID 0 will be programmed as a receiver and will wait for messages from the sender programmed with NODE_ID 1. In the case of the diff --git a/apps/tosthreads/apps/TestCollection/README b/apps/tosthreads/apps/TestCollection/README index c02a6bd8..509e4d6c 100644 --- a/apps/tosthreads/apps/TestCollection/README +++ b/apps/tosthreads/apps/TestCollection/README @@ -14,7 +14,7 @@ application. You can install TestCollection on a mote via the following command: make threads install -Valid platforms are currently: tmote, telosb, mica2, micaz and iris +Valid platforms are currently: tmote, telosb, mica2, micaz, iris, and epic 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 diff --git a/apps/tosthreads/apps/TestJoin/README b/apps/tosthreads/apps/TestJoin/README index a22b29cf..424e07b2 100644 --- a/apps/tosthreads/apps/TestJoin/README +++ b/apps/tosthreads/apps/TestJoin/README @@ -11,7 +11,7 @@ based application. You can install TestJoin on a mote via the following command: make threads install -Valid platforms are currently: tmote, telosb, iris, mica2, and micaz +Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic Upon a successful burn, you should first see LED0 flash twice with a period of 1s and LED1 flash 4 times with a period of 1s. After these are done, diff --git a/apps/tosthreads/apps/TestPrintf/README b/apps/tosthreads/apps/TestPrintf/README index 2ad52d90..fa2ddb33 100644 --- a/apps/tosthreads/apps/TestPrintf/README +++ b/apps/tosthreads/apps/TestPrintf/README @@ -11,7 +11,7 @@ prints. You can install TestPrintf on a mote via the following command: make threads install -Valid platforms are currently: tmote, telosb, iris, mica2, and micaz +Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic Once burned on a mote, the java based PrintfClient must be ran to verify proper operation of the application. For example, to connect PrintfClient diff --git a/apps/tosthreads/apps/TestSineSensor/README b/apps/tosthreads/apps/TestSineSensor/README index d70629e1..50e6386c 100644 --- a/apps/tosthreads/apps/TestSineSensor/README +++ b/apps/tosthreads/apps/TestSineSensor/README @@ -10,7 +10,7 @@ the software based SineSensor usable by any platform for demonstration purposes. You can install TestSineSensor on a mote via the following command: make threads install -Valid platforms are currently: tmote, telosb, iris, mica2, and micaz +Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic This application simply takes sensor readings in an infinite loop from the SineSensor and forwards them over the serial interface. Upon successful -- 2.39.2