[Tinyos-help] CtpForwardingEngineP.nc

2010-05-29 Thread zied maalej
Hi, I would like to ask you if one can change the value of a message in CtpForwardingEngineP.nc. I have for example this message structure in my application: typedef nx_struct easycMsg { nx_uint16_t data; nx_uint16_t origin; } easycMsg; and i want to change or show the value of msg- in the

Re: [Tinyos-help] ADC free run mode

2010-05-29 Thread Omar Bouzid
Hi Miklos, Is there any README file that explains how to use these applications?, cause I have downloaded them on the MICAZ with mts300 sensor board and I haven't got any error while executing make command, but I got no response even the leds didn't blink. I am not sure if I should change any

[Tinyos-help] EBUSY error

2010-05-29 Thread chikh omar
when I send a message I receive EBUSY what this eror signifies? and how to deal with? and how must I manage the send of message (verifies that the message successufuly sent)   thx for clarification ** Omar Cheikhrouhou Engineer Researcher @SENS Lab

Re: [Tinyos-help] EBUSY error

2010-05-29 Thread Michael Schippling
It's always a good policy to include a description of the platform, actual situation, and the exact error message text in any request for help here since we don't magically know what you are trying to do But, from your message I am going to intuit that you are trying to run a listen type

Re: [Tinyos-help] CtpForwardingEngineP.nc

2010-05-29 Thread Omprakash Gnawali
On Thu, May 27, 2010 at 1:42 AM, zied maalej zied...@googlemail.com wrote: Hi, I would like to ask you if one can change the value of a message in CtpForwardingEngineP.nc. I have for example this message structure in my application: typedef nx_struct easycMsg { nx_uint16_t data;

Re: [Tinyos-help] packages avr-gcc-tinyos and avr-libc-tinyos brocken in stanford repository

2010-05-29 Thread Razvan Musaloiu-E.
Hi! On Sat, 29 May 2010, Sandhya P C wrote: Errors were encountered while processing: /var/cache/apt/archives/avr-gcc-tinyos_4.1.2-20080806_i386.deb /var/cache/apt/archives/avr-libc-tinyos_1.4.7-20080806_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) Can you try again? I

[Tinyos-help] TOSSIM @ TinyOS 2.1.1 - Size of messages

2010-05-29 Thread Pedro Nunes
Hello all. Inside TossimActiveMessageC.nc we can find the following line within the command AMSend.send: err = call Model.send((int)addr, amsg, len + sizeof(tossim_header_t)); But the documentation of this function says that: Send a packet with a data payload of len. Therefore, I found it a