[ns] is there in NS Poisson Process function for generating random number??

2007-04-06 Thread Amin Irandoost
hi all is there in NS Poisson Process function for generating random number?? I'm waiting for reply Thanks in advance -- Amin Irandoost

[ns] Problems with Simulating MPEG4 Streaming using smallko's work

2007-04-06 Thread Merup Lathia
Hello Sir, I am currently doing a project on Multimedia Streaming and want to simulate it using NS2. I searched the Mailing Archives and I found some previous work done in this area by 'smallko'. I got his files 'mpeg4_traffic.cc' and all. But I am facing some problems using it. I followed the

[ns] where to define the trace file format?

2007-04-06 Thread taraka praveen
Hi friends, I have one doubt regarding trace file format. we have 3 different type of trace file formats. 1) Wired 2)simple wireless (old) 3)new wireless format In our scripting language(.tcl files) where we have to define about the trace file format ? please help me.. Thanks in advance

[ns] Even deletion of Mac folder doesn't effect ?

2007-04-06 Thread taraka praveen
Hi friends, I am working on 802.11 WLAN.In the scripting languages we are using Mac/802_11 Mac/Simple Mac/Csma-ca I am thinking like this By defining this Mac in .tcl code its getting .cc files back ground from the mac folder. But i removed mac folder from the ns-2.28 directory and i

Re: [ns] Mapping of the entire Source Tree

2007-04-06 Thread Timo Reimann
Murali P wrote: Is there any documentation available for browsing the entire source code. I know NS Notes is a good place to start off with, but an additional material that gives a brief overview of the location of various stuff in a central location is going to be extremely helpful for

[ns] R: analyse trace files

2007-04-06 Thread Marco Fiore
Hi Stephan, have a look at tracegraph or trace2stats. bye, Marco Messaggio originale Da: [EMAIL PROTECTED] Data: 6-apr- 2007 7.37 AM A: ns-users@ISI.EDU Ogg: [ns] analyse trace files Hello again! Think my last Mail was lost :-( I'm using ns-2.29 and do some wireless simulations.

[ns] R: why RTP header in UDP's sendmsg() ?

2007-04-06 Thread Marco Fiore
Hi Timo, my guess is that those infos can be useful for statistics collection. Is the RTP header considered in the UDP header size? If not, it is an invisible header, put there just for informational purposes and not affecting the simulation outcome. bye, Marco Messaggio

[ns] analyse trace file- packet delay

2007-04-06 Thread Agrawal, Rinky \(UMKC-Student\)
Hello, I am new to NS2. I want to find packet delay from node 2 to node 3. Topology is like 2-0--1---3 0-1 is a bottleneck link I got the output trace file of format (sample) r 4.030256 10 1 ack 40 --- 5 10.0 5.0 74 579 +

[ns] how can I graphically show ad hoc mobile nodes using nam?

2007-04-06 Thread seba
Hi All, I am new in NS world. I am running same tlc sample scripts and showing nodes and links using nam. Can anybody tell me, after having defined a topology of a mobile ad hoc network and having defined the node movement, how can I graphically show the network topology. Is it possible to see

Re: [ns] why RTP header in UDP's sendmsg() ?

2007-04-06 Thread Timo Reimann
Hi Marco, Marco Fiore wrote: my guess is that those infos can be useful for statistics collection. Is the RTP header considered in the UDP header size? If not, it is an invisible header, put there just for informational purposes and not affecting the simulation outcome. You seem to be

[ns] R: how can I graphically show ad hoc mobile nodes using nam?

2007-04-06 Thread Marco Fiore
Ciao, other than nam, you can try with Huginn: http://www.informatik. uni-mannheim.de/pi4.data/content/projects/huginn/ or iNSpect: http: //toilers.mines.edu/Public/NsInspect bye, Marco Messaggio originale Da: [EMAIL PROTECTED] Data: 6-apr-2007 7.12 PM A: ns- usersns-users@ISI.EDU

[ns] R: analyse trace file- packet delay

2007-04-06 Thread Marco Fiore
Hi, you can use Perl/awk to parse the tracefile, or have a look at tracegraph or trace2stats (google for them). Also, you find a ton of mails on the topic in the mailing list archives... bye, Marco Messaggio originale Da: [EMAIL PROTECTED] Data: 6-apr-2007 6.18 PM A:

[ns] help needed to solve segmentation fault problem

2007-04-06 Thread abu shahriar
Hi all, I am getting segmentation fault when I call send(p,0) to broadcast a packet from my c++ code in ns. Can anyone please help me to find out why this happe?

Re: [ns] help needed to solve segmentation fault problem

2007-04-06 Thread Timo Reimann
abu shahriar wrote: I am getting segmentation fault when I call send(p,0) to broadcast a packet from my c++ code in ns. Can anyone please help me to find out why this happe? Install gdb or ddd, make sure you compiled ns with debugging symbols, start your debugger and let the program crash.

[ns] how to dynamically attach (UDP) agents to nodes from C++?

2007-04-06 Thread Timo Reimann
Hello, I'm currently in need of extending ns-2 with an application that requires a lot of UDP connections netween nodes. Instead of statically defining these, I thought about setting them up and tearing down dynamically within the C++ code of the application I've started to implement. The

Re: [ns] how to dynamically attach (UDP) agents to nodes from C++?

2007-04-06 Thread Timo Reimann
Timo Reimann wrote: I'm currently in need of extending ns-2 with an application that requires a lot of UDP connections netween nodes. Instead of statically defining these, I thought about setting them up and tearing down dynamically within the C++ code of the application I've started to

Re: [ns] how to dynamically attach (UDP) agents to nodes from C++?

2007-04-06 Thread Timo Reimann
Hi Matthias, Matthias Kuhnert wrote: You can call and evaluate tcl code within the c++ part via tcl.evalf()... This combined with some function for the node-id and you should have, what you need. There have been quite a few questions posted before around this topic so you should be lucky

[ns] TORA Problem

2007-04-06 Thread Mathieu GALLISSOT
Hi guys, I'm using ns2.31 on a ubuntu system for evaluate ad hoc routing performance. I've got a problem with the allinone package, the tora test fails. I use the ./configure --enable-debug option, and I don't have any faults when I make the package. I saw many people having this problem,