[Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson15.html, 1.8, 1.9 lesson16.html, 1.1, 1.2

Kevin Klues klueska at users.sourceforge.net
Tue Sep 4 15:51:40 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4592

Modified Files:
	lesson15.html lesson16.html 
Log Message:
updates

Index: lesson15.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson15.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** lesson15.html	3 Sep 2007 22:38:41 -0000	1.8
--- lesson15.html	4 Sep 2007 22:51:38 -0000	1.9
***************
*** 120,131 ****
      the official TinyOS distribution (<= 2.0.2).  If you are using TinyOS
      from a cvs checkout, you will find it located under
!     <code>apps/tests/TestPrintf</code>.  Otherwise, you can obtain it from
      cvs by running the following set of commands from a terminal window:
      </p>
  
      <pre>
! cd $TOSROOT/apps/tests
  cvs -d:pserver:anonymous at tinyos.cvs.sourceforge.net:/cvsroot/tinyos login
! cvs -z3 -d:pserver:anonymous at tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P -d TestPrintf tinyos-2.x/apps/tests/TestPrintf</pre>
      <p>
      Just hit enter when prompted for a CVS password.  You do not need to enter one.
--- 120,131 ----
      the official TinyOS distribution (<= 2.0.2).  If you are using TinyOS
      from a cvs checkout, you will find it located under
!     <code>apps/tutorials/Printf</code>.  Otherwise, you can obtain it from
      cvs by running the following set of commands from a terminal window:
      </p>
  
      <pre>
! cd $TOSROOT/apps/tutorials
  cvs -d:pserver:anonymous at tinyos.cvs.sourceforge.net:/cvsroot/tinyos login
! cvs -z3 -d:pserver:anonymous at tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P -d Printf tinyos-2.x/apps/tutorials/Printf</pre>
      <p>
      Just hit enter when prompted for a CVS password.  You do not need to enter one.

Index: lesson16.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson16.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lesson16.html	3 Sep 2007 22:38:41 -0000	1.1
--- lesson16.html	4 Sep 2007 22:51:38 -0000	1.2
***************
*** 417,426 ****
  Low Power Sensing Application
  </h1>
! A fully functional low-power sensing application that combines each of the techniques 
! found in this tutorial can be found in <code>apps/tutorials/LowPowerSensing</code>.  This
  application has been tested on telosb and mica2 platforms, but should be usable
  on others without modification.  Take a look at the README file found in the top level directory
  for more information.
! 
  <a name=#related_docs>
  <h1>Related Documentation</h1>
--- 417,442 ----
  Low Power Sensing Application
  </h1>
! <p>
! A fully functional low-power sensing application has been created that combines each 
! of the techniques found in this tutorial.  At present, this application is not included 
! in the official TinyOS distribution (<= 2.0.2).  If you are using TinyOS from a cvs 
! checkout, you will find it located under <code>apps/tutorials/LowPowerSensing</code>.  
! Otherwise, you can obtain it from
! cvs by running the following set of commands from a terminal window:
! </p>
! 
!     <pre>
! cd $TOSROOT/apps/tutorials
! cvs -d:pserver:anonymous at tinyos.cvs.sourceforge.net:/cvsroot/tinyos login
! cvs -z3 -d:pserver:anonymous at tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P -d LowPowerSensing tinyos-2.x/apps/tutorials/LowPowerSensing</pre>
!     <p>
!     Just hit enter when prompted for a CVS password.  You do not need to enter one.
!     </p>
! 
! This
  application has been tested on telosb and mica2 platforms, but should be usable
  on others without modification.  Take a look at the README file found in the top level directory
  for more information.
! </p>
  <a name=#related_docs>
  <h1>Related Documentation</h1>



More information about the Tinyos-2-commits mailing list