Research Article
Multihop Data Delivery Virtualization for Green Decentralized IoT
Algorithm 1
Actions at each source node upon reception of a packet from the application layer.
| Check the corresponding session information from the local | | storage. | | Contact the routing agent to find the next hop node. | | if (the corresponding session information is not exchanged | | among the forwarder node) then | | Send “SESS_INFO” message to the next hop node. | | Update local session information. | | end if | | Send the data to the next hop node. |
|