[ns] What is the significance of recv()

2006-03-29 Thread raja priya
Dear All, Can anybody tell me the significance of recv() that is used in the tcl file of Ping??? Also please tell me in what way, recv(Packet *,Handler *) used in .cc is releted to recv used in tcl??? Please help me by providing this information. I need this for my graduation

[ns] ns 2 installation steps, please urgent help!!

2006-03-29 Thread kala dridi
I am new to ns2. I am a student and im doing a project that requires using ns2 for simulating an adhoc network. I have downloaded ns2 all-in-one on my machine on linux suse 9.1. Could you help me with the steps to install and run the simmulator please. Thanks in advance.

Re: [ns] What is the significance of recv()

2006-03-29 Thread Nisar Bashir
Hi, I would also like to know what this means. Thanks, Nisar On 3/29/06, raja priya [EMAIL PROTECTED] wrote: Dear All, Can anybody tell me the significance of recv() that is used in the tcl file of Ping??? Also please tell me in what way, recv(Packet *,Handler *) used in .cc is

[ns] Two questions - Node id and path optimality calculation

2006-03-29 Thread Sasan Sahraei
Hi, According to the manual -Hd represents the next hop towards the destination. In my trace file -Hd is mainlly equal to -2. i.e. r -t 30.106683874 -Hs 44 -Hd -2 -Ni 44 -Nx 1254.06 -Ny 25.52 -Nz 0.00 -Ne -1.00 -Nl RTR -Nw --- -Ma 0 -Md -Ms 2e -Mt 800 -Is 46.255 -Id -1.255 -It

[ns] doubt in MAC layer implementation of NS2.28 for wireless

2006-03-29 Thread manjusha
Hi NS-users, Can anyone tell me exactly, in which function does the MAC layer send a data packet (cbr/ftp) to the physical layer, after the RTS-CTS exchange? Regards, Manjusha If you look at what you don't have in life,

[ns] trace files addressing blues

2006-03-29 Thread Nauman Afzal
Hi, I am kind of lost in reading these trace files. While I understand that Hs aqnd Hd stand for next hop source and destination ID. But Is and Id shows numbers like 4194304 and 4194035, and it means source (and destination) address and port number respectively, but how does it translate to

[ns] packet forwarding .

2006-03-29 Thread sxroy1
I am trying to forward a packet with OAR protocol running outside the subnet where the protocol is running. The OAR protocol has the dsdv.cc file modified and under the DSDV_Agent::forwardPacket (Packet * p) the modification done is // Bypass Routing if (!dsdv_active_){

[ns] how to install SPIN protocol?

2006-03-29 Thread 黄莺
hi,all ns-users: i want to install spin routing protocol on my machine(cygwin+2.27),but failed.i know the spin can test on ns-2.1b5. is there any one can port it on latest version NS. please give me some advice.thank you in advance.

[ns] DiffServ in EURANE - only DCH

2006-03-29 Thread ben
Hi, My simulation completed successfully once I use DCH channel. Previously, I was using HS-DSCH channel the simulation just stop half way. I was using 2 UDP Sources with cbr traffic. Any comments? Could anybody please point where should I look regarding the above matter? Thank you.