[ns] how to modify a route in the dsdv protocol?

2011-03-24 Thread jorge cabrejas
Hi all, I am trying to modify the dsdv protocol to route the packets in a multihop scenario. I am working in the forwardpacket function in the dsdv.cc file and I have seen that the packets are routed by the BS when the destination is another node. I am using the multi-interfaces made by

[ns] DSDV protocol

2011-03-14 Thread jorge cabrejas
Hi all, I have a problem when I try to change the route of the packets in a Media Independent Handover (MIH) scenario. The error is this: 3.0.0 MIHF rcv a packet from a remote MIHF, Service Management Primitive=MIH_CAPABILITY_DISCOVER.request MIHAgent - recv_cap_disc_req At 1.953556 in 3.0.0

[ns] Wrong DSDV routing

2011-03-08 Thread jorge cabrejas
Hi all, Does anyone know how to modify the DSDV protocol to route the packets in a static way? My scenario is: (id=0) (id=1) (id=4) router0-- router1-BS multiFaceNode1

[ns] Two interfaces to the same BS

2011-02-24 Thread jorge cabrejas
Hi all, I would like to know if it is possible to connect two interfaces of the same type to the same base station. My scenario is rather simple but I do not know why it is the problem: BS_802.11MultiFaceNode1 (3.0.0) (2.0.0) -iface1 (Wi-Fi) (2.0.1)

[ns] Routing Problem

2011-02-16 Thread jorge cabrejas
Hello, I have a problem with routing in NS2.29. I need to force the communication between two nodes. I have a configuration like thisBS - node 1 - node 2 - node 3 - node 4. I dont care if BS communicates directly with node 1, node 2 or node 4, but i want to make it that when node 2

[ns] Debugging in ns2

2011-02-10 Thread jorge cabrejas
Hi, I do not know if someone has managed to debug with Eclipse and NS2. My problem is that when I put breakpoints in my program the program does not stop. I have read that this problem happens to some people but not in ns2. Does any anyone why? How can I solve it? Thank you in advanced Jorge

[ns] Rv: Heterogeneous receiver

2011-01-05 Thread jorge cabrejas
Hi all, Is it possible to have a node which receives wirelessly and in a wired way at the same time? Best regards