]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/TCPEcho/README
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / TCPEcho / README
diff --git a/apps/TCPEcho/README b/apps/TCPEcho/README
new file mode 100644 (file)
index 0000000..4d6e1d6
--- /dev/null
@@ -0,0 +1,15 @@
+
+A simple application which verifies the 6loWPAN stack is functioning
+correctly.  A mote running this will respond to ICMP Echo requests
+(0x80), and provide a UDP echo service on port 7 (a la rfc862).
+
+It also provides a TCP echo service on port 7, and a simple HTTP
+server on port 80.  The only resource supported is '/read/leds'.  This
+functionality can be used to verify that the TCP stack is functional.
+
+To build, use the 'blip' make target extra.  IE, 
+
+$ make <platform> blip ...
+
+For more information on setting up an IPv6 network, please see the tutorial:
+http://docs.tinyos.net/index.php/BLIP_Tutorial