[Tinyos-help] Deluge and Surge in tinyos 1.x on mica2

Matthew Allen Beaman mbeaman at purdue.edu
Tue Jun 24 14:09:30 PDT 2008


Hello,

My apologies if this has already been brought up.  I am fairly new to
tinyos and I have been learning about deluge the past few weeks. I have
successfully been able to add Deluge to the Blink application and
reprogram a mica2 wirelessly.  To practice with deluge more, I added it
to a few other applications.  I added the two lines of Deluge to Surge.nc:

components Main,......,Sounder,DelugeC;
Main.StdControl -> DelugeC;


When I recompile the source, I received the following warnings:

nesc1: warning: calls to Receive.receive in CC1000RadioIntM fan out, but
there is no combine function specified for the return type
nesc1: warning: calls to ReceiveCombined.receive in FramerAckM fan out,
but there is no combine function specified for the return type

It successfully builds:
compiled Surge to build/mica2/main.exe
           68422 bytes in ROM
            2376 bytes in RAM

Ignoring the fact that the tos image is too large for a Deluge --inject,
 what can I do to solve these warnings?  The application SurgeTelos
already has DelugeC in its Surge.nc file and compiles fine for the telos
node.  Is it because they have different radio stacks?

Thank you for your help.

Regards,
Matt Beaman


More information about the Tinyos-help mailing list