I encoutered the same problem and solved it by Boushra's suggestion. However, although it works, the running time is very slow, just 0.001s passing in every second.
Message: 2Date: Tue, 24 Apr 2007 09:07:27 -0700 (PDT)From: Boushra MAALA <[EMAIL PROTECTED]>Subject: Re: [Tinyos-help] problem with TinyvizTo: [EMAIL PROTECTED]: <[EMAIL PROTECTED]>Content-Type: text/plain; charset="iso-8859-1" hi, if you use tinyos1 and cygwin window, you can try the followed steps : cd to TestTinyViz directory or any apps you want to use then:type make pc export DBG=usr1,all build/pc/main.exe -gui 30 (do not press Ctrl +C , open another window of cygwin and do following steps as ) cd to tools/java/net/tinyos/simtype makethen type java net.tinyos.sim.TinyViz you will get the tinyviz window and when you can select the plugins that you want to use. boushra CASTEL Myriam <[EMAIL PROTECTED]> wrote: I'm starting now with tinyOS and tinyViz tools. I tried to run tinyViz,as described in tinyos.net tutorial http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html the windows of tinyViz is open after typingexport DBG=usr1tinyviz -run build/pc/main.exe 30 in apps/TestTinyViz. But the simulation does not run. When I push on theplay button, selecting some plugins before, does not happens anything.What is the reason ? Derek FOol 2007-04-25
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
