[ns] batch arival process

2006-06-10 Thread Pranay Prateek
Can anybody tell me what is meant by a "Batch Arrival Process" ?i mean what is a batch ,are u aggregating the packets to make a batch or something else ?and in this sense what is meant by "batch size" and "batch interarrival time "?is it the same as Burst size and burst interarrival time in Optica

[ns] [help!]where can i find Freeze-tcp implement for ns-2??

2006-06-10 Thread 徐航宇
Can anyone help me?? i look for it for days.but i can not find it. Anyone who has it or knows the web site where it can be download from?? please do me a favor. thanks!!

[ns] trace file problem

2006-06-10 Thread bema juke
Hello All I'm doing researches on satellite networking, that's why using the ns2.29 network simulator. I have tried example tcl script disributed in ns2.29(ns/tcl/ex/..). For now the simulation script are running alright. and I have got trace files, as an output result. But i've got a problem

[ns] code for PEGASIS

2006-06-10 Thread 光光
Hi everyone, I'm using NS2 and I need the code for PEGASIS protocol in sensor networks. Can anyone send that to me. I'll be very appreciate it ! Thank you !

[ns] Help needed on RSVP !

2006-06-10 Thread asma a
Hi ;; I try to RSVP implementation from Mr. Alexander Sayenko, but in the make step I get this error: g_test -I. -I/home/asma/ns-allinone-2.28/tclcl-1.16 -I/home/asma/ns-allinone-2.2 8/otcl-1.9 -I/home/asma/ns-allinone-2.28/include -I/home/asma/ns-allinone-2.28/i nclude -I/usr/inclu

[ns] SOMEONE Knows How implement STOP AND WAIT congestion control???

2006-06-10 Thread Edwin Cruz
HI everyone I work in a work about congestion control, and my question is if NS have by default "congestion controls", for TCP what is the data tahat I need modify? Or I need to program in c++ the controls? Thanks in advance Ing. Edwin Cruz. Área de Comunicaciones. 50613800 Ext. 6357

[ns] Transmission Power for Common and Dedicated Channels

2006-06-10 Thread Ευαγελος Ρεκκας
hi to all ns users, i would like to ask if there is a function or something so that i can measure transmitted power for DCH and FACH channels. Actually i need to calculate the transmitted power from Base Station for dedicated and common channels by considering parameters such as number of UEs,d

Re: [ns] Clearing a queue at a node in ns-2

2006-06-10 Thread k s
Here is what I put in my code: ll_->ifq_->reset(); which caused a segmentation fault initially. Those usually happen with NULL pointers, so I changed it to this statement: if (ll_!=NULL){ ll_->ifq_->reset(); } but I found out that this "if" statement is never stepped into! Can anyone h

[ns] Attaching routing agent to nodes

2006-06-10 Thread Erik Kline
Dear NS-users, I have created a new routing protocol that is almost completely in C++. The routing protocol is designed for WIRED routing and has all the basic properties (recv, command, forward_data, etc...). The problem I'm having is trying to determine how to attach my routing agent to my no

[ns] getting queue length problem

2006-06-10 Thread k s
Hi , I saw a similar issue on http://mailman.isi.edu/pipermail/ns-users/2003-January/028599.html for accessing the length of the ifq in mac. I did their fix (see the post above) but it still doesn't work for me. I still get a seg fault when the program comes to int queueLen= ll_->ifq()->leng

Re: [ns] getting queue length problem

2006-06-10 Thread k s
PT version: Hi , I saw a similar issue on http://mailman.isi.edu/pipermail/ns-users/2003-January/028599.html for accessing the length of the ifq in mac. I did their fix (see the post above) but it still doesn't work for me. I still get a seg fault when the program comes to int queueLen= ll_