X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=apps%2FUDPEcho%2FREADME;fp=apps%2FUDPEcho%2FREADME;h=efeeae76670ac13f36e2a1eaba3e5b1c276e3aa9;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=0000000000000000000000000000000000000000;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/apps/UDPEcho/README b/apps/UDPEcho/README new file mode 100644 index 00000000..efeeae76 --- /dev/null +++ b/apps/UDPEcho/README @@ -0,0 +1,11 @@ + +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