Hi,
I have added a routing to ns2 ( I dont write it by myself ;) ). After making
the objects i try to run the TCL code. I put an IF state in the beginning
of the file as follow:
if { $argc < 2 } {
puts "Usage: <cbr packet size> <cbr data rate>"
exit 0
}
but when i run this, it exits and show me the phrase in "puts" command.
I dont know how can i find these two arguments, and why the $argc has the
value less than 2.
I put the related files in the right directories also.
Is it possible in spite of making the objects, it has still problem to
connect the files?
tq very much