X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FUDPEcho%2FREADME;h=efeeae76670ac13f36e2a1eaba3e5b1c276e3aa9;hb=79673308c8d4f5c15a09e151f407203f8fa24476;hp=dbe1f931711184abc0fac6eb33c3a4727f4b69e2;hpb=a29780e6ea58dcba37fe982931b23021003a16d4;p=tinyos-2.x.git diff --git a/apps/UDPEcho/README b/apps/UDPEcho/README index dbe1f931..efeeae76 100644 --- a/apps/UDPEcho/README +++ b/apps/UDPEcho/README @@ -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 blip ... + +For more information on setting up an IPv6 network, please see the tutorial: +http://docs.tinyos.net/index.php/BLIP_Tutorial