[Tinyos-help] Error while porting a module from 1.x to 2.x

2010-04-18 Thread Seif Eldrasi
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

Re: [Tinyos-help] [blip-users] How to install tinyos-2.1.1 correctly

2010-04-18 Thread bouakkaz issam
Hey Jordi; My Tinyos-2.1.1 is installed now, and I test it with my iris mote. After I test, I got, the Blink application work, the UDPEcho work too but the IPBaseStation don't work have some errors. In the IPBaseStation, I only solve one error is the error of the reset, because I think iris do

[Tinyos-help] How to change the maximum number of nodes in TOSSIM

2010-04-18 Thread netman H
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

Re: [Tinyos-help] receive doc

2010-04-18 Thread Arik Sapojnik
The message_t *msg looks like this: typedef nx_struct message_t { nx_uint8_t header[sizeof(message_header_t)]; nx_uint8_t data[TOSH_DATA_LENGTH]; nx_uint8_t footer[sizeof(message_footer_t)]; nx_uint8_t metadata[sizeof(message_metadata_t)]; } message_t; This include things like Source addre

[Tinyos-help] receive doc

2010-04-18 Thread chikh omar
hello, for the event revceive: event message_t *receive(message_t *msg, void *payload, uint8_t len) what is the difference between msg and payload and when we use each parameter thanks for explanation, Cheers, ** Omar Cheikhrouhou Engineer & Resea