Hi All,

I am new to tinyos-2.x and was migrating my tinyos-1.x code to tinyos-2.x. I am 
having a problem with the reception of the message. I am sending a message but 
I am not able to receive it. 

I am sending the code as an attachment, if possible can anyone tell me where I 
am going wrong? Is there any problem with the configuration?

Thanks in advance,
Kartik



      

Attachment: ReceiverC.nc
Description: Cdf file

Attachment: ReceiverAppC.nc
Description: Cdf file

#ifndef RESULT_H
#define RESULT_H

typedef nx_struct packet_msg{

nx_uint8_t content;
nx_uint8_t c_len;
}packet_msg_t;

enum {
  AM_PACKET_MSG = 0x93
};
#endif

Attachment: SenderAppC.nc
Description: Cdf file

Attachment: SenderC.nc
Description: Cdf file

Attachment: makefile_Receiver
Description: Binary data

Attachment: makefile_Sender
Description: Binary data

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to