On Thu, May 27, 2010 at 1:42 AM, zied maalej <[email protected]> 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;
> nx_uint16_t origin;
> } easycMsg;
>
> and i want to change or show the value of msg-> in the
> CtpForwardingEngineP.nc.
> Is it possible ?

You can access anything in the packet for debugging purposes. If you
are designing a protocol to do that, you might want to make sure that
is what you really want. You are proposing to modify the application
payload in the layers underneath...

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

Reply via email to