]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Update READMEs
authorliang_mike <liang_mike>
Mon, 11 Jan 2010 05:17:53 +0000 (05:17 +0000)
committerliang_mike <liang_mike>
Mon, 11 Jan 2010 05:17:53 +0000 (05:17 +0000)
apps/tosthreads/apps/Blink/README
apps/tosthreads/apps/Blink_DynamicThreads/README
apps/tosthreads/apps/Bounce/README
apps/tosthreads/apps/RadioStress/README
apps/tosthreads/apps/TestCollection/README
apps/tosthreads/apps/TestJoin/README
apps/tosthreads/apps/TestPrintf/README
apps/tosthreads/apps/TestSineSensor/README

index b8f240d916c0834ef660c5a8de7301effd0be3a4..31ed5dcb99020af67c7671757075965e766bbe62 100644 (file)
@@ -10,7 +10,7 @@ TOSThreads.
 You can install Blink on a mote via the following command:
   make <platform> threads install
   
 You can install Blink on a mote via the following command:
   make <platform> 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.
 
 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.
index 8e8bf0f54a322f31863b7da1927b1adc175dda7f..d5cd5c96650d99ae00f298299f1b5669d6b99a68 100644 (file)
@@ -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 <platform> threads install
   
 You can install Blink_DynamicThread on a mote via the following command:
   make <platform> 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.
 
 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.
index 0cd7d74e79b3908fc79a54001a2444517cde6c7a..d8ff0f9fa640bc0fd54df317498434c480f1ed41 100644 (file)
@@ -15,7 +15,7 @@ You can install Bounce on a mote via the following command:
   make <platform> threads install.0
   make <platform> threads install.1
   
   make <platform> threads install.0
   make <platform> 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
 
 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
index ddfe8e369f67bd0b2b48261494580093f9d1b708..e0eb96771bad670aaba6c53015f69d90338326cc 100644 (file)
@@ -12,7 +12,7 @@ You can install RadioStress on a mote via the following command:
   make <platform> threads install.0
   make <platform> threads install.1
   
   make <platform> threads install.0
   make <platform> 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
 
 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
index c02a6bd82bb828a2074116a4f4208db651a0ba8f..509e4d6cfd7283586dd1223f2a6f5c395581863e 100644 (file)
@@ -14,7 +14,7 @@ application.
 You can install TestCollection on a mote via the following command:
   make <platform> threads install
 
 You can install TestCollection on a mote via the following command:
   make <platform> 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
 
 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
index a22b29cfe5cf91e615d7d079f5797115baa7e0c7..424e07b2c6d35a6b021af0ab054b9159f3a8abcf 100644 (file)
@@ -11,7 +11,7 @@ based application.
 You can install TestJoin on a mote via the following command:
   make <platform> threads install
   
 You can install TestJoin on a mote via the following command:
   make <platform> 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,
 
 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,
index 2ad52d90b553f2a711282b8e16ee2ce8bda01820..fa2ddb339dfc2bde1537bcdb761a639c536b7da2 100644 (file)
@@ -11,7 +11,7 @@ prints.
 You can install TestPrintf on a mote via the following command:
   make <platform> threads install
   
 You can install TestPrintf on a mote via the following command:
   make <platform> 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
 
 Once burned on a mote, the java based PrintfClient must be ran to verify
 proper operation of the application. For example, to connect PrintfClient
index d70629e12194a2627b09f43adf82739ff0941c1e..50e6386c7d8ad09a245e1e40f6164e3c3e09b0b7 100644 (file)
@@ -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 <platform> threads install
   
 You can install TestSineSensor on a mote via the following command:
   make <platform> 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
 
 This application simply takes sensor readings in an infinite loop from the
 SineSensor and forwards them over the serial interface.  Upon successful