[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/websites/agilla/docs/tutorials 9_debug.html, 1.1, 1.2

Chien-Liang Fok chien-liang at users.sourceforge.net
Wed Sep 20 22:56:38 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/websites/agilla/docs/tutorials
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15678/docs/tutorials

Modified Files:
	9_debug.html 
Log Message:
fixed mistake in sf port specification.


Index: 9_debug.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/websites/agilla/docs/tutorials/9_debug.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 9_debug.html	13 Jan 2006 20:15:05 -0000	1.1
--- 9_debug.html	21 Sep 2006 05:56:36 -0000	1.2
***************
*** 21,25 ****
  
            <p><em>Last Updated on 
!             <!-- #BeginDate format:Am1a -->November 14, 2005 6:25 PM<!-- #EndDate -->
              .</em></p>
            <p>Agilla programs can be debugged and simulated using <a href="http://www.cs.berkeley.edu/%7Epal/pubs/nido.pdf" target="_top">TOSSIM</a>.
--- 21,25 ----
  
            <p><em>Last Updated on 
!             <!-- #BeginDate format:Am1a -->September 21, 2006 0:56 AM<!-- #EndDate -->
              .</em></p>
            <p>Agilla programs can be debugged and simulated using <a href="http://www.cs.berkeley.edu/%7Epal/pubs/nido.pdf" target="_top">TOSSIM</a>.
***************
*** 120,124 ****
  <pre class="screen">$ cd $TOSROOT/tools/java; java net.tinyos.sf.SerialForwarder -comm tossim-serial &
  $ java -Djava.security.policy=java.policy edu.wustl.mobilab.agilla.AgentInjector \
! -comm tossim-serial -d</pre>
  
  			<p>The first command starts the Serial Forwarder running. The second command
--- 120,124 ----
  <pre class="screen">$ cd $TOSROOT/tools/java; java net.tinyos.sf.SerialForwarder -comm tossim-serial &
  $ java -Djava.security.policy=java.policy edu.wustl.mobilab.agilla.AgentInjector \
! -comm sf at localhost:9001 -d</pre>
  
  			<p>The first command starts the Serial Forwarder running. The second command



More information about the Tinyos-contrib-commits mailing list