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

Phil Levis scipio at users.sourceforge.net
Mon Jun 18 17:43:31 PDT 2007


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

Modified Files:
	lesson11.html 
Log Message:
Updates from small nits noted by Tal.


Index: lesson11.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson11.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** lesson11.html	6 Jun 2007 17:58:04 -0000	1.12
--- lesson11.html	19 Jun 2007 00:43:27 -0000	1.13
***************
*** 317,321 ****
  '__swig_getmethods__', '__swig_setmethods__', '__weakref__', 'addChannel',
  'currentNode', 'getNode', 'init', 'mac', 'newPacket', 'radio', 'removeChannel',
! 'runNextEvent', 'setCurrentNode', 'setTime', 'this', 'thisown', 'time', 'timeStr']
          </pre>
  
--- 317,321 ----
  '__swig_getmethods__', '__swig_setmethods__', '__weakref__', 'addChannel',
  'currentNode', 'getNode', 'init', 'mac', 'newPacket', 'radio', 'removeChannel',
! 'runNextEvent', 'setCurrentNode', 'setTime', 'this', 'thisown', 'ticksPerSecond', 'time', 'timeStr']
          </pre>
  
***************
*** 569,580 ****
  
        <pre>
! -97
  -98
  -98
! -86
! -90
! -91
! -87
! -87
  -98
  -98
--- 569,580 ----
  
        <pre>
! -39
  -98
  -98
! -98
! -99
! -98
! -94
! -98
  -98
  -98
***************
*** 870,882 ****
          <p>The format of a configuration file is beyond the scope of
          this document: the tool has its own <A
!         HREF="usc-topologies.html">documentation</A>. TOSSIM has two sample configuration
          files generated from the tool in
!         <code>tos/lib/tossim/topologies</code>. The first is <code><A
!         HREF="">grid.txt</A></code>, which is a 10x10 grid of nodes
!         spaced roughly 40 feet apart. Each node is placed randomly
!         within a 40'x40' "cell." The cells follow a strict grid. The
!         second file is <code><A HREF="">scatter.txt</A></code>, which is
!         100 nodes scattered randomly (with a uniform distribution)
!         over a 360'x360' area. Note that the tool uses random numbers,
          these configuration files can generate multiple different
          network topologies. Network topology files generated from the
--- 870,877 ----
          <p>The format of a configuration file is beyond the scope of
          this document: the tool has its own <A
!         HREF="usc-topologies.html">documentation</A>. TOSSIM has a few sample configuration
          files generated from the tool in
!         <code>tos/lib/tossim/topologies</code>. 
!         Note that the tool uses random numbers,
          these configuration files can generate multiple different
          network topologies. Network topology files generated from the
***************
*** 1204,1208 ****
  pkt.setDestination(0)
  
! print "Delivering " + msg.__str__() + " to 0 at " + str(t.time() + 3);
  pkt.deliver(0, t.time() + 3)
  
--- 1199,1203 ----
  pkt.setDestination(0)
  
! print "Delivering " + str(msg) + " to 0 at " + str(t.time() + 3);
  pkt.deliver(0, t.time() + 3)
  



More information about the Tinyos-2-commits mailing list