From eea264faca23d29930f151339c623d22935dc8f4 Mon Sep 17 00:00:00 2001 From: scipio Date: Tue, 7 Nov 2006 07:45:56 +0000 Subject: [PATCH] Proper index. --- doc/html/tutorial/index.html | 47 ++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 13 deletions(-) diff --git a/doc/html/tutorial/index.html b/doc/html/tutorial/index.html index 22c9b2f0..55d3c308 100644 --- a/doc/html/tutorial/index.html +++ b/doc/html/tutorial/index.html @@ -8,7 +8,7 @@
TinyOS 2.0 Tutorials
-
Last updated 14 Jun 2006
+
Last updated 30 Oct 2006
These brief tutorials are intended to get you started with TinyOS. They show @@ -60,29 +60,34 @@
Lesson 6 details the boot sequence and, in doing so, answers the question, "But where is main()?".
-

Lesson 7: Storage

+

Lesson 7: Storage

-
Lesson 7 introduces the TinyOS model model. A sample - application illustrates storing data. +
Lesson 7 introduces the TinyOS storage model. A sample + application illustrates storing data. This tutorial is currently + unfinished.
-

Lesson 8: Power Management

+

Lesson 8: Resource Arbitration and Power Management

-
Lesson 8 introduces the TinyOS power management model. There is an exercise that - illustrates how to turn components on and off. +
Lesson 8 introduces the TinyOS resource arbitration and power management model. There are two + exercises in this tutorial. The first one illustrates how to gain access to predefined shared resources. + The second one illustrates how to create your own shared resource. In both tutorials, the process for controlling + the power states of the resource is presented.
-

Lesson 9: Concurrency

+

Lesson 9: Concurrency

Lesson 9 introduces the TinyOS concurrency model. Tasks are revisited and async code is introduced. +This tutorial is currently unfinished.
-

Lesson 10: Platforms

+

Lesson 10: Platforms

-
- - chips vs. platforms - - Telescoping abstractions - - Sensorboards +
Lesson 10 provides a better understanding of the difference between "make +micaz" and "make telosb," including how these commands map into underlying +files, directories, and definitions. It is not necessary for most TinyOS +developers, but is included as a starter's guide for people who wish to +understand the make system better or wish to design a new platform.

Lesson 11: TOSSIM

@@ -93,5 +98,21 @@ your code with standard development tools. +

Lesson 12: Network Protocols

+ +
Lesson 12 introduces two basic multihop protocols, + Dissemination and Collection. Dissemination reliably + delivers small data items to every node in a network, + while collection delivers small data items from every node + in a network to designated collection roots. +
+ +

Lesson 13: TinyOS Toolchain

+ +
Lesson 13 describes the details of the TinyOS toolchain, including +the build system, how to create your own Makefile, and how to find out +more information on the various tools included with TinyOS. +
+ -- 2.39.2