Omnet++: How to implement OSPF routing over a StandardHost based node? -


i have network of nodes in random topology. nodes use udp communication , submodules based on "standardhost".

i want have shortest route between 2 nodes use ospf. in order have such mechanism how add property of ospf node?

in short, you'll need include module in standardhost implements routing mechanism. assume you've found inet framework, has implementation of ospf; source code has bunch of examples ospf (which can find here). means you'll end .ned file references ospf module in way -- unfortunately don't have experience module itself, can't tell how internals work, if @ simple example included in source, you'll find omnetpp.ini contains reference udp echo application, , this code (as rest of file) shows how routers , hosts connected.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -