[Tinyos-devel] [Tinyos-help] questions about CTP
Omprakash Gnawali
gnawali at usc.edu
Fri Jun 20 15:25:08 PDT 2008
On Thu, Jun 19, 2008 at 12:07 AM, jiwen zhang <zhangjiwen029 at gmail.com> wrote:
...
> so i think the implementation of CtpInfo.getNeighborRouteQuality should
> change into :
> command uint16_t CtpInfo.getNeighborRouteQuality(uint8_t n) {
> return (n < routingTableActive)? evaluateEtx(call
> LinkEstimator.getLinkQuality(routingTable[n].neighbor)) +
> routingTable[n].info.etx:0xfffff;
> }
> what do you think , Omprakash ?
You are right - we need to not only fix getNeighborRouteQuality as you
suggested but also getNeighborLinkQuality for the same reason.
Unfortunately, this will have to wait until after the 2.1 release.
> a bug :
> in component CtpSenderP , it use the component CtpC , i don't find the
> component . can you check it , Omprakash ?
Yes, this is a bug. The fix will need to wait a week or so. It turns
out we had those files to enable running multiple collection protocols
at the same time but that work was never completed. We will look into
this after the release.
- om_p
More information about the Tinyos-devel
mailing list