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
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.