[Tinyos-2-commits] CVS: tinyos-2.x/doc index.html,1.1.2.6,1.1.2.7
Prabal Dutta
prabal at users.sourceforge.net
Wed Jul 19 17:51:31 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/doc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1674
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
index.html
Log Message:
Checking in latest version from tinyos.net
Index: index.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/index.html,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** index.html 13 Feb 2006 21:40:14 -0000 1.1.2.6
--- index.html 20 Jul 2006 00:51:29 -0000 1.1.2.7
***************
*** 12,16 ****
<TD CLASS="title">
TinyOS 2.0 Documentation<br>
! <DIV CLASS="subtitle">Last Modified: Oct 31 2005</DIV>
</TD>
</TR>
--- 12,16 ----
<TD CLASS="title">
TinyOS 2.0 Documentation<br>
! <DIV CLASS="subtitle">Last Modified: July 8 2006</DIV>
</TD>
</TR>
***************
*** 43,59 ****
<TR>
! <TD CLASS="subtitle">Tutorials</TD>
</TR>
<TR>
! <TD><p>TinyOS 2.0 has a few tutorials to get a new user started with programming
the system. These tutorials introduce nesC programming and some major
TinyOS abstractions, such as timers and communication.</p>
-
- <p><A HREF="html/tutorial/index.html"><DIV class=sublink>TinyOS 2.0 Tutorials</div></a></p></TD>
</TR>
<TR>
! <TD CLASS="subtitle">TEPs and Source Code Documentation</TD>
</TR>
<TR>
--- 43,57 ----
<TR>
! <TD CLASS="subtitle"><A HREF="html/tutorial/index.html">Tutorials</A></TD>
</TR>
<TR>
! <TD><p>TinyOS 2.0 has a few <A HREF="html/tutorial/index.html">tutorials</A> to get a new user started with programming
the system. These tutorials introduce nesC programming and some major
TinyOS abstractions, such as timers and communication.</p>
</TR>
<TR>
! <TD CLASS="subtitle">TEPs</TD>
</TR>
<TR>
***************
*** 88,109 ****
<li>TEP 115: Power Management of Non-Virtualized Devices [<A HREF="html/tep115.html">HTML</A>] [<A HREF="txt/tep115.txt">TXT</A>]</li>
<li>TEP 116: Packet Protocols [<A HREF="html/tep116.html">HTML</A>] [<A HREF="txt/tep116.txt">TXT</A>]</li>
</ul>
<p>In addition to TEPs, which document the organization and design
! behind important parts of TinyOS, there is also source code
! documentation. TinyOS (nesC) code has nesdoc annotations,
! which can be found here (note that this link is external):<br><br>
!
! <A HREF="http://www.tinyos.net/dist-2.0.0/tinyos-2.x/doc/html/nesdoc/">
! <div class=sublink>TinyOS 2.0 nesdoc documentation</div></a>
!
! </p>
- <p>There is similar javadoc documentation for the Java toolchain,
- which can be found here:<br><br>
-
- <A HREF="http://www.tinyos.net/dist-2.0.0/tinyos-2.x/doc/html/tos-javasdk-javadoc/">
- <div class=sublink>TinyOS 2.0 javadoc documentation</div></a>
</p>
--- 86,117 ----
<li>TEP 115: Power Management of Non-Virtualized Devices [<A HREF="html/tep115.html">HTML</A>] [<A HREF="txt/tep115.txt">TXT</A>]</li>
<li>TEP 116: Packet Protocols [<A HREF="html/tep116.html">HTML</A>] [<A HREF="txt/tep116.txt">TXT</A>]</li>
+ <li>TEP 118: Dissemination [<A HREF="html/tep118.html">HTML</A>] [<A HREF="txt/tep118.txt">TXT</A>]</li>
+ <li>TEP 119: Packet Protocols [<A HREF="html/tep119.html">HTML</A>] [<A HREF="txt/tep119.txt">TXT</A>]</li>
</ul>
+ <BR><BR>
+ </TD>
+ </TR>
+ <TR>
+ <TD CLASS="subtitle"><A HREF="html/nesdoc/">TinyOS Source Code Documentation</A></TD>
+ </TR>
+ <TR>
+ <TD>
<p>In addition to TEPs, which document the organization and design
! behind important parts of TinyOS, there is also <A HREF="html/nesdoc/">source code
! documentation</A>.<br><br>
! </TD>
! </TR>
! <TR>
! <TD CLASS="subtitle"><A HREF="html/tos-javasdk-javadoc/index.html">TinyOS Java toolchain Code Documentation</A></TD>
! </TR>
! <TR>
! <TD>
+ <p>There is similar
+ <A HREF="html/tos-javasdk-javadoc/index.html">javadoc documentation</A> for the Java toolchain,
+ which describes the Java classes and their functionality. This documentation
+ is incomplete.
</p>
More information about the Tinyos-2-commits
mailing list