Research Article
Multihop Data Delivery Virtualization for Green Decentralized IoT
Algorithm 3
Actions when a link failure happens.
| Report the link failure event to the routing agent. | | if (the local buffer is not empty) then | | Contact the routing agent to create a new route to the | | destination. | | Send the data in the buffer to the destination using the | | route. | | end if |
|