
Author/Contact: npereira@dei.isep.ipp.pt

Description:

Basic application to send packets periodically, using WiCAN.

IMPORTANT: Message priorities are assigned according to the node address. 
So node with address 1 sends messages with priority 1, node with address 2 
has messages with priority 2, and so on. (remember lower priority number, means 
higher priority)

Tools:

None

Known bugs/limitations:

In order to compile, goto folder $(TOSDIR)/tools/make and edit micaz.target.
Comment the following line (commenting is putting a '#' in the beginning):

CFLAGS += -I$(TOSDIR)/lib/CC2420Radio

Change to:

#CFLAGS += -I$(TOSDIR)/lib/CC2420Radio

In this way, the compiler will only use our CC2420 source files (from 
$(TOSDIR)/contrib folder).

None

See Also:
