Skip to content

inet-framework/inet

Folders and files

NameName
Last commit message
Last commit date
Mar 4, 2025
Feb 6, 2025
Apr 14, 2025
Apr 14, 2025
Apr 14, 2025
Mar 27, 2024
Apr 14, 2025
Nov 28, 2024
Apr 14, 2025
Apr 16, 2025
Oct 2, 2023
Apr 16, 2025
Apr 15, 2025
Nov 12, 2020
Jan 12, 2021
Sep 3, 2024
Aug 23, 2013
Apr 7, 2025
Mar 18, 2022
Feb 3, 2022
Nov 6, 2019
Feb 3, 2025
Mar 18, 2022
Nov 18, 2011
Nov 22, 2023
Apr 28, 2022
Dec 15, 2009
Dec 2, 2024
May 2, 2022
Mar 7, 2024
Nov 28, 2024
Sep 26, 2023
Jan 8, 2025
Apr 22, 2015
May 10, 2022

Repository files navigation

Build: Linux Build: Mac OS Build: Windows

Test: chart Test: feature Test: fingerprint Test: module Test: other

Test: statistical Test: unit Test: validation

INET Framework for OMNEST/OMNeT++

The INET framework is an open-source communication networks simulation package, written for the OMNEST/OMNeT++ simulation system. The INET framework contains models for numerous wired and wireless protocols, a detailed physical layer model, application models and more. See the CREDITS file for the names of people who have contributed to the INET Framework.

IMPORTANT: The INET Framework is continuously being improved: new parts are added, bugs are corrected, and so on. We cannot assert that any protocol implemented here will work fully according to the specifications. YOU ARE RESPONSIBLE YOURSELF FOR MAKING SURE THAT THE MODELS YOU USE IN YOUR SIMULATIONS WORK CORRECTLY, AND YOU'RE GETTING VALID RESULTS.

Contributions are highly welcome. You can make a difference!

See the WHATSNEW file for recent changes.

GETTING STARTED

You may start by downloading and installing the INET framework. Read the INSTALL file for further information.

Then you can gather initial experience by starting some examples or following a tutorial or showcase (see the /examples, /showcases or /tutorials folder). After that, you can learn the NED language from the OMNeT++ manual & sample simulations.

After that, you may write your own topologies using the NED language. You may assign some of the submodule parameters in NED files. You may leave some of them unassigned.

Then, you may assign unassigned module parameters in omnetpp.ini of your simulation. (You can refer to sample simulations & manual for the content of omnetpp.ini)

Finally, you will be ready to run your simulation. As you see, you may use the INET framework without writing any C++ code, as long as you use the available modules.

To implement new protocols or modify existing ones, you'll need to add your code somewhere under the src directory. If you add new files under the 'src' directory you will need to regenerate the makefiles (using the 'make makefiles' command).

If you want to use external interfaces in INET, enable the "Emulation" feature either in the IDE or using the inet_featuretool then regenerate the INET makefile using 'make makefiles'.