<div dir="ltr"><div>Hi Samar</div><div><br></div><div>I assume by "create and edit manually" you mean, you think you have to manually enter node parameters into a GUI editor or spreadsheet.<br></div><div>Then, there's good news: in ns-3, you can programmatically create the topology instead of using a GUI editor or spreadsheet.<br></div><div><ol><li>Invoke <a href="https://www.nsnam.org/docs/release/3.31/doxygen/classns3_1_1_node_container.html#a787f059e2813e8b951cc6914d11dfe69">NodeContainer::Create</a> function to create some nodes.</li><li>Use <a href="https://www.nsnam.org/docs/release/3.31/doxygen/classns3_1_1_point_to_point_helper.html">PointToPointHelper</a> or another link type helper to create links.</li><li>Assign coordinates to each node with a position allocator such as <a href="https://www.nsnam.org/docs/release/3.31/doxygen/classns3_1_1_grid_position_allocator.html">GridPositionAllocator</a>.<br></li></ol></div><div><br></div><div>Yours, Junxiao<br></div><div><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 13, 2020 at 9:08 PM Samar Alduayji via ndnSIM <<a href="mailto:ndnsim@lists.cs.ucla.edu">ndnsim@lists.cs.ucla.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><p style="text-align:center"><font color="red"><b>External Email</b><br></font></p><div dir="ltr">I need to create a Transit Stub topology with the following specifications<div><br></div><div><ul><li>2 Transit domains with 10 nodes each ( total 20 nodes)</li><li>Each transit node is connected to 2 Stub domains ( 20 stubs/transit).</li><li>Each stub domain has 6 nodes connected.</li><li>Total nodes in stubs domains are 240, where 30 nodes are consumers and 40 are producers.</li></ul><div>This will be time consuming to create and edit manually. especially with the (x,y) positioning for each node. If there is an easier  way to simulate this topology, I will be very grateful if you advise me of it.</div><div><br></div><div>Regards,</div><div>Samar </div></div><div><br></div></div><br>
</blockquote></div></div>