Re: [Tinyos-help] Sending info in CTP

2011-08-22 Thread Francisco J.
Thank you for the answer. During the past days i've been working on the code. I included the next structure on the Ctp.h header file: typedef nx_struct { nx_bool adChildren; } ctp_children_header_t; In the routing engine i added some lines, including a new task which is posted inside

Re: [Tinyos-help] Sending info in CTP

2011-08-21 Thread Omprakash Gnawali
On Thu, Aug 18, 2011 at 9:44 PM, FraN J kit...@gmail.com wrote: Hello! Im doing some research about CTP, want to modify it ant test if i can improve the energy consumption but im new to nesC and im having some troubles with the code. By now, i added a new field to the route_info_t structure

[Tinyos-help] Sending info in CTP

2011-08-18 Thread FraN J
Hello! Im doing some research about CTP, want to modify it ant test if i can improve the energy consumption but im new to nesC and im having some troubles with the code. By now, i added a new field to the route_info_t structure defined in TreeRouting.h. I also added the same field to the