X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2FUDPEcho%2FREADME;h=a0986c09f65b616fcd70a856d3f5c847ce27f765;hp=dbe1f931711184abc0fac6eb33c3a4727f4b69e2;hb=0d86dca5b4628116cb1afb2b24edcae4896c4c09;hpb=3c311f1b2729f43a356b02542a7001db623395e1 diff --git a/apps/UDPEcho/README b/apps/UDPEcho/README index dbe1f931..a0986c09 100644 --- a/apps/UDPEcho/README +++ b/apps/UDPEcho/README @@ -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 blip ...