All Projects → inet-framework → Inet

inet-framework / Inet

Licence: other
INET Framework for the OMNeT++ discrete event simulator

Projects that are alternatives of or similar to Inet

Node Webdollar
WebDollar Protocol - Currency of the Internet
Stars: ✭ 89 (-66.79%)
Mutual labels:  protocol, internet
Golden Gate
Framework to connect wearables and other IoT devices to mobile phones, tablets and PCs with an IP-based protocol stack over Bluetooth Low Energy
Stars: ✭ 223 (-16.79%)
Mutual labels:  protocol, tcp-ip
FreeRADIUS-Server-Configuration-Tool
🎯 FreeRADIUS Server Configuration Tool 🖥️
Stars: ✭ 33 (-87.69%)
Mutual labels:  internet, protocol
lewis
Let's write intricate simulators!
Stars: ✭ 17 (-93.66%)
Mutual labels:  simulation
ethereum-dissectors
🔍Wireshark dissectors for Ethereum devp2p protocols
Stars: ✭ 82 (-69.4%)
Mutual labels:  protocol
Omnetpp
OMNeT++ Discrete Event Simulator
Stars: ✭ 259 (-3.36%)
Mutual labels:  simulation
Bitmeteros
BitMeter OS - a cross-platform bandwidth monitor
Stars: ✭ 266 (-0.75%)
Mutual labels:  internet
Adroit
ShadowHand / ADROIT MuJoCo models
Stars: ✭ 30 (-88.81%)
Mutual labels:  simulation
Exandroidnativeemu
An improved version of AndroidNativeEmu,Allow running android elf on PC
Stars: ✭ 264 (-1.49%)
Mutual labels:  simulation
Growthnodes
A Blender plugin for generative content creation and simulation of organic growth processes on polygonal surfaces.
Stars: ✭ 257 (-4.1%)
Mutual labels:  simulation
awesome-protocols
Curated list of awesome technology protocols with a reference to official RFCs
Stars: ✭ 16 (-94.03%)
Mutual labels:  protocol
computational-economy
An agent-based computational economy with macroeconomic equilibria from microeconomic behaviors
Stars: ✭ 67 (-75%)
Mutual labels:  simulation
Python corona simulation
An agent-based simulation of corona and other viruses in python
Stars: ✭ 261 (-2.61%)
Mutual labels:  simulation
nxtp
Nxtp is a lightweight protocol for generalized crosschain transfers.
Stars: ✭ 129 (-51.87%)
Mutual labels:  protocol
Swift Diagram Playgrounds
Drawing diagrams in Swift using a recursive enum data structure
Stars: ✭ 264 (-1.49%)
Mutual labels:  protocol
KeyPlexer
Capstone: Keylogger Trojan
Stars: ✭ 32 (-88.06%)
Mutual labels:  internet
Ipfs Desktop
An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux.
Stars: ✭ 3,710 (+1284.33%)
Mutual labels:  protocol
ssdp
Python asyncio library for Simple Service Discovery Protocol (SSDP).
Stars: ✭ 25 (-90.67%)
Mutual labels:  protocol
ros-docker-images
🐳 Bring ROS to any Linux distributions.
Stars: ✭ 15 (-94.4%)
Mutual labels:  simulation
Libcsp
Cubesat Space Protocol - A small network-layer delivery protocol designed for Cubesats
Stars: ✭ 258 (-3.73%)
Mutual labels:  protocol
CI Status
Build and tests GitHub badge
Feature enablement tests CircleCI badge

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].