Re:Re:[Tinyos-help] TinyViz

2007-03-30 Thread Boushra MAALA
hi, you must do the followed steps : cd to TestTinyViz directory typemake pc export DBG=usr1 build/pc/main.exe -gui 30 ( do not press Ctrl +C ,you must keep it works and do the followings) cd to tools/java/net/tinyos/sim typemake then type java net.tinyos.sim.TinyViz you must see

[Tinyos-help] Re: problem about jtag

2007-03-30 Thread SANG Junjun
I copy the files under /opt/msp430/lib/python2.3/site-packages to /usr/lib/python2.4//site-packages now errors like this come out: msp430-objcopy --output-target=ihex build/hawk/main.exe build/hawk/main.ihex writing TOS image cp build/hawk/main.ihex build/hawk/main.ihex.out installing

[Tinyos-help] Re: TinyViz

2007-03-30 Thread yogesh gavali
hi, this also works well with me you do the followed steps : cd to TestTinyViz directory 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/sim type make then type

[Tinyos-help] Some puzzles about Tossim in tinyos2.0

2007-03-30 Thread roy liu ^-^
Hi,everyone! I used to work in tinyos1.15.Since it could provide me a milli-timer,I intend to use tinyos2.0 instead of it. I feel the tossim in tinyos2.0 has a big difference with former 1.x,there are some puzzles to ask for help:firstly, does it only simulate platform micaz?

[Tinyos-help] A table of timers

2007-03-30 Thread Romain Thouvenin
Hello, To implement a routing table, I need a number of timers for each entry. I may have missed something obvious, but I am not sure about how to do that. At first, I tried to wire all the parameterized interfaces of HilTimerMilliC, with something like : MyTable { uses interface Timer[uint8_t

Re: [Tinyos-help] A table of timers

2007-03-30 Thread Philip Levis
On Mar 30, 2007, at 6:32 AM, Romain Thouvenin wrote: Hello, To implement a routing table, I need a number of timers for each entry. I may have missed something obvious, but I am not sure about how to do that. At first, I tried to wire all the parameterized interfaces of HilTimerMilliC, with

Re: [Tinyos-help] TOSSIM HELP

2007-03-30 Thread Bibudh Lahiri
What results do u want? Do u want to see the packet exchanges? If u want to visualize the graph and the packet exchanges, use TinyViz with appropriate plugins. On 3/30/07, santosh bhima [EMAIL PROTECTED] wrote: hi, I have a problem.after creating and simulating a network in tossim.how to get

Re: [Tinyos-help] A table of timers

2007-03-30 Thread Romain Thouvenin
On 3/30/07, Philip Levis [EMAIL PROTECTED] wrote: On Mar 30, 2007, at 6:32 AM, Romain Thouvenin wrote: But you can instantiate a VirtualizeTimerC with the number of entries you have in your routing table, and just wire to it. You can virtualize on top of a single underlying TimerMilliC,

Re: [Tinyos-help] node transmission failure

2007-03-30 Thread Michael Schippling
If you are using mica2's you should compile everything in the contrib/xbow tree where there is radio code that actually works. Also make sure you have defined the right frequencies for your devices (and you're not mixing 2's with Z's are you?). If you are using micaZ's you need TOS1.1.10 or

[Tinyos-help] A little confuse about MDA300CA excitation power

2007-03-30 Thread Demin Wang
Hi, all I have a little confuse about the DELAY_BEFORE_MEASUREMENT parameter in MDA300CA. In my application, I want the EXCITATION_50 on for 2 seconds before actually measure the sensor signal. The sensor is powered by 5.0v from MDA300CA board. The comment in the program say if I set

[Tinyos-help] windows-based app

2007-03-30 Thread Bill Leal
I'm developing a tiny-os app that has a network of tmotes, one of which is attached via usb to a pc. On the pc side I'd like all the software to run in native windows (no cygwin). I'd prefer to write the software in C#. In any case, I'll need a component like Listen to handle the usb

Re: [Tinyos-help] windows-based app

2007-03-30 Thread Vinayak Naik
MSR Sense has MoteForwarder utility. 1/31/2006: We released MSR Sense 0.1.3a. A key feature added to this release is the MoteForwarder, a C# version serial forwarder that converts a USB serial connection a TCP socket server connection. Thus, MSR Sense is not dependent on TinyOS and Java.

[Tinyos-help] RE: Tinyos-help Digest, Vol 47, Issue 118

2007-03-30 Thread yicheng
Hi John, Since you are the last person who edits the piece of source code, can you answer the question? Thanks! Yicheng -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, March 29, 2007 6:00 PM To:

[Tinyos-help] MDA300 support in Tinyos2.x?

2007-03-30 Thread Demin Wang
Hi, all, I am wondering if there exists MDA300 sensorboard drivers for Tinyos2.x? Thanks a lot. Demin ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Compile Error when trying to get location information in Tossim

2007-03-30 Thread vasanth rajamani
HiI had posted this earlier, but I just realized the format was not readable. My understanding is that the only way to Location information in TOSSIM is by using the FakeLocation componentfound in TestTinyViz. Is there any other way?I tried using FakeComponent and am getting a compile