Skip to main content
. 2018 Sep 28;18(10):3271. doi: 10.3390/s18103271
Algorithm 2 Main steps of the B-DBR scheme
if void node or known sinks = 0 then
  Queue the data packets
  Re-schedule forward data packet()
else
  figet_next_hop_forwarder(n)
  if |fi|>0 then
   Forward the data packet
  else
   Queue the data packet
   Re-schedule forward_data_packet()
   Proposed_mechanism()
  end if
end if