[ns] Implementing a New Manet Unicast Routing Protocol in NS2

2008-09-10 Thread Maurizio Bellemo
Hi, I have implemented the code and it works, but the problem is when i try to realize a real broadcast, I got an error * check_pktCTRL:Invalid MAC Control subtype* I simply add the code to rebroadcast the packet. I modified only one function. void Protoname::recv_protoname_pkt(Packet* p) {

[ns] Implementing a New Manet Unicast Routing Protocol in NS2

2008-08-20 Thread Maurizio Bellemo
Hi all, I'm trying to simulate a MANET in order to test an efficient flooding technique (broadcast). I took the code in this article, without using the routing part, because I don't need. I want only to flood the network with control information. I wrote a little simulation to test the algorithm.