Hi all, I have a question about security on cc2420. To do this, I tried to call the command setKey() ( command from CC2420Keys interface) from CC2420TrasmitP but obviusly it tells me that " CC2420Keys.setkey is not connected " I also see that in a "original" version of CC2420TrasmitP.nc i have the code
(1)uses interface CC2420Ram as KEY0 istead of my (2)uses interface CC2420Keys as KEY0; The (1) is linked in CC2420TrasmitC.nc with SPI but how i call the setKey command in that case? Or maybe the command like setKey or setCbc and other command of CC2420SecurityMode interface are called by application and not at radio level? If I have to use (2) what link I have to make for the command of CC2420Keys and CC2420SecurityMode? Thanks in advantage for answers.
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
