• Title/Summary/Keyword: INET Framework

Search Result 2, Processing Time 0.015 seconds

A Guide to Network Simulation Using the INET Framework for OMNeT++ (OMNeT++의 INET 프레임워크를 이용한 네트워크 시뮬레이션 가이드)

  • Sooyeon Park;Moonseong Kim
    • Journal of Internet Computing and Services
    • /
    • v.25 no.5
    • /
    • pp.23-29
    • /
    • 2024
  • INET is a framework that utilizes the modules of the OMNeT++ simulator to provide various protocols, agents, and other models for simulating wired, wireless, and mobile networks. By combining the modules of INET, we can configure a network and implement interactions between network components through message transmission and reception among the modules. Researchers can also implement new modules or modify existing ones using the C++ language as needed and apply them to the network configuration. This paper explains the method of network simulation using INET modules by providing a simple network and simulating data transmission and reception. Through this, researchers can utilize the various models of the INET framework to configure the necessary network and experiment its performance.

A Basic Guide to Network Simulation Using OMNeT++ (OMNeT++을 이용한 네크워크 시뮬레이션 기초 가이드)

  • Sooyeon Park
    • Journal of Internet Computing and Services
    • /
    • v.25 no.4
    • /
    • pp.1-6
    • /
    • 2024
  • OMNeT++ (Objective Modular Network Testbed in C++) is an extensible and modular C++ simulation library and framework for building network simulators. OMNeT++ provides simulation models independently developed for various fields, including sensor networks, and Internet protocols. This enables researchers to use the tools and features required for their desired simulations. OMNeT++ uses NED (Network Description) Language to define nodes and network topologies, and it is able to implement the creation and behavior of defined network objects in C++. Moreover, the INET framework is an open-source model library for the OMNeT++ simulation environment, containing models for various networking protocols and components, making it convenient for designing and validating new network protocols. This paper aims to explain the concepts of OMNeT++ and the procedures for network simulation using the INET framework to assist novice researchers in modeling and analyzing various network scenarios.