[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ns] Routing protocols in mobile networking



You have to do the same as DSDV agent. You only have to simplify what it's
done by DSDV agent...

You'll have to make change in ns-lib. You have to create a new folder inside
ns folder which will contain the c++ procedures of your routing agent . Then
you have to create a routingagent.tcl file which only have to contain the
init procedure... and you have to set the routing agent parameters like
DSDV.
The last file is placed on ns-2.1xx/tcl/mobilty.

I hope this helps you.

Albert