Research Article
LSEA: Software-Defined Networking-Based QoS-Aware Routing Mechanism for Live-Soccer Event Applications in Smart Cities
Algorithm 1
The improved Dijkstra routing.
01: Initialize , , , , , and ; | 02: Update the new measurement value according to equation (1); | 03: Store the to ; | 04: while and , do | 05: Select according to the shortest ; | 06: Update ; | 07: Update ; | 08: endwhile | 09: Compute the multiple equivalent shortest paths according to ; | 10: Update ; | 01: return; |
|