[Tinyos-help] LinkEstimatorP and beacon driven link estimation

2009-03-16 Thread Nouha Baccour
Hi all, I am studying four-bit link estimator. My question is related to the component LinkEstimatorP.nc. As this component uses interface Receive (SubReceive as an alias), it implements the command SubReceive.Receive. In this implementation, there is a call of the method processReceivedMessage()

Re: [Tinyos-help] LinkEstimatorP and beacon driven link estimation

2009-03-16 Thread Omprakash Gnawali
2009/3/16 Nouha Baccour : > Hi all, > > I am studying four-bit link estimator. > My question is related to the component LinkEstimatorP.nc. > > As this component uses interface Receive (SubReceive as an alias), it > implements the command SubReceive.Receive. > In this implementation, there is a cal