[ns] help me with the dsr segmentation problem

2007-02-28 Thread sandeep v
hi. this is my tcl script to simulate for 3 nodes using dsr routing protocol. it s givin as segmentation fault. but the same script works for dsdv just by changin the routing protocol in the script pasted below...please help me at the earliest as i ve lost a lot of time tryin to solve this. the

[ns] Please Help for invalid command Agent

2007-02-28 Thread Paks
Hi all, I am working on video multicast stream. I downloaded the EvalVid version used for NS. In that they have created new agent called myUDP agent. I follwed all the steps given in http://hpds.ee.ncku.edu.tw/~smallko/ns2/Evalvid_in_NS2.htm I made the relevant changes in the packet.h and

[ns] please help to generate xgraph

2007-02-28 Thread sandeep v
how do i generate xgraph from the trace file generated by this dsr code? # Define options set val(chan) Channel/WirelessChannel;# channel type set val(prop) Propagation/TwoRayGround ;# radio-propagation model set val(netif) Phy/WirelessPhy;#

Re: [ns] Disable ARP

2007-02-28 Thread Ahmad Khayyat
Never mind. The two lines work perfectly. They just happened to trigger another problem, which is taken care of now :) On Tue, 27 Feb 2007 18:27:37 -0500 Ahmad Khayyat [EMAIL PROTECTED] wrote: What is the easiest way to disable the use of the ARP protocol? I guess the IP address corresponds

[ns] Multiple interfaces!!!!! Need Help!!!

2007-02-28 Thread Hiba Alame
Hi to all, I am trying to implemt a single node with two interfaces of different technologies: Bluetooth and WiFi. I am a new comer to NS2 and I am finding itquite overwhelming so does anyone have an idea on how I should tackle the problem of multile interfaces given that I use available modules

Re: [ns] tk8.4.11 make failed!

2007-02-28 Thread harpreet
hi i am also getting same problem while making tk8.4.14 file in tk3d.c file. i seached previous tread. there is one similar problem in 2005 . that person gives solution to load X-development environment. because this requires C-development lib. i haven't tried this yet. so u can try this

[ns] how to generate xgraph from tracefile

2007-02-28 Thread harpreet
  hi i generated the tracefiles from project. i want to how to get the xgraph from tracefile. please help me in getting xgraphs. thanks in advance harpreet singh

[ns] Please Help for invalid command Agent by Paks

2007-02-28 Thread Paks
Hi all, I am working on video multicast stream. I downloaded the EvalVid version used for NS. In that they have created new agent called myUDP agent. I follwed all the steps given in http://hpds.ee.ncku.edu.tw/~smallko/ns2/Evalvid_in_NS2.htm I made the relevant changes in the packet.h and

[ns] How to differentiate Voice,data and Video Traffics?

2007-02-28 Thread taraka praveen
Hi friends, I am beginner to NS2.I have one doubt regarding Traffic. I find mostly CBR traffic from application in the NS examples. If i want to Differentiate Voice,Data and Video how the Traffic pattern will change ? Please give me the solution for differentiating Data,Voice and Video in NS

[ns] how to use perl/awk

2007-02-28 Thread [EMAIL PROTECTED]
Hi all I am beginner to NS2, I have found some perl and awk scripts to extract data from trace file but I don't know how use it, ( must include the code into tcl script, must run it separately ?) please help me Thanks and best regards G --

[ns] Where we find the link between .tcl ,.cc and .h files ?

2007-02-28 Thread taraka praveen
Hi friends, I have one regarding the linking of .cc to tcl files. 1)Please help in which part of the tcl code we are getting the .cc files link. 2) I feel link is there.But one more doubt i got few tcl files from net and i was able to run those without any .cc files support.How its

[ns] Segmentation fault with a highly mobile network ??

2007-02-28 Thread Nour Brinis
Hi all, I am trying to carry out some simulations using the ns2 simulator. I have installed the ns2 2.28 and I am using DSR as ad hoc routing protocol. The problem is that with a highly mobile network ( it depends on the pause time fixed when generating a mobility script: setdest -nn 100 -p

[ns] getting a pointer to the mobile node from mac

2007-02-28 Thread Francisco Muñiz
-- Forwarded message -- From: Francisco Muñiz [EMAIL PROTECTED] Date: 28-feb-2007 14:33 Subject: getting a pointer to the mobile node from mac To: ns-users@isi.edu Hello all. I want to get the geographical location of my mobile node from smac. Thats why I want to get a pointer

[ns] getting a pointer to the mobile node from mac

2007-02-28 Thread Francisco Muñiz
Hello all. I want to get the geographical location of my mobile node from smac. Thats why I want to get a pointer to the mobile node but I don´t know how to. Can anyone help me? Thank you.

[ns] C++ codes for Wireless nodes

2007-02-28 Thread Supratik Singha
Sir, Please tell me the files and the C++ codes with which the wireless nodeshave been defined / created. For example, in the following code from the file wireless1.tcl $ns_ node-config -adhocRouting $val(adhocRouting) \ -llType $val(ll) \ -macType $val(mac) \

Re: [ns] C++ codes for Wireless nodes

2007-02-28 Thread Scott Ricketts
The directory: ~ns/mobile holds the relevant wireless support. The way I generally find C++ implementations of Otcl objects is grep - a linux tool for searching file text. For example, if you are looking for the implementation of Agent/UDP, try grep -R -I Agent/UDP ~ns/* -Scott On 2/28/07,

[ns] combined wireless and wired nodes in the same simulated topolgy

2007-02-28 Thread Ramzi Tka
Hi all, Is it possible to simulate a wired-cum-wireless network composed by several wireless nodes that run a given routing protocol and several wired nodes partially meshed ( not all them are connected to the BS) . Could these wired nodes use any routing protocol, or there is some contraints or

[ns] debuggin c++ in ns

2007-02-28 Thread pankaj chand
hi can anyone please tell how to debug the c++ source code in ns. after adding the -g and several other statements in the makefile.in and install file, im able to debug but the debugger cannot find the source code, and hence cannot show me the line of code which is raising the error (bug). i