Re: [Tinyos-help] About TOSSIM

2008-11-08 Thread Artemis Voulkidis
What version of Tossim do yo use? The common practice to compile and simulate an application, is to to a make micaz sim and then create a respective python file to start and configure the simulation.. Have you checked the tutorial 11, talking about TOSSIM? 2008/11/7 <[EMAIL PROTECTED]> > Send Tiny

Re: [Tinyos-help] Tinyos-help Digest, Vol 67, Issue 20

2008-11-08 Thread Artemis Voulkidis
I have run the examples with success.. The problem stil remains though.. I am using the Python script described in tutorial 11 (about TOSSIM), and the respective code of interest is the following: event message_t * Receive.receive(message_t *msg, void *payload, uint8_t len){ if (call AMPacket

[Tinyos-help] D22 Package/Model on telosb?

2008-11-08 Thread UGlee
I have downloaded BOM list of telosb from tinyos website. In BOM list, it says the model of D22 schottky diode is IN5817 in SSS mini 2P package, in schematic drawing, it's LLSD103A. I have also bought a telosb board from crossbow. The size of D22 on board is roughly conformed with that in Gerber f

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

2008-11-08 Thread Omprakash Gnawali
On Thu, Nov 6, 2008 at 4:46 AM, Daniel Patrick <[EMAIL PROTECTED]> wrote: > My application follow the same interface and components in the > MultihopOscilloscope. > Yesterday the sendDone() was signaled after I change my structure > message to the same in the MultihopOscilloscope. > > typedef nx_st

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 and components in the >