Resources: Location Dynamic Tabu Routing Protocol - Implementation on a Java-based simulator
Mobile Ad-Hoc Networks are still a significant focus for research interest, since they are adopted to a wide range of applications, thanks to the pervasive and increasing presence of smartphones, drones, sensors, and so on.
Aiming to deploy solutions able to perform efficiently in such networks, packet routing remains an open and critical research problem. In this respect, we propose a dynamic routing protocol based on tabu search approach, relying on local network knowledge and packet memory to alleviate the local minima problem.
Implementation in a own-made Java-based simulator
To implement the solution, we have created a module in a custom Java-made simulator.
The source code is available here