You are on page 1of 2

zip file

right click to extract


install omnet
omnet 4.6
mingwenv
cmd prompt
. setenv
./configure
make
omnetpp
window opens
workspace lancher
ok
my verification(.ned file basic
.cc and .h for implementation
omnetpp.ii for after implementation
)
run a simulation
file
new
omnet++ project
project name:exampleNetwork
next
template-empty project.
next
next
finish
exampleNetwork-right click-new-simple module
Node.ned
next
simple module
next
finish
node.ned
simplenode
gates:
input in;
output out;
types:
create a network
node-rightclick-appearance-image-device
rightside bottom-node
node-f6-node1
rightside bottom-node
node-f6-node2
pallette-delay channel
click on node1 to node2
pallette-delay channel
click on node2 to node1
project-exampleNetwork-open-node.cc,node.h
node.cc-void initialzer
cMessage *msg=new cMessage("HelloMsg");
send(msg,"out");
voidnode handleMessenger
send(msg,"out");
project-exampleNetwork-right click-new-intiallization file(ini)
exampleNetwork
next
empty ini file
next
select network:exampleNetwork
next
finish
node.cc
save
node.h
save
exampleNetwork-build project process goin on
exampleNetwork-run as-omnet++ process going on
click ok
click yes
click proceed
top of the folder click the run button

You might also like