Hello everybody,
Thanks for you responses.
For using the msgtype or flag field in my payload, i cudnt do that because i
was sending udp packets in AMpacket and manipulating with payload would
invite interoperability isuues with other devices. So to keep it more
general I avoided that.

>From framework of tinyos, i was suggested a better idea to use two different
instances of AMSenderC
components new AMSenderC(AM_ID) as s1;
components new AMSenderC(AM_ID) as s2;

this way i get senddone signalled for their respective packets only.

anyway thanks for your help

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

Reply via email to