The exchange of information requires the shortest path route to optimize data transmission process. The complexity of the shortest path algorithm becomes important because of the device processing power and memory limitation. This study compared Dijkstra algorithm, A* algorithm and Floyd-Warshall algorithm in term of the time, the computational load and memory usage. OMNeT++ network simulator is used to map the vertices and edge into a collection of nodes and channels that are interconnected. Mesh topology is used in this study to represent a real network conditions. Each edge in the mesh network has a value so as to form a weighted graph. The complexity of the route will be proportional to the scale of the mesh network. Based on the simula...