Skip to content

A design of a wearable health network that shows data transition from three different nodes(wearable node, mobile node and the server)

Notifications You must be signed in to change notification settings

aaddobea/OMNETPP-Wearable-Computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMNETPP

A design of a wearable health network that shows data transition from three different nodes(wearable node, mobile node and the server) In order to design or create a network module, readers need to install the OMNeT++ simulator by downloading the simulator from the OMNET++ website (OMNeT++ Downloads (omnetpp.org)) and also download the INET framework from (Releases · inet-framework/inet · GitHub). For our simulation, we installed the OMNeT++ version 5.6.2 using the windows edition. We first create a project workspace, rename the project workspace and import the downloaded INET framework into the project workspace. Your first created project workspace must have a initialization(ini.) File and a network description (NED) file.

image image

The palette section will only show two models in order to add more models, by importing the INET framework into your project workspace at the project preferences section. Then create your network by choosing a network type (under Types) from the palette section and drag the submodules into your network and connecting each submodule with an ethernet link. The codes representing the network and submodules are shown in the source section. All details such as the CPU time, simulation time, name of Network is shown in the initialization(ini.) file.

image image

To proceed with the simulation of the network, C++ files need to be generated under the project workspace. The reader needs to code according to the scripts uploaded with this tutorial under the project workspace. The project is debugged during execution by clicking on the run.

image

During project debugging, any errors found are shown in this dialog box.

image

During execution, if there are no errors found the network is setup.

image image image

About

A design of a wearable health network that shows data transition from three different nodes(wearable node, mobile node and the server)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published