I'll try to do it.

Anyway, here is my configuration file. Take a look and tell me if there is
something wrong.

Thanks

configuration SenseTemp {
}
implementation {
  components Main, SenseTempM, TimerC, /*LedsC,*/ PhotoTemp, VoltageC,
    GenericCommPromiscuous as Comm, QueuedSend, MultiHopRouter as multihopM;
  Main.StdControl -> SenseTempM.StdControl;
  Main.StdControl -> multihopM.StdControl;
  Main.StdControl -> QueuedSend.StdControl;
  Main.StdControl -> TimerC;
  Main.StdControl -> Comm;

  SenseTempM.Timer -> TimerC.Timer[unique("Timer")];
  //SenseTempM.Leds  -> LedsC;
  //SenseTempM.CommControl -> Comm;

  //ADC Readings & Control
  SenseTempM.BattControl -> VoltageC;
  SenseTempM.ADCBATT -> VoltageC;
  SenseTempM.TempControl -> PhotoTemp.TempStdControl;
  SenseTempM.Temperature -> PhotoTemp.ExternalTempADC;

  //Multihop funcionallity
  SenseTempM.RouteControl -> multihopM;
  SenseTempM.MultihopSend -> multihopM.Send[AM_DATAMSG];
  multihopM.ReceiveMsg[AM_DATAMSG] -> Comm.ReceiveMsg[AM_DATAMSG];
  ///SenseTempM.ReceiveMsg -> Comm.ReceiveMsg[AM_DATAMSG];

  //MiAplicacion2M.ReceiveMsg -> Comm.ReceiveMsg[AM_DATAMSG];
  ////MiAplicacion2M.ReceiveMsg -> multihopM.ReceiveMsg[AM_DATAMSG];
  ////MiAplicacion2M.Receive -> multihopM.Receive[AM_DATAMSG];
}

2009/7/30 Omprakash Gnawali <[email protected]>

> On Thu, Jul 30, 2009 at 1:04 AM, Rubenalia<[email protected]> wrote:
> > I waited more than 1 minute, time enought for algorithm to update its
> route
> > tree.
>
> Wait for 5 minutes just in case.
>
> - om_p
>



-- 
Hey,
how are you doing recently?
I would like to introduce you a very good company and its website is
www.ele-superstore.com It can offer you all kinds of electronic products
that you may be in need,such as laptops ,gps ,TV LCD,cell
 phones,ps3,MP3/4,motorcycles and etc........
You can take some time to have a check ,there must be something interesting
you 'd like to  purchase .
The contact email: [email protected] MSN: [email protected]
TEL: 0086+13699297418
Hope you can enjoy yourself in shopping from that company !

Regards
Hey,
how are you doing recently?
I would like to introduce you a very good company and its website is
www.ele-superstore.com It can offer you all kinds of electronic products
that you may be in need,such as laptops ,gps ,TV LCD,cell
 phones,ps3,MP3/4,motorcycles and etc........
You can take some time to have a check ,there must be something interesting
you 'd like to  purchase .
The contact email: [email protected] MSN: [email protected]
TEL: 0086+13699297418
Hope you can enjoy yourself in shopping from that company !

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

Reply via email to