[Tinyos-help] Real-time CTP APPLICATION
Omprakash Gnawali
gnawali at usc.edu
Thu Jul 9 16:53:38 PDT 2009
2009/7/8 Varun Jain <varun at spiderbox.com.au>:
> What kind of configuration can I define so these group of similar node
> id's do not send acks to unicast packets and somehow do not get involved
> in the Collection process at all??(I have already taken out all the CTP
> code from these nodes so they are only doing Dissemination) By disabling
> acks, will it not cause a problem in Drip as it also relies on acks to
> unicast packets??
Are you using hardware acks? If so, there might not be a way to do
this. If you are using software acks, you will need to hack the radio
stack so that the nodes send acks for some unicast packets and not for
others. In general, TinyOS protocols are not designed to cleanly
support duplicate node id's in a network.
- om_p
More information about the Tinyos-help
mailing list