Re: [ns] MANET > Modified DSR meanwhile DSR

2006-06-22 Thread bryan
Hi, Another way to do it would be to include the code for the modified dsr in the dsragent.cc. Allow the nodes to select which logic to follow - you can implement this by using a mod function with the node_id. This way it's easy to set a percentage of the nodes to use each version of the logic.

[ns] MANET > Modified DSR meanwhile DSR

2006-05-30 Thread S. Alex Nixad
Hi everyone, In my simulation, 50 random mobile nodes are working under DSR routing protocol ... By a reason, few RANDOM nodes have to treat a MODIFED DSR (so I've editted DSRagent.cc as DSR_2.cc in DSR2 folder) I wanna implement these different routing protocols SIMULTANEOUSLY in my testbed :