Re: [Tinyos-help] Usb to serial port converter,USB port ID

2008-09-16 Thread Daniel Patrick
Hi, You have to use: make mica2 install mib510,/dev/ttyUSB0 I hope it helps you. Daniel Patrick On Tue, Sep 16, 2008 at 5:32 AM, milos rovcanin <[EMAIL PROTECTED]> wrote: > > Ok,i have a problem! I am using an usb to serial port converter because my > laptop doesn't hav

[Tinyos-help] TinyViz - tinyos-2.x

2008-09-16 Thread Daniel Patrick
Hi All, Is TinyViz working in tinyos-2x ? Beyond the http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html link, where can I find more informatin about it? Thanks all Best regards Daniel Patrick ___ Tinyos-help mailing list Tinyos-help

Re: [Tinyos-help] tree level (hop count) information in CTP?

2008-10-01 Thread Daniel Patrick
Hi All, I didn't understand. Who has the getTHL method? Thanks all My regards 2008/10/1 Hui Kang <[EMAIL PROTECTED]>: > The root can get the hop counter from getTHL. > But how can a node infer the hop counter to root? > > - Hui Kang > > Omprakash Gnawali wrote: >> 2008/10/1 白惠文 <[EMAIL PROTECTED]

[Tinyos-help] Error: /tmp/cc54Tdog.s:37: Error: unrecognized symbol type ""

2008-10-08 Thread Daniel Patrick
ror: `)' required /tmp/cc54Tdog.s:49: Error: unknown opcode `m_next' /tmp/cc54Tdog.s:53: Error: unknown opcode `m_tail' /tmp/cc54Tdog.s:58: Error: `,' required /tmp/cc54Tdog.s:58: Error: constant value required /tmp/cc54Tdog.s:58: Error: garbage at end of line /tmp/cc54Tdog.s:58: E

Re: [Tinyos-help] Easily displaying data in the PC

2008-10-09 Thread Daniel Patrick
You can find some application in tinyos-2.x/support/sdk C, CPP, Python and Java On Thu, Oct 9, 2008 at 9:40 AM, <[EMAIL PROTECTED]> wrote: > I would like to know if there is a way of displaying some data from my > mote in the computer without the implement of a java application. I tried > to use

[Tinyos-help] TOSSIM - sim / sim-sf

2008-10-09 Thread Daniel Patrick
unNextEvent". The same script/application works fine in the TinyOS 2.0.1 version. My question is: How can I modify the TinyOS 2.0.1 to support sim-sf? Please, give me any suggestion. Thanks a lot My regards Daniel Patrick ___ Tinyos-help mailing list

Re: [Tinyos-help] TOSSIM - sim / sim-sf

2008-10-09 Thread Daniel Patrick
ie Patrick On Thu, Oct 9, 2008 at 1:28 PM, Andrey Gursky <[EMAIL PROTECTED]> wrote: > Daniel, > > first of all you can check the number of noise traces: it should be greater > than 100. > > Best wishes, > Andrey > > > > Daniel Patrick wrote: >> >>

[Tinyos-help] Tossim: MultihopOscilloscope x Oscilloscope

2008-10-12 Thread Daniel Patrick
s are not called with the MultihopOscilloscope? Thanks a lot. Best regards Daniel Patrick File: test.py - Slice of code # radio msg msg = Oscilloscope() msg.set_count(0xFF); msg.set_version(0x01); msg.set_interval(10); msg.set_id(2); msg.set_readings([1,2,3,4]); # Packet pkt = t.newP

[Tinyos-help] tossim newPacket - help

2008-10-13 Thread Daniel Patrick
Hi All, Is the newPacket method work with multihop communication? I've done a python script that works fine with Oscilloscope application, but the python script doesn't work with MultihopOscilloscope application. What should I do to solve this? thanks a lot Dani

[Tinyos-help] TOSSIM - Multihop application

2008-10-14 Thread Daniel Patrick
Dear All, I've been trying to receive some answer about the TOSSIM and MultihopOscilloscope application, but nobody has been answered. However, I'd like only to know if anybody could to simulate with TOSSIM using newPacket method in the MultihopOscilloscope application. I've been investigating, bu

[Tinyos-help] TOSSIM update a variable

2008-10-20 Thread Daniel Patrick
type = (char*)""; str.len = strlen(""); str.isArray = 0; } return str; } What I understand here is the "data" is my variable, so I have to set a new value in this variable. Is it true? Thanks all. My regards, Daniel Patrick _

[Tinyos-help] CollectionSenderC.send()

2008-11-05 Thread Daniel Patrick
.send() is always SUCCESS. Thanks all Daniel Patrick ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] CollectionSenderC.send()

2008-11-06 Thread Daniel Patrick
memcpy(o, &payloadmsg, sizeof(payloadmsg)); if (call Send.send(&datamsg, sizeof(payloadmsg)) == SUCCESS) sendbusy = TRUE; else report_problem(); Thanks you very much. On Wed, Nov 5, 2008 at 4:54 PM, Omprakash Gnawali <[EMAIL PROTECTED]> wrote: > On Wed, Nov 5, 2008 a

Re: [Tinyos-help] CollectionSenderC.send()

2008-11-08 Thread Daniel Patrick
You are right, the problem was the size of my structure. Thank you very much. On Sat, Nov 8, 2008 at 2:45 PM, Omprakash Gnawali <[EMAIL PROTECTED]> wrote: > On Thu, Nov 6, 2008 at 4:46 AM, Daniel Patrick <[EMAIL PROTECTED]> wrote: >> My application follow the same interface

[Tinyos-help] target makefile sim

2008-11-10 Thread Daniel Patrick
n use in my nesc code. Thanks all Best regards Daniel Patrick ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] target makefile sim

2008-11-10 Thread Daniel Patrick
Hi All, I can use the TOSSIM define. It is working fine. Thanks all Daniel Patrick On Mon, Nov 10, 2008 at 9:23 AM, Daniel Patrick <[EMAIL PROTECTED]> wrote: > Hi All, > > When I type "make micaz sim", I'd like to add some #ifdefs in my code > related to "

[Tinyos-help] synchronization in TOSSIM

2008-11-13 Thread Daniel Patrick
cult, but is it possible to synchronize the nodes in the TOSSIM? Thanks all Daniel Patrick ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Transmission rate micaz

2008-12-05 Thread Daniel Patrick
Hi All, What is the transmission rate of micaz? Thanks all ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help