Hi,I'm a student of University of Pisa.

I want to test my application with Tossim and i want to use both cc1000 and
cc2420.
In the configuration file of my application i have:

configuration Application {
// this module does not provide any interface
}

implementation {
  components MainC, ModuleM;
  components ActiveMessageC;
  components new AMSenderC(AM_APPLICATION);
  components new AMReceiverC(AM_APPLICATION);

.....
....

  ModuleM.Receive -> AMReceiverC;
  ModuleM.AMSend -> AMSenderC;
  ModuleM.AMControl -> ActiveMessageC;
  ModuleM.Packet -> AMSenderC;
}

when I type "make micaz sim", the sending/receiving interfaces of my
application are wired with micaz radio  ( cc2420 )

How can I wire my sending/receiving interfaces with cc1000 radio and then
test my application with Tossim?


thanks very much for yours answers.

Bye Salvatore
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to