I am presently working on a project based on Wireless Sensor Networks.
Presently I got stuck at a point where I need to find the way to calculate
the *RSSI values* of the message received at a single mote(Cluster Head)
from various motes in vicinity, but *without forwarding* them to the UART
serial cable, i.e I want to store it locally. For this purpose I am
using *TinyOS
2.1.1* with *TOSSIM *simulator for *MICAZ* motes.

Which interface do I need to use whose getRssi(msg) function will return me
the Rssi Value of teh msg??
When I tried to use the CC2420Packet interface (in the module file) and
CC2420ActiveMessageC component (in configuration file)

When I type the comman dmake micaz sim I get many errors like:
-> LeachC.nc:15: interface CC2420Packet not found
 and many errors related to the Component CC2420ActiveMessageC that I have
included...
Please guide!!!
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to