bachelorThesis
Omnetpy: integración del lenguaje Python en el entorno de simulación OMNeT++
Fecha
2022-03Autor
Modenesi, Marcos Sebastián
Institución
Resumen
En este trabajo elaboramos un paquete que permite el desarrollo de módulos Python para la herramienta de simulación de redes OMNeT++. También analizamos el estado del arte en el uso de Python para la simulación de redes. Durante el desarrollo exploramos formas tanto de extender el intérprete de Python como de embeber el intérprete en OMNeT++, donde se hace necesario incluir un análisis de la arquitectura interna de OMNeT++ y cPython. Además, se detalla el uso de la herramienta utilizando los ejemplos que ofrece OMNeT++ desarrollados en Python. Por último, se realiza una comparación de rendimiento entre el uso de Python y C++ en OMNeT++. In this work we provide a package that enables the devolopment of Python modules to be used in the network simulation tool OMNeT++. We also present the state of the art regarding the usage of Python for network simulation. During the process we explore ways of extending the Python interpreter, as well as embedding it in OMNeT++, for which an analisis of the internal architecture of OMNeT++ and cPython is needed. We offer a detailed description on how to use the package, by reimplementing in Python the sample simulations found in OMNeT++. Finally, the performance of several OMNeT++ models implemented both in Python and C++ is compared.