
Power{Master,Slave} MICA Motes Middleware

Micah Colon (macolon@ncsu.edu)
Sunil Mathew (smathew@ncsu.edu)


PowerMaster and PowerSlave are the two ends of a middleware
idea that takes care of the communication setup/message 
passing for data collection.  The simple interfaces and more
details of the middleware can be found (currently) at:

http://www4.ncsu.edu/~macolon/CSC714/


Current expected building (with provided Makefiles) is to
have TinyOS 1.1.0 (and necessary included packages) installed
per RPM (or at least in the directories such RPMS would have
installed them).  Primarily of interest is the TinyOS app
directory, expected to be in /opt/tinyos-1.x/apps/.
Sources for TinyOS and installation instructions can be 
found at:

http://webs.cs.berkeley.edu/tos/


Once TinyOS has been installed, the following commands
will allow you to compile and download the project files
to MICA motes:

cd {master,slave}
make mica
make mica install
or 
make mica reinstall


