Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OMNeT++ simulation and dataset formatting #6

Open
rohinkalra21 opened this issue Mar 29, 2024 · 3 comments
Open

OMNeT++ simulation and dataset formatting #6

rohinkalra21 opened this issue Mar 29, 2024 · 3 comments

Comments

@rohinkalra21
Copy link

Hi,

I would like to generate simulation results from OMNeT++ and compare them with the predictions generated from RouteNet-Fermi. I am having trouble figuring out how to format results into a dataset. I see that for a given dataset like geant, a omnet config file is provided with graphs and routing txt files. How do the graph and routing files correspond to an omnet ned file? Additionally, do values like the lambda min and max have to be defined within the ned file?

Thanks,
Rohin

@MiquelFerriol
Copy link
Collaborator

Dear Rohin,

In the context of RouteNet-F simulations, it's worth noting that the comparison with OMNeT++ results is inherently integrated into the execution process. However, if you aim to recreate simulations based on the existing dataset, it's important to note that translating this dataset into an OMNeT NED file isn't a straightforward task and often involves complexities.

If your objective is to generate a customized dataset for further analysis, I highly recommend exploring our simulator, BNNetSimulator. This tool provides a comprehensive guide to constructing and generating network modeling datasets. In it, you will find an input_parameters_glossary and a quick_start where you will find how to define and which parameters need to be specified.

Best regards,
Miquel

@rohinkalra21
Copy link
Author

Thank you. Can you explain what you mean when you say the BNNetSimulator is built on the OMNeT++ framework? Does BNNetSimulator act as an interface to OMNeT++ to make network dataset generation easier?

@albert-lopez
Copy link

Hell Rohin,

When We say that BNNetSimulator is built on the OMNeT++ framework, it means that we have implemented various modules within the OMNeT++ environment using its tools. These modules include traffic generators, scheduling policies, routing algorithms, and others, which we have developed within the OMNeT++ environment to conduct network simulations.

Best regards

Albert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants