]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/UDPEcho/README
add link to tutorial in README
[tinyos-2.x.git] / apps / UDPEcho / README
index dbe1f931711184abc0fac6eb33c3a4727f4b69e2..efeeae76670ac13f36e2a1eaba3e5b1c276e3aa9 100644 (file)
@@ -1,6 +1,11 @@
 
- A simple application which verifies the 6loWPAN stack is functioning
+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).
 
+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