Improving Wireless Network Performance Using Sensor Hints
There are two bugs in Figure 7.
- Line 8 (sample <- 0) should be part of the if condition, not the else condition.
- Line 14 (oldbr <- br) should be oldbr <- lastbr.
Rapid Sample Implementation in Click (Most recent: May 2011).
HintsRapidSample.cc
HintsRapidSample.hh