Re: [Tinyos-help] Running TOSSIM on Vista

2007-09-15 Thread Chad Metcalf
The just-use-Linux rope is much shorter now that there are nice vm tools. VMware player is free. http://vmware.com/products/player/ All you need is to download an image, which Kevin Klues was nice enough to provide for us based on the XubunTOS image. http://sing.stanford.edu/tinyos/dists/xubuntos

Re: [Tinyos-help] Running TOSSIM in Windows

2007-09-15 Thread Chad Metcalf
TOSSIM works fine in a VMware image of XubunTOS. Kevin Klues has made an VMware image available here: http://sing.stanford.edu/tinyos/dists/xubuntos-2.0-vm.tar.gz The email on the subject is here: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2007-September/027748.html Or you can r

Re: [Tinyos-help] Running TOSSIM on Vista

2007-09-15 Thread Michael Schippling
I might point out that the TOS toolchain does work on Widows XP and there has been some chatter about Vista on this list. You can search back and see if anything useful transpired, and look at tinyos.net for various platform distributions. Otherwise I'm pretty much at the beginning of the just-use

Re: [Tinyos-help] Running TOSSIM on Vista

2007-09-15 Thread John Griessen
Darshana Wickramaratne wrote: I am running Windows Vista (not by choice) on my laptop and also have a copy of Cygwin installed. I would like to know if there is any way to get the TOSSIM simulator started if I was to create a VMWare image of the XubuntOS Live CD image ISO file. If this is p

[Tinyos-help] Running TOSSIM in Windows

2007-09-15 Thread Darshana Wickramaratne
Hello! I wish to expand my knowledge of wireless sensor networks by making use of the TOSSIM simulator as included with the TinyOS. I am running Windows Vista (not by choice) on my laptop and also have a copy of Cygwin installed. I would like to know if there is any way to get the TOSSIM si

RE: [Tinyos-help] Running TOSSIM simulation for specified virtual time

2007-07-12 Thread vazoumana fofana
yes, i send you en ewample : it s in nanoseconds from TOSSIM import * import sys f = open("log2.txt", "w") t = Tossim([]) r= t.radio() t.init r.add(0, 1, -54.0) r.add(1, 0, -53.0) t.addChannel("emission", sys.stdout); t.addChannel("reception", sys.stdout); t.addChannel("emission", f); t.addChanne

[Tinyos-help] Running TOSSIM simulation for specified virtual time

2007-07-12 Thread Muhammad Hamad Aliazi
Hi, In TinyOS-1 TOSSIM simulation could be run for a specified number of simulated seconds using "-t" option. However, in TinyOS-2 the simulation is configured by using a driver program which contains a loop that runs events from the simulation queue. Is there any way in TinyOS-2 to configure TO

Re: [Tinyos-help] Running TOSSIM simulation for specified virtual time

2007-06-22 Thread Philip Levis
On Jun 22, 2007, at 3:16 AM, [EMAIL PROTECTED] wrote: Hi, In TinyOS-1 TOSSIM simulation could be run for a specified number of simulated seconds using "-t" option. However, in TinyOS-2 the simulation is configured by using a driver program which contains a loop that runs events from the s

[Tinyos-help] Running TOSSIM simulation for specified virtual time

2007-06-22 Thread Hamad . Alizai
Hi, In TinyOS-1 TOSSIM simulation could be run for a specified number of simulated seconds using "-t" option. However, in TinyOS-2 the simulation is configured by using a driver program which contains a loop that runs events from the simulation queue. Is there any way in TinyOS-2 to configu

Re: [Tinyos-help] RUNNING TOSSIM

2007-03-20 Thread Wouter Horré
Hi, On Monday 19 March 2007 16:50, Vanesa Hurtado Gonzalez wrote: > >>>m = t.getNode(32); > >>>m.bootAtTime(45654); > >>>t.runNextEVent() This is a typo in the tutorial. Try t.runNextEvent()... > Traceback (most recent call last): > File "", line 1, in ? > File "TOSSIM.py", line 230, in >

[Tinyos-help] RUNNING TOSSIM

2007-03-19 Thread Vanesa Hurtado Gonzalez
Hi!! I've compiled Blink in TOSSIM successfully typing make micaz sim as in the instructions of lesson 11, but when I try run it , I get this error: [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink# python Python 2.4.3 (#2, Oct 6 2006, 07:52:30) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2 Type

[Tinyos-help] Running TOSSIM simulator

2006-11-27 Thread Yu, Mengji
Hi there, Has anyone there had any experience of using 'TOSSIM' simulator which comes along with the TinyOS under the xbow folder? The TOSSIM simulator window will automatically disappear after I run the 'tinyviz -run build/pc/man.exe 30' command as mentioned in the lesson 5 of the tutoria