Guest User

Untitled

a guest
Jul 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #Create a simulator object
  2. set ns [new Simulator]
  3.  
  4. #Tell the simulator to use dynamic routing
  5. $ns rtproto DV
  6.  
  7. #Open the output files
  8. set f0 [open out0.tr w]
  9. set f1 [open out1.tr w]
  10. set f2 [open out2.tr w
Add Comment
Please, Sign In to add comment