
Code for Project #6


Contents of project.tar:


Coordinator:

This folder contains all the files associated with the coordinator application on the PC. It has a make file which will compile the entire program. Type 'make' to compile.
Note: This application requires lnpd to be installed on the machine. There are some hardcoded paths in the makefile which would have to be changed before compiling.

mote_files:

This folder contains all the files associated with the motes. The files route.h, route.c and runicast.c are modified contiki system files. They should be placed in PATH_TO_CONTOKI/core/net/rime/ folder. The rest of the files(route_node.*, coord_router_node.c, Makefile) should be copied to the PATH_TO_CONTIKI/examples/rime/ folder to make. The coord_router_node application should be loaded on the coordinator mote connected to the PC. The route_node application should be loaded on all other motes.
Note: Contiki is required to be installed on the machine before compiling.

rcx:

This folder has all the rcx files. Place netrover.c and Makefile into PATH_TO_BRICKOS/demo/ and give make command to build.


