[Tinyos-help] Collection

2009-08-18 Thread giorgio
Is it possible send data with the collection protocoll only to the parent of the node that send ?For my purpose is it important to send data only on one hop that is every node must send at the same time at his parent as if it is a chain.For the moment I use the collection protocol to send to the

Re: [Tinyos-help] Count transmission/retransmission using TOSSIM (gdb)

2009-08-18 Thread Rémi Villé
2009/8/17 Razvan Musaloiu-E. > Hi! > > > On Mon, 17 Aug 2009, Rémi Villé wrote: > > 2009/8/17 Razvan Musaloiu-E. >> >> Hi! >>> >>> >>> On Wed, 12 Aug 2009, Rémi Villé wrote: >>> >>> 2009/8/12 Omprakash Gnawali >>> On Tue, Aug 11, 2009 at 9:31 AM, Rémi Villé wrote: >

[Tinyos-help] OLSR MPR selection

2009-08-18 Thread Mazid H Chowdhury
Dear All, I need OLSR MPR selection coding for TinyOS. Please help me. Thank you in advance. MazidH ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Timers in msp430x2274

2009-08-18 Thread aldo
Hello, I'm trying to mount the timer stack for msp430x2274 because of the msp430 default timer stack (found in /tos/chips/msp430/Timer) doesn't work for me in my mcu. - First of all the stack found in /tos/chips/msp430/Timer can be used for any msp430 family processor?. Or the only thing to be ada

[Tinyos-help] someone has seen this old discussion?

2009-08-18 Thread Daniele Ricci
http://osdir.com/ml/tinyos.users/2006-03/msg00161.html I have a similar problem. If you know the solution contact me. _ Scarica i nuovi gadget per personalizzare Messenger! http://www.messenger.it/home_gadget.aspx___

Re: [Tinyos-help] someone has seen this old discussion?

2009-08-18 Thread Michael Schippling
hey, that's my message! Unfortunately I have no further information. SerialForwarder uses what appears to be an undocumented format to discuss things with it's clients. It seems to expect to send or get a 'T' when a connection is made, but I don't know what else. Let the code be your documentation

[Tinyos-help] tos-bsl upload with telosb

2009-08-18 Thread Ted Herman
Is there a document (in addition to the tos-bsl.txt distributed with the toolchain) explaining how tos-bsl works, particularly with a telosb mote?  I tried uploading, but couldn't this to work with a programmed mote.  An example below shows what I tried. Ted 1. First, demonstrate that erase w

Re: [Tinyos-help] tos-bsl upload with telosb

2009-08-18 Thread Razvan Musaloiu-E.
Hi! On Tue, 18 Aug 2009, Ted Herman wrote: Is there a document (in addition to the tos-bsl.txt distributed with the toolchain) explaining how tos-bsl works, particularly with a telosb mote? You have to use the --telosb flag in order to properly talk to the mote. If you do a tos-bsl --help y

Re: [Tinyos-help] Count transmission/retransmission using TOSSIM (gdb)

2009-08-18 Thread Razvan Musaloiu-E.
Hi! On Tue, 18 Aug 2009, Rémi Villé wrote: ... I was looking at "event void Model.sendDone(message_t* msg, error_t result){...}" in the tos/lib/tossim/TossimActiveMessageC.nc file, and I observed that the ack field was never set to TRUE for the sink (so no ack properly received). I'm a lit

[Tinyos-help] Question - TinyOS MAC

2009-08-18 Thread koenigt
Hello, I would like to know what kind of Medium Access Control (MAC) TinyOS 2.0.2 uses. I couldn't find anything and my Simulations in COOJA show "always on" behavior. Is this a simulation problem, or does TinyOS not use any MAC? I thought it would be B-MAC since TinyOS was started at Berke

[Tinyos-help] Statemachines in TinyOS

2009-08-18 Thread koenigt
Hello again, I have some questions concerning Statemachines in TinyOS: I built a method for headercompression in TinyOS, which seems to work OK. Since it's a two stage method that uses timeouts etc. I built a FSM to do all the "control-stuff". Now that I've begun trying it with CTP I get int

Re: [Tinyos-help] Statemachines in TinyOS

2009-08-18 Thread Michael Schippling
Of course you can implement a state machine any way you like in TOS. There was a recent set of posts by someone who has (partially?) integrated SM generation for TOS via UML, if you really want to get whacky with it... "atomic" is useful when you have multi-byte variables or structures that can be

Re: [Tinyos-help] Statemachines in TinyOS

2009-08-18 Thread Agnelo Silva
Hi Tobias, in my opinnion, a direct representation of a TOS app using FSM is very difficult to be achieved due the "explosion of states", especially in an event-driven/time-based environment. I will comment below about my own experience with TOS and FSMs. Although the use of such representation ta

[Tinyos-help] strange deluge errors

2009-08-18 Thread BAI LI
Hi, I am testing the zigbee files under tinyos 2.x directory and tried to get deluge working as well. I got the following errors after I added "components DelugeC;" in AssociationExample.nc and "BOOTLOADER=tosboot" in Makefile. I have also copied volumes-stm25p.xml in the AssociationExample folder

Re: [Tinyos-help] Compilation error

2009-08-18 Thread Daniel Souza Coelho
Anybody?? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Makefile:54: ../MakeXbowlocal: No such file or directory

2009-08-18 Thread aaaa kkkk
hello can anyone help me to solve my problemi had posted the question before but no reply.. i am totally new in tinyos...i have installed tinyos1.1.0 in window xp environment..i found a piece of code for just observing how it runs in tossimbt when i run the code by typing "make pc" co

Re: [Tinyos-help] strange deluge errors

2009-08-18 Thread Razvan Musaloiu-E.
Hi! On Wed, 19 Aug 2009, BAI LI wrote: Hi, I am testing the zigbee files under tinyos 2.x directory and tried to get deluge working as well. I got the following errors after I added "components DelugeC;" in AssociationExample.nc and "BOOTLOADER=tosboot" in Makefile. I have also copied volumes-

Re: [Tinyos-help] tos-bsl upload with telosb

2009-08-18 Thread Urs Hunkeler
Hi Ted, In addition, once a program is installed on the microcontroller, the microcontroller takes the program's interrupt vector as a password. Access to the memory (other than mass-erasing it) is then only allowed if the right password is sent. From the output in step 4 and especially 5 it l

Re: [Tinyos-help] message payload length for Iris

2009-08-18 Thread Miklos Maroti
message.h miklos On Tue, Aug 18, 2009 at 4:26 PM, Akankshu Dhawan wrote: > Hi Miklos > Can you tell me which file I should change this data length to achieve a > payload length of 110 bytes? > Is it message.h (I see the data length there, and want to confirm if > changing it there is enough ?) >