]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/UDPEcho/README
Update READMEs to included instructions about blip make extra.
[tinyos-2.x.git] / apps / UDPEcho / README
index dbe1f931711184abc0fac6eb33c3a4727f4b69e2..a0986c09f65b616fcd70a856d3f5c847ce27f765 100644 (file)
@@ -1,6 +1,8 @@
 
- 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 ...