From: sdhsdh Date: Tue, 23 Feb 2010 06:50:03 +0000 (+0000) Subject: add link to tutorial in README X-Git-Tag: rc_6_tinyos_2_1_1~3 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=79673308c8d4f5c15a09e151f407203f8fa24476 add link to tutorial in README --- diff --git a/apps/IPBaseStation/README b/apps/IPBaseStation/README index dddc615a..ca1412af 100644 --- a/apps/IPBaseStation/README +++ b/apps/IPBaseStation/README @@ -15,6 +15,9 @@ To build, add the 'blip' make 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 + Description of BaseStation: BaseStation is an application that acts as a simple Active Message diff --git a/apps/TCPEcho/README b/apps/TCPEcho/README index d3e70640..4d6e1d68 100644 --- a/apps/TCPEcho/README +++ b/apps/TCPEcho/README @@ -10,3 +10,6 @@ functionality can be used to verify that the TCP stack is functional. 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 diff --git a/apps/UDPEcho/README b/apps/UDPEcho/README index a0986c09..efeeae76 100644 --- a/apps/UDPEcho/README +++ b/apps/UDPEcho/README @@ -6,3 +6,6 @@ correctly. A mote running this will respond to ICMP Echo requests 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