c++ - How to modify the behavior of a node in ns2 simulator? -
i want modify behavior of node in ns2 simulator. in particular, have modify routing of node inside simulation of dsr protocol. know dsragent.cc class manages routing of protocol. if have tcl script 10 nodes, called $node1,$node2...node$10, how modify behavior of $node5 in dsr protocol? how find single behavior of node?
Comments
Post a Comment