X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Ftkn154%2Fnonbeacon-enabled%2FTestAssociate%2FREADME.txt;fp=apps%2Ftests%2Ftkn154%2Fnonbeacon-enabled%2FTestAssociate%2FREADME.txt;h=194911fb13a2421771a34143e861f987a11b3e22;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=0000000000000000000000000000000000000000;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/apps/tests/tkn154/nonbeacon-enabled/TestAssociate/README.txt b/apps/tests/tkn154/nonbeacon-enabled/TestAssociate/README.txt new file mode 100644 index 00000000..194911fb --- /dev/null +++ b/apps/tests/tkn154/nonbeacon-enabled/TestAssociate/README.txt @@ -0,0 +1,44 @@ +README for TestAssociate +Author/Contact: Jan Hauer + +Description: + +In this application one node takes the role of a PAN coordinator in a +nonbeacon-enabled 802.15.4 PAN, it switches its radio to receive mode and waits +for devices to request association to its PAN. Whenever a device tries to +associate, the PAN coordinator allows association and assigns to the device a +unique short address (starting from zero, incremented for every device +requesting association). A second node acts as a device, it switches to the +pre-defined channel and tries to associate to the PAN. A short time after +association the device then disassociates from the PAN. + +Criteria for a successful test: + +Assuming one coordinator and one device has been installed, both should +simultaneously switch on LED1. About 5 seconds later both should switch LED1 +off. That's all. + + +Tools: NONE + +Usage: + +1. Install the coordinator: + + $ cd coordinator; make install + +2. Install one (or more) devices: + + $ cd device; make install + +You can change some of the configuration parameters in app_profile.h + +Known bugs/limitations: + +- Many TinyOS 2 platforms do not have a clock that satisfies the + precision/accuracy requirements of the IEEE 802.15.4 standard (e.g. + 62.500 Hz, +-40 ppm in the 2.4 GHz band); in this case the MAC timing + is not standard compliant + +$Id$o +