From: gnawali Date: Tue, 24 Jun 2008 20:22:05 +0000 (+0000) Subject: readme for testnetwork X-Git-Tag: release_tinyos_2_1_0_0~170 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=e9190ec2f5ccda3f00df931929e80c4f5767bdb7 readme for testnetwork --- diff --git a/apps/tests/TestNetwork/README b/apps/tests/TestNetwork/README new file mode 100644 index 00000000..ed522050 --- /dev/null +++ b/apps/tests/TestNetwork/README @@ -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.