[Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson11.html, 1.11, 1.12

Phil Levis scipio at users.sourceforge.net
Wed Jun 6 10:58:07 PDT 2007


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

Modified Files:
	lesson11.html 
Log Message:
Add PYTHONPATH and CPM length comments.


Index: lesson11.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson11.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** lesson11.html	24 Apr 2007 19:58:15 -0000	1.11
--- lesson11.html	6 Jun 2007 17:58:04 -0000	1.12
***************
*** 604,609 ****
        trace as input has a cost of approximately 10MB per node. You
        can reduce this overhead by using a shorter trace; this will of
!       course reduce simulation fidelity. Future versions of TOSSIM
!       will reduce this greatly through optimization.</p>
  
        <p>You can also use 
--- 604,610 ----
        trace as input has a cost of approximately 10MB per node. You
        can reduce this overhead by using a shorter trace; this will of
!       course reduce simulation fidelity. <u>The trace
!       must be at least 100 entries long, or CPM will not work as it does
!       not have enough data to generate a statistical model.</u> </p>
  
        <p>You can also use 
***************
*** 899,903 ****
          object that parses the XML file to extract all of the relevant
          information. You have to import the Python support package for
!         TOSSIM to do this:</p>
  
          <pre>
--- 900,907 ----
          object that parses the XML file to extract all of the relevant
          information. You have to import the Python support package for
!         TOSSIM to do this. First, set your PYTHONPATH environment variable
! 	to point to <tt>tinyos-2.x/support/sdk/python</tt>. This tells
! 	Python where to find the TOSSIM packages. Then, in an interpreter
! 	type this:</p>
  
          <pre>



More information about the Tinyos-2-commits mailing list