0
votes

is there anyway to implement VANET's B-MFR routing protocol with ns2? I searched through internet for some days, but found nothing. I found paper/journal that discuss the protocol with ns2 implmentation, this is the link . But, still I get nothing of how to implement it with ns2

1

1 Answers

0
votes

Since you cannot find any implementation for ns2, you could try to implement it from scratch.

For example this document has detailed instructions on how you would proceed.

In summary, you have to define the packet types for the protocol, then the routing agent (including hooks, timers and the agents) and the routing table.

Otherwise, you could just ask the authors of the paper to share their code with you. It is possible that they will do it.