Re: [ns] AOMDV Tcl Script

2012-04-11 Thread Mateus Santos
Bety, There is a tcl script for running AOMDV. You will find it in the ex/tcl directory. Mateus Em 4/10/2012 9:00 PM, ns-users-requ...@isi.edu escreveu: > - > > Message: 1 > Date: Mon, 9 Apr 2012 21:50:57 -0700 (PDT) > From: Bety Barreto

Re: [ns] Routing table in AOMDV

2012-06-01 Thread Mateus Santos
Olá Elisabete, >How can i print the routing table for all nodes in AOMDV? In order to do that I always dig into the c++ files. Answering your question in a easier way, try the following: $ns at 10.0 "[node_($i) agent 255] dump-table" Mind the dynamics of the routing table. It will change often