engcube / OSPF-NS3

OSPF on NS3
21 stars 10 forks source link

how to build given ospf folder in ns3 and ns3-dce? #1

Open ramesh-chandra-saini opened 9 years ago

ramesh-chandra-saini commented 9 years ago

Hi...I am new to ns3. Can you please tell us in detail how be can build this all code to run and demonstrate the working in ns3 netanim and ns3 PyViz as well as ns3-dce.

engcube commented 9 years ago

Just put the files into corresponding directories and make and run it. As what I could recall, the version I used then is ns-3.14; and ns3-dce is not directly supported, maybe you make a little modification.

I have no idea about your requirement. But here are some of my suggestions. For now, I prefer Mininet (a great Emulator) and its extension, MaxiNet, over NS-3 (Simulator, and hard to learn).You can also run RouteFlow with Mininet using OSPF with Quagga. Have a try and good luck.