Skip to content
INET Framework for the OMNeT++ discrete event simulator
C++ Perl Python Yacc Shell Raku Other
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci circleci: Don't skip any features, allow manual trigger by pushing a … Dec 12, 2018
3rdparty nsc patch: Fix build with recent C++ compilers and libflex versions. Jun 11, 2018
_scripts added README-icecc.txt May 6, 2020
bin common: Refactored fingerprint calculator to support event filtering … Feb 18, 2020
doc prod: updated sphinx-doc build image + added analytics code to showca… May 21, 2020
etc generic: removed Tkenv inspector plugin. Tkenv is no longer supported. Nov 18, 2019
examples examples: code style Jun 4, 2020
images doc: Added TODO file for images. Apr 17, 2020
migrate migrate: updated inet3toinet4 scripts Mar 13, 2019
misc Ospfv3: Renaming OSPFv3* -> Ospfv3* Oct 11, 2019
releng prod: fixes for NED errors (added missing emulation showcase feature) Jan 9, 2020
showcases showcases: analogmodel fix Jun 3, 2020
src MoBan: Fixed storing and returning a reference to the current positio… Jun 9, 2020
templates wizards: updated wizards so generated code is up to date now. Aug 7, 2012
tests fingerprints: added wireless tag to tutorials Jun 8, 2020
tutorials prod: fixes for NED errors (added missing emulation showcase feature) Jan 9, 2020
.cproject prod: fixes for NED errors (added missing emulation showcase feature) Jan 9, 2020
.gdbinit.py .gdbinit: Fixed python syntax. Jan 4, 2017
.gitattributes build: changed .gitattributes so project settings files will no longe… Aug 23, 2013
.gitignore .gitignore: Added .pydevproject. Jun 8, 2020
.nedfolders Let there be new line at end of file. Jun 12, 2017
.oppbuildspec tutorials: queueing improvements Nov 6, 2019
.oppfeatures .oppfeatures: Added a new clock support feature. May 7, 2020
.project build: fixed top level makefiles to be in sync with features enabled … Nov 18, 2011
.travis.yml travis: Encrypt the notification e-mail address, as recommended in #505 Jan 6, 2020
CREDITS CR/LF conversion Dec 15, 2009
INSTALL doc: updated README and INSTALL files. Jan 6, 2020
License CR/LF conversion Dec 15, 2009
Makefile Makefile: remove 'tutorials' Nov 6, 2019
README.md doc: updated README and INSTALL files. Jan 6, 2020
WHATSNEW doc: Fixed tutorial link. Jan 2, 2020
__TODO doc: Added TODO item. Feb 18, 2020
__wizards.txt removed old note files Dec 7, 2011
doxy.cfg mobility: removed TraCI mobility as it is part of the Veins framework… Apr 22, 2015
setenv setenv: Exported INET_ROOT and extracted INET_NED_PATH for reuse in o… Sep 12, 2018

README.md

CI Status master
Build and fingerprint tests Travis CI
Feature enablement tests CircleCI

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

You can’t perform that action at this time.