# # basic.ns - basic boilerplate needed to create an NS file for use on # Emulab and Netbed # # # Load in testbed-specific commands # source tb_compat.tcl # # Create a new simulator object # set ns [new Simulator] # # Your toplogy, traffic specification, events, etc. go here # # # Begin the experiment (in NS, this would begin the simulation) # $ns run