]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/tkn154/TestPromiscuous/README.txt
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tests / tkn154 / TestPromiscuous / README.txt
diff --git a/apps/tests/tkn154/TestPromiscuous/README.txt b/apps/tests/tkn154/TestPromiscuous/README.txt
deleted file mode 100644 (file)
index 8f1b1f5..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-README for TestPromiscuous
-Author/Contact: tinyos-help@millennium.berkeley.edu
-
-Description:
-
-In this application the node enables promiscuous mode, i.e. its radio is
-switched to receive mode and all incoming frames that pass the CRC check are
-signalled to the upper layer. The application uses the TinyOS printf library
-(tos/lib/printf) to output information on the MAC header fields and payload for
-every received frame over the serial port. The second (TelosB: green) LED is
-toggled whenever a frame is received.
-
-Tools: The printf java client in $TOSDIR/../apps/tests/TestPrintf
-
-Usage: 
-
-Install the application on a node
-
-    $ make telosb install
-
-Start the printf client on 
-
-    $ java net.tinyos.tools.PrintfClient -comm serial@/dev/ttyUSBXXX:telosb
-
-(http://docs.tinyos.net/ has a section on how to use the TinyOS printf library)
-
-Known bugs/limitations:
-
-- Currently this application only works on TelosB nodes
-- The timestamps for ACKs are incorrect
-
-$Id$
-