From: gnawali Date: Thu, 17 Jul 2008 00:13:39 +0000 (+0000) Subject: making Windows friendly X-Git-Tag: release_tinyos_2_1_0_0~66 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=dc2abb20a72cce11e8ae16303aab6b0dbe16f0f2 making Windows friendly --- diff --git a/apps/tests/TestNetwork/README b/apps/tests/TestNetwork/README deleted file mode 100644 index ed522050..00000000 --- a/apps/tests/TestNetwork/README +++ /dev/null @@ -1,19 +0,0 @@ -README for TestNetwork -Author/Contact: tinyos-help@millennium.berkeley.edu - -Description: - -TestNetworkC exercises the basic networking layers, collection and -dissemination. The application samples DemoSensorC at a basic rate -and sends packets up a collection tree. The rate is configurable -through dissemination. - -See TEP118: Dissemination, TEP 119: Collection, and TEP 123: The -Collection Tree Protocol for details. - -There are scripts on net2 website to parse the debug messages sent by -the nodes. - -Known bugs/limitations: - -None. diff --git a/apps/tests/TestNetwork/README.txt b/apps/tests/TestNetwork/README.txt new file mode 100644 index 00000000..ed522050 --- /dev/null +++ b/apps/tests/TestNetwork/README.txt @@ -0,0 +1,19 @@ +README for TestNetwork +Author/Contact: tinyos-help@millennium.berkeley.edu + +Description: + +TestNetworkC exercises the basic networking layers, collection and +dissemination. The application samples DemoSensorC at a basic rate +and sends packets up a collection tree. The rate is configurable +through dissemination. + +See TEP118: Dissemination, TEP 119: Collection, and TEP 123: The +Collection Tree Protocol for details. + +There are scripts on net2 website to parse the debug messages sent by +the nodes. + +Known bugs/limitations: + +None.