[ns] Xcast (Explicit Multicast) implementation

2007-03-22 Thread Albalas F \(AT\)
Hi, Did anyone got xcast for MANET implementation . Please I need it . Thanks

[ns] ad hoc routing protocol trace file

2007-03-05 Thread Albalas F \(AT\)
Hi all, I am working on MAODV protocol, while analyzing the output trace file I noticed that a node may receive more than one copy of the same packet, did anyone can explain to me why? Many thanks

[ns] ip header

2007-02-27 Thread Albalas F (AT)
Hi all, Urgently, can any one tell me at what file the ip header contents take its values for data packets at AODV/MAODV. Firas

[ns] print the distination address.

2007-02-26 Thread Albalas F \(AT\)
Hi all., I am working on MAODV algorithm, during my program tracing I tried to print out the destination address, the command I did is Printf ( the destination address is %d \n@,ih-daddr()) The program works fine but the output for this command is always 234881024. I think this

[ns] ip header

2007-02-05 Thread Albalas F (AT)
Hi all, At which file the fields of ip header values are inserted for a data packet, I am working at MAODV protocol. I know it may be a simple question, but I need it urgently. Many thanks Firas

[ns] scheduling events at MAODV

2006-11-18 Thread Albalas F \(AT\)
From: Albalas F (AT) Sent: 18 November 2006 22:51 To: 'ns-users@ISI.EDU' Subject: events Dear all, Any help how to cancel already scheduled event of sending packet. Thanks

[ns] urgent help

2006-11-12 Thread Albalas F \(AT\)
Hi all, i run the setdest command to get a node scenario for mobile nodes, I noticed that the nodes is not moving. I used the following values for the setdest command. Setdest -n 50 -p 0 -s 20 -t 10 -x 1500 -y 300 output file Any idea. Thanks

[ns] detect lost packet at MAODV

2006-10-04 Thread Albalas F \(AT\)
Hi, Any idea how to detect lost packet at MAODV during simulation, not from trace file. Thanks

[ns] RECEIVING PACKETS AT maodv

2006-10-04 Thread Albalas F \(AT\)
Hi, How to activate the void Udp::recv() at udp.cc file for receiving packets at MAODV implementation . Thanks

[ns] monitor the packet loss

2006-09-25 Thread Albalas F \(AT\)
Hi, I need to use the loss monitor to monitor the packet loss. I saw loss-monitor.cc file, how can I use the function included at this file at aodv.cc file. Thanks

[ns] packet sending interval,

2006-09-07 Thread Albalas F \(AT\)
Hi all, I am working on MAODV algorithm, I need to change the packet sending interval (rate) during simulation. Can anyone give me some hints of how to do that. Thanks Firas

[ns] change the CBR bit rate

2006-08-29 Thread Albalas F \(AT\)
Hi all, How can I change (increase or decrease ) the Traffic bit rate during the simulation, I mean at the c++ programme. Thanks Firas

[ns] next hope at MAODV

2006-08-19 Thread Albalas F \(AT\)
Hi, Can anyone explain to me what the following source line means (I am working on MAODV). aodv_nh_entry * nh = mt-mt_nexthops.lookup(ch-prev_hop_); if (nh == NULL || nh-enabled_flag != NH_ENABLE){ if (nh) mt-mt_nexthops.remove(nh); Packet::free(p);

[ns] nsaddr_t data type

2006-08-11 Thread Albalas F \(AT\)
Hi, I know it may be a simple question, but I could not manage. How can I display using printf the value of (ih-daddr) the ip address of the destination, I can see the type of this field is nsaddr_t. Thank in advance

[ns] List of Packets

2006-08-09 Thread Albalas F \(AT\)
Hi all, I am implementing AODV, I need to keep all the data packets received by the receiver node, where and how to add a list at the node to keep these packets for future use. Is it implemented or I need to define a list. Thanks firas