[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc tos-mviz, NONE, 1.1.2.1 tos-mviz.1, NONE, 1.1.2.1 Makefile.am, 1.1.2.9, 1.1.2.10

Phil Levis scipio at users.sourceforge.net
Tue Oct 24 18:24:54 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8526

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	Makefile.am 
Added Files:
      Tag: tinyos-2_0_devel-BRANCH
	tos-mviz tos-mviz.1 
Log Message:
Add scripts for running the mviz tool.


--- NEW FILE: tos-mviz ---
#!/bin/bash
#
# $Id: tos-mviz,v 1.1.2.1 2006/10/25 01:24:52 scipio Exp $ 
#

printenv CLASSPATH
java net.tinyos.mviz.DDocument $*


--- NEW FILE: tos-mviz.1 ---
.TH tos-mviz 1 "Oct 24, 2006"
.LO 1
.SH NAME

tos-mviz - Launch MViz, the TinyOS network visualizer 
.SH SYNOPSIS

\fBtos-mviz\fR [\fB-comm\fR \fIserial-source\fR] \fImig-class\fR [\fImig-class]...
.SH DESCRIPTION

\fBtos-mviz\fR launches MViz, the TinyOS network visualizer. MViz is a replacement
for the Surge application of earlier TinyOS versions. MViz reads packets from
a packet source and displays their data in a GUI. MViz takes the class names of
mig-generated Java classes as parameters; it parses these packets and displays their
fields. For MViz to be able to understand a mig packet, it must have an \fIorigin\fR
field which denotes which node the data is from. Please see TinyOS tutorial 12: MViz,
for more detail.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc/Makefile.am,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -d -r1.1.2.9 -r1.1.2.10
*** Makefile.am	4 Feb 2006 04:33:31 -0000	1.1.2.9
--- Makefile.am	25 Oct 2006 01:24:52 -0000	1.1.2.10
***************
*** 6,9 ****
--- 6,10 ----
                  tos-locate-jre.1	\
                  tos-mote-key.1		\
+                 tos-mviz.1              \
                  tos-serial-configure.1	\
                  tos-serial-debug.1	\
***************
*** 18,21 ****
--- 19,23 ----
  	      tos-locate-jre \
  	      tos-mote-key \
+               tos-mviz    \
  	      tos-serial-configure \
  	      tos-set-symbols \



More information about the Tinyos-2-commits mailing list