[Tinyos-2-commits] CVS: tinyos-2.x/doc/html deluge-t2-manual.css, 1.1, 1.2 deluge-t2-manual.html, 1.5, 1.6

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Mon Jul 9 18:17:42 PDT 2007


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

Modified Files:
	deluge-t2-manual.css deluge-t2-manual.html 
Log Message:
This commit from Chieh-Jan (Mike) Liang fixes the following issues:
- Add a new command to reprogram the network (instead of motes automatically reprogram after they receive an image).
- Update the documentation to reflect the new command.
- Add README.txt files for the examples.


Index: deluge-t2-manual.css
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/deluge-t2-manual.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** deluge-t2-manual.css	22 May 2007 20:34:20 -0000	1.1
--- deluge-t2-manual.css	10 Jul 2007 01:17:39 -0000	1.2
***************
*** 17,20 ****
--- 17,22 ----
                 font-size: 200%;
                 font-weight: normal;
+                margin-top: 2.8em;
+                text-align: center;
                 }
  
***************
*** 95,104 ****
                 }
  
-                /*
-                .verbatim {
-                color: #4d0000;
-                }
-                */
- 
                 tt i {
                 font-family: serif;
--- 97,100 ----
***************
*** 109,115 ****
                 }
  
                 .scheme em {
-                font-family: serif;
                 color: black;
                 }
  
--- 105,117 ----
                 }
  
+                /*
+                .verbatim {
+                color: #4d0000;
+                }
+                */
+ 
                 .scheme em {
                 color: black;
+                font-family: serif;
                 }
  
***************
*** 184,187 ****
--- 186,190 ----
                 color: gray;
                 font-size: 80%;
+                font-style: italic;
                 text-align: right;
                 }
***************
*** 190,193 ****
                 color: gray;
                 }
- 
                 
\ No newline at end of file
--- 193,195 ----

Index: deluge-t2-manual.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/deluge-t2-manual.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** deluge-t2-manual.html	21 Jun 2007 18:52:12 -0000	1.5
--- deluge-t2-manual.html	10 Jul 2007 01:17:39 -0000	1.6
***************
*** 10,13 ****
--- 10,15 ----
  </head>
  <body>
+ <div id=title>
+ <p></p>
  <p>
  
***************
*** 20,28 ****
  
  </p>
! <h1 class=title align=center><br><br>Deluge T2 - Programming Manual</h1>
  <p></p>
  <div align=center>
  Chieh-Jan Mike Liang<br>
! Razvan Musaloiu-E.<p>June 21, 2007</p>
  </div>
  <p></p>
--- 22,30 ----
  
  </p>
! <h1 class=title>Deluge T2 - Programming Manual</h1>
  <p></p>
  <div align=center>
  Chieh-Jan Mike Liang<br>
! Razvan Musaloiu-E.<p>July 9, 2007</p>
  </div>
  <p></p>
***************
*** 215,219 ****
  example,
  </p>
! <pre class=verbatim>   % tos-deluge /dev/ttyUSB0 telosb -r 1
  </pre><p>
  After a few moments, the mote will begin quickly flashing the LEDs to 
--- 217,221 ----
  example,
  </p>
! <pre class=verbatim>   % tos-deluge /dev/ttyUSB0 telosb -b 1
  </pre><p>
  After a few moments, the mote will begin quickly flashing the LEDs to 
***************
*** 226,233 ****
  </pre><p>
  This command instructs the base station to notify the whole network of 
! the availablility of a new program image. This notification is currently 
  done via TinyOS dissemination service, and it triggers all motes in the 
! network to get the new program image. Upon receiving the complete image 
! over-the-air, each node automatically reboots and reprograms itself.</p>
  <p>
  </p>
--- 228,239 ----
  </pre><p>
  This command instructs the base station to notify the whole network of 
! the availability of a new program image. This notification is currently 
  done via TinyOS dissemination service, and it triggers all motes in the 
! network to get the new program image. After all motes receive the image 
! over-the-air, you can instruct the base station to disseminate a command 
! to reprogram the network. For example,
! </p>
! <pre class=verbatim>   % tos-deluge /dev/ttyUSB0 telosb -r 1
! </pre><p></p>
  <p>
  </p>
***************
*** 282,288 ****
  <p>
  </p>
! <div align=right class=colophon>
! <i>Last modified: Thursday, June 21st, 2007<br>
! HTML conversion by <a href="http://www.ccs.neu.edu/~dorai/tex2page/tex2page-doc.html">TeX2page 2004-09-11</a></i>
  </div>
  </body>
--- 288,293 ----
  <p>
  </p>
! <p></p>
! <div align=right class=colophon>Last modified: Monday, July 9th, 2007 8:43:40pm<br><div align=right class=advertisement>HTML conversion by <a href="http://www.ccs.neu.edu/~dorai/tex2page/tex2page-doc.html">TeX2page 20050501</a></div></div>
  </div>
  </body>



More information about the Tinyos-2-commits mailing list