File: tos-mviz.1

package info (click to toggle)
tinyos-tools 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,140 kB
  • ctags: 1,626
  • sloc: cpp: 10,398; sh: 1,229; python: 1,200; ansic: 562; makefile: 305; xml: 24
file content (17 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH tos-mviz 1 "Oct 24, 2006"
.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.