Re: [ns] problem with compilaion of make

2008-04-02 Thread bilge kartal
Hi rakesh, your path should be ~ns2.31/ and then ./configure make clean make Im doing this and it works. I hope this may help you. Good luck Bilge On 4/2/08, srupesh <[EMAIL PROTECTED]> wrote: > > > > hi rakesh, > Are you running "configure" before doin make?? > and u should do u

[ns] Energy model question?

2007-11-14 Thread bilge kartal
Hi, Can anyone explain me that what is happening in the following code piece of wireless-phy.cc. I know it is too long :)) but i just want to know why it doesnt use txtime directly. What does "gap adjust time and actual txtime" mean . It is same in SendUp process too. In that case it computes act

Re: [ns] Installation problems

2007-11-01 Thread bilge kartal
installation on a solaris machine? > > > > > > > > On 10/31/07, pathap subbu < [EMAIL PROTECTED] > wrote: > > > > > > > > > > ok..Will try that and get back to you. > > > > > Thanks > > > > > > > &g

Re: [ns] problem in wired-cum-wireless scenario

2007-11-01 Thread bilge kartal
Hi, Following code is a part of awk script.I asign first coloum as event. $1=event and second coloum as time=$2 and so on. I didn understand your problem.But segmentation fault generalyy appear when there is a problem of value format and the variable. You can count and you can find suitable whic

[ns] IEEE 802.15.4 Sleep-Waku up process

2007-10-31 Thread bilge kartal
Hi All Is there any bug about 802.15.4 and energy model. can you help me to understand the following code which is part of energy-model.cc. My question is that what do these default values mean? Does idle_time mean that Node waits a packet 10 second. After this 10 second it can sleep. I m using

Re: [ns] make clean, make depend, make do not take effect

2007-10-26 Thread bilge kartal
Hi, I had same problem before. I m using same version but under XP via Cygwin. I m not sure this help. you should be under the ns-2.31 directory. And then ./configure ./make clean ./make Good luck Bilge On 10/25/07, minisivakumar vellore <[EMAIL PROTECTED]> wrote: > > > Hi all > I am using n

Re: [ns] Bug in 802.15.4?

2007-10-25 Thread bilge kartal
Hii, I have similar problem but mine is related to sleeping state of nodes. When i set sleep time a value. After that time my nodes spend most of their time in sleep mode. I m using AODV over 802.15.4. So all packets drop becasue of the routing hole. And another question about ARP disabling. Beca

Re: [ns] Energy in Tr

2007-10-25 Thread bilge kartal
Hi, You can use awk or perl to extract information form trace file. And than u can run it from tcl code. Good luck Bilge On 10/17/07, Cristiane Amaral <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > My program in Tcl in the following line: > > $ns_ node-config -adhocRouting $val(rp) \ > -llType

[ns] Poisson traffic_how can i compute analticial parameter of Poisson

2007-10-03 Thread bilge kartal
hi all, i m using following procedure to create poisson traffic. i want to compute probability of a packet arrive per unit time. but i dont know which parameter lambda and how can i compute PMF and CDF of this poisson distribution. Does someone help me?? Regards, Bilge My tcl script; .I m

[ns] Fwd: what is the relation between Poisson PMF and simultion parameter

2007-10-02 Thread bilge kartal
-- Forwarded message -- From: bilge kartal <[EMAIL PROTECTED]> Date: Oct 2, 2007 4:08 PM Subject: what is the relation between Poisson PMF and simultion parameter To: ns-users@isi.edu hi, I really lost in Poisson traffic. How can i simulate a poisson traffic with using g