[Tinyos-devel] ZigBee implementation patch for MicaZ
Ricardo Severino
rars at isep.ipp.pt
Thu Jul 10 07:54:46 PDT 2008
Hi,
Could you please send me the error you get during compilation? I am not
getting any error...
Just to make sure, you tested with Test_APL application, right?
Ricardo
> ---------- Forwarded message ----------
> From: Stefano Kismet Lenzi <kismet.sl at gmail.com>
> Date: Thu, Jul 10, 2008 at 2:27 AM
> Subject: [Tinyos-devel] ZigBee implementation patch for MicaZ
> To: TinyOS Development <tinyos-devel at millennium.berkeley.edu>
>
>
> Hi All,
>
> After following the thread "Two zigbee implementation" I have looked
> again to the /tos/lib/net/zigbee folder. I tried to compile the test
> application in the /tos/lib/net/zigbee/apps folder, but to have them
> compile I had to add/modify the following lines to files:
> /tos/lib/net/zigbee/cc2420/CC2420ControlP.nc
>
> /**
> * @param on TRUE to turn address recognition on, FALSE to turn it off
> * @param useHw TRUE to turn hardware address recognition, FALSE to
> * perform address recognition in software
> */
> command void CC2420Config.setAddressRecognition(bool on, bool useHw) {
> atomic addressRecognition = on;
> //NOTE: As far as I understood the address recognition is
> performed only in hardware
> }
>
> /**
> * @return TRUE if address recognition is performed first in hardware.
> */
> async command bool CC2420Config.isHwAddressRecognitionDefault() {
> return TRUE;
> //NOTE: As far as I understood the address recognition is
> performed only in hardware if enable
> }
>
> If you think that the patch is correct feel free to add it to the CVS.
>
> Ciao,
> Stefano "Kismet" Lenzi
> _______________________________________________
> Tinyos-devel mailing list
> Tinyos-devel at millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-devel
>
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rars.vcf
Type: text/x-vcard
Size: 161 bytes
Desc: not available
Url : https://www.millennium.berkeley.edu/pipermail/tinyos-devel/attachments/20080710/505ac8ff/attachment.vcf
More information about the Tinyos-devel
mailing list