]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/AntiTheft/README.txt
updated with support for the iris mote, fixed a compile bug
[tinyos-2.x.git] / apps / AntiTheft / README.txt
index e2da9adf1f9c8b48da6d4f348854ce754378a982..0579942e59a62cfc494f88a95bb1c8d56964068f 100644 (file)
@@ -27,8 +27,8 @@ using the java GUI found in the java subdirectory.
 Nodes blink their yellow LED when turned on or when an internal error
 occurs, and blink their green LED when new settings are received.
 
-This demo is written for mica2 or micaz motes using the mts300 sensor
-board.
+This demo is written for mica2, micaz or iris motes using the mts300
+sensor board.
 
 The code in the Nodes directory should be installed on the motes
 detecting theft. Each mote should have a separate id, and a mts31n0 or
@@ -45,11 +45,11 @@ The java directory contains a control GUI for the antitheft demo app.
 Usage:
 
 The following instructions will get you started with the AntiTheft demo
-(the instructions are for mica2 motes, replace mica2 with micaz if using
-micaz motes)
+(the instructions are for mica2 motes, replace mica2 with micaz or iris
+if using either of those motes)
 
 1. Compile the root and node code for the antitheft application for your
-   platform (mica2 or micaz):
+   platform (mica2, micaz or iris):
 
     $ (cd Nodes; make mica2)
     $ (cd Root; make mica2)