[Tinyos-help] TestTinyViz

2007-12-20 Thread Bill Tomon
I'm a newbie in TinyOS I successfully installed TinyOS 1.1.0-1is and when I did toscheck there were no errors. However, using http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html I tried the TOSSIM simulator. Everything was OK until I tried to install TestTinyViz and I came up with the follo

[Tinyos-help] TestTinyViz

2007-12-20 Thread Bill Tomon
*This is the message I sent earlier when I was not a member of this mailinglist.* I'm a newbie in TinyOS I successfully installed TinyOS 1.1.0-1is and when I did toscheck there were no errors. However, using http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html I tried the TOSSIM simulator.

[Tinyos-help] TestTinyViz

2008-06-05 Thread Daniel Pereira
Hi All, When I start up the TestTinyViz app, I receive the following [EMAIL PROTECTED]:~/dpp/mote/cvs/tinyos-1.x/apps/TestTinyViz$ tinyviz -run build/pc/main.exe 30 java -Dpython.cachedir=/tmp/jython.cache -DDBG=usr1 -DSIMDBG= net.tinyos.sim.SimDriver -gui -run build/pc/main.exe 30 Starting SimDr

[Tinyos-help] TestTinyViz help

2005-12-15 Thread L Tony
hi, When I run TestTinyViz,as the tinyos tutorial, export DBG=usr1 tinyviz -run build/pc/main.exe 30 I got "unable to run simulation: java.io.IOException". Is there anybody who can help me to solve this problem? Another question is, what's the editor for programming nesC? Thanks. Best regards

[Tinyos-help] TestTinyViz help

2005-12-20 Thread L Tony
hi, I'm a beginner of tinyos. When I run the TestTinyViz app, as the tinyos tutorial, export DBG=usr1 tinyviz -run build/pc/main.exe 30 I got "unable to run simulation:java.io.IOException". Is there anybody who can tell me how to solve this problem? Another question is, what's the editor for

Re: [Tinyos-help] TestTinyViz help

2005-12-16 Thread Andrea Pacini
Try to use , instead of tinyviz -run ..., this commmand: ./build/pc/main.exe -gui 30 & (run the program in background) java net.tinyos.sim.SimDriver -gui (start tinyviz) For editing nesC there are no specific editor , but you can use Notepad , for example. Andrea L Tony wrote: hi,