So if I understand it correctly, only AM traffic could be captured.  Is it
right?

On 27 July 2010 15:03, zied maalej <[email protected]> wrote:

> for example the snoop interface in CollectionC :
>
> configuration CollectionC {
>   provides {
>
>     interface StdControl;
>     interface Send[uint8_t client];
>     interface Receive[collection_id_t id];
>
>     interface Receive as Snoop[collection_id_t];
>     interface Intercept[collection_id_t id];
>     interface RootControl;
>     interface Packet;
>     interface CollectionPacket;
>   }
>   uses {
>     interface CollectionId[uint8_t client];
>
>
>   }
> }
>
>
>
> 2010/7/27 Peng Du <[email protected]>
>
> Thank you all very much.
>>
>> To Zied:  did you mean using AMSnooperC?
>>
>> To Obaid: Is there any kind of standard interfaces to identify the types
>> and the data rate of traffic it overhears?
>>
>>
>> On 27 July 2010 14:41, Obaid Salikeen <[email protected]> wrote:
>>
>>> CC2420ReceiveC.CC2420Receive hears all the packets.
>>> ActiveMessage layer uses this component for receiving packets may filter
>>> messages.
>>> This low component (low = sit very close to the radio) can hear all the
>>> packets, packets targeted for other nodes, broadcast messages etc.
>>>
>>> On Tue, Jul 27, 2010 at 3:23 PM, Peng Du <[email protected]> wrote:
>>>
>>>> Hello everyone,
>>>>
>>>> Is there anyway to let a sensor overhear nearby communications so that
>>>> it can estimate the crowdedness of the channel?
>>>>
>>>> Many thanks!
>>>>
>>>> Peng
>>>>
>>>> _______________________________________________
>>>> Tinyos-help mailing list
>>>> [email protected]
>>>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>>>
>>>
>>>
>>
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to