]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Adding in cc2420 security support for Shimmer platform
authorjgko <jgko>
Sat, 29 Aug 2009 05:39:42 +0000 (05:39 +0000)
committerjgko <jgko>
Sat, 29 Aug 2009 05:39:42 +0000 (05:39 +0000)
apps/tests/cc2420/TestSecurity/README.txt
tos/platforms/shimmer/.platform

index 061b7f5745cc550df61152d6f8258687f1181ecb..fedc9c1ab45ae77d467019f69ea26eaee049f0ce 100644 (file)
@@ -48,12 +48,9 @@ enabled. The first application, RadioCountToLeds1, is a modification
 of RadioCountToLeds in the TinyOS 2.x repository. It dedicates one
 node (TOS_NODE_ID 1) to be the transmitting node and other nodes to
 receive its broadcast packets. Node 1 can use any of the three options
-enabled. The second application, RadioCountToLeds2, is a modification
-of the previous RadioCountToLeds1. Instead of only sending packets
-with security enabled, node 1 sends each secured and un-secured
-packets one at a time. The receivers distinguish between secured and
-un-secured packets and process the un-secured ones through the normal
-receive path and the secured ones through the secured receive path.
+enabled. The second application is the BaseStation application with
+the security extentions. Modifications were made to the Makefile by
+adding CFLAGS += -DCC2420_HW_SECURITY and a longer TOSH_DATA_LENGTH.
 
 Known bugs/limitations:
 
index 8ea49534079389d64b0b4ab37b8c06805f473489..6e9ec9dd00ade13d48614d84c4ef08c1a51b374c 100644 (file)
@@ -25,6 +25,7 @@ push( @includes, qw(
   %T/chips/cc2420/spi
   %T/chips/cc2420/transmit
   %T/chips/cc2420/unique
+  %T/chips/cc2420/security
   %T/chips/msp430
   %T/chips/msp430/adc12
   %T/chips/msp430/dma