X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FAntiTheft%2FREADME.txt;h=0579942e59a62cfc494f88a95bb1c8d56964068f;hb=19d25dd903dad27691ceb63c5e29b132d1346c96;hp=e2da9adf1f9c8b48da6d4f348854ce754378a982;hpb=a7cdd4a46f004175d1cd95cd3176958378ac2756;p=tinyos-2.x.git diff --git a/apps/AntiTheft/README.txt b/apps/AntiTheft/README.txt index e2da9adf..0579942e 100644 --- a/apps/AntiTheft/README.txt +++ b/apps/AntiTheft/README.txt @@ -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)