X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fcc2420%2FTestSecurity%2FREADME.txt;fp=apps%2Ftests%2Fcc2420%2FTestSecurity%2FREADME.txt;h=84fbc2cc7987ec5048eb56f128a00cc4d5d1d58e;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=0000000000000000000000000000000000000000;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/apps/tests/cc2420/TestSecurity/README.txt b/apps/tests/cc2420/TestSecurity/README.txt new file mode 100644 index 00000000..84fbc2cc --- /dev/null +++ b/apps/tests/cc2420/TestSecurity/README.txt @@ -0,0 +1,49 @@ +README for TestSecurity + +Author/Contact: +JeongGil Ko +Razvan Musaloiu-E. +Jong Hyun Lim + +Description: + +Test the CC2420 hardware security support + + +Applications: + +1. RadioCountToLeds1/ + +This application is a modification to the RadioCountToLeds/ +application with CC2420 security features added to outgoing +packets. The packets are decrypted at the receiver node. + +> INSTALL + +Compile one node with ID 1 as the transmitter and other nodes with any +node IDs to receive the decrypted packets + +>EXPECTATIONS + +LEDs on the receiver nodes will blink their LEDs sequentially like the +original RadioCountToLeds/ application. The LEDs on the transmitter +will stay off. + + +2. Basestation/ + +The BaseStation application with the security extensions + +> INSTALL + +Follow instructions on apps/BaseStation/README.txt + +> EXPECTATIONS + +Identical to the expectations in apps/BaseStation/README.txt + + + +Known bugs/limitations: + +None.