3
votes

I am new to OMNet++ and I'm trying to explore the examples and functionalities available in the INeT framework. So how could I create a new project based on this framework?? And how do I import certain modules from a different project.

Thanks

2

2 Answers

3
votes

Just create a new project, right click on this project --> 'properties' --> 'projec references' and add inet to the references. Now you can use inet files in your project. For example you can use

import inet.physicallayer.idealradio.IdealRadioMedium;

in your own .ned-File and use IdealRadioMedium as a submodule in your network.

3
votes

right click on project and select properties. select project references and mark inet. now you can use inet modules in your project.

enter image description here