Posts

Showing posts with the label waxman

Creating topologies with BRITE to NS (Network Simulator)

Image
BRITE (Boston University Representative Internet Topology Generator) is a tool to create topologies using Barabasi Albert or Waxman model. You can export the topologies to different formats like BRITE, Otter, SSF, JSim and NS. You can use the configuration files available on BRITE repositorie for nsnam, but are only a few of them. You can run the different configurations modifing the confFile variable inside the file or with the following command: ./waf --run 'brite-generic-example --confFile=src/brite/examples/conf_files/TD_ASBarabasi_RTWaxman.conf' If you try other configuration file you will get this following error: (gdb)  Program received signal SIGSEGV, Segmentation fault. 0x0000000000410faf in ns3::PeekPointer<ns3::Node> (p=...) at ./ns3/ptr.h:564 564  return p.m_ptr; (gdb) where #0  0x0000000000410faf in ns3::PeekPointer<ns3::Node> (p=...) at ./ns3/ptr.h:564 #1  0x00000000004105e4 in ns3::Ptr<ns3::Node>::Ptr (thi...