[Tinyos-help] how to get the tinyviz from cygwin

primalfear 69 primeballerina at gmail.com
Fri Sep 8 05:56:02 PDT 2006


*hello all*
**
*i am using tinyos-1.x, in windows XP.*
**
*i have built the tinyviz and now i have the gui with me.*
**
*now comes few questions......:)*
**
*1)    what are the commands to call tinyviz from cygwin.*
**
*        i went through the tutorials lesson5 and am not able to exactly
understand *

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


To get started, look at the
apps/TestTinyViz<file:///D:/tinyos%20share%20on%20BINU%20(192.168.10.7)/tinyOs%20full/tinyosfull/www.tinyos.net/tinyos-1.x/apps/TestTinyViz/TestTinyVizM.nc>application,
which causes motes to periodically send a message to a random
neighbor. There isn't anything interesting about the application itself, but
it will allow us to demonstrate the basic features of TinyViz. Go ahead and
build the app with make pc.

To compile TinyViz, cd to the tools/java/net/tinyos/sim directory and type
make. This will build the TinyOS program as tinyviz.jar, a stand-alone Java
JAR file that you can run with the tinyviz script, found in this directory.
Place this script on your PATH and you will be able to run tinyviz directly
from the command line.

Start up TinyViz, running the TestTinyViz app, as follows:

export DBG=usr1
tinyviz -run build/pc/main.exe 30


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

 *        what are these commands.*
*        export DBG=usr1   (usr1,usr2,temp)........... what does this line
exactly means.*
*        *
*        tinyviz -run build/pc/main.exe 30........ i get bash: tinyviz:
command not found*


*2) what is *.mps files?   if i want to load directly to the tinyviz GUI how
to build these files/where to get these to try out few.*
**
*Regards*
*Primlfear*
**
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20060908/ea0d5c04/attachment.html


More information about the Tinyos-help mailing list