How to create two nodes, each containing three layers (PHY, MAC, APP) in OMNeT++? There should be at least two applications at each node. There should also be a wired or wireless connection among these nodes. Please help in defining the layers. I am confused about how to define them.
Asked
Active
Viewed 42 times
0
-
Welcome at SO! You did not mention network layer. Did you intentionally skip a network layer? – Jerzy D. Mar 07 '22 at 12:44
-
no no.. actually they mentioned these three... – user18395909 Mar 07 '22 at 21:55
-
What type of application would you like to add? What is desired behaviour of this application? – Jerzy D. Mar 08 '22 at 06:20
1 Answers
0
A ready to use node is available in INET.
Take a look at StandardHost - it contains all layers as well as an area to add own application in the Appplication Layer. There is a lot of samples how to use an application in folder examples
of INET.

Jerzy D.
- 6,707
- 2
- 16
- 22