Re: [ns] Can't set DISPLAY env. variable for NAM

2006-03-13 Thread Emre CAN
that did it, thank you, I'll be asking more questions :) - Original Message - From: Adrian Sai-wah Tam [EMAIL PROTECTED] To: Emre CAN [EMAIL PROTECTED] Cc: ns-users@ISI.EDU Sent: Monday, March 13, 2006 4:51 AM Subject: Re: [ns] Can't set DISPLAY env. variable for NAM Did you start

[ns] Getting help about simulating FDMA like Mac protocols in ns-2

2006-03-13 Thread ali chodari khosroshahi
Dear All. I want to simulate multi-channel Mac protocol in the NS-2 (simulating FDMA like Mac protocol). But I haven't any information about simulating this protocol. How I can create multiple channel for a node. How I can divide wireless bandwidth (frequency) into the multiple channel

Re: [ns] Location aware protocols in NS

2006-03-13 Thread Hajer FERJANI
Hi, To have current position of a node at agent level, you can do : MobileNode* mnode_; double x = 0.0,y = 0.0,z = 0.0; mnode_-getLoc(x, y, z); You should have mnode_ referencing to a node. For example, in my case I pass the node address to my agent in the tcl script and for this reason i

[ns] R: regarding promiscuous mode

2006-03-13 Thread Marco Fiore
Krithiga, answers are inline. Regards, Marco Fiore Messaggio originale Da: [EMAIL PROTECTED] Data: 12-mar-2006 1.24 PM A: ns-users@ISI.EDU, [EMAIL PROTECTED], aodvimpl-public- [EMAIL PROTECTED] Ogg: [ns] regarding promiscuous mode hi all, i am doing proj in mobile

Re: [ns] SIP patch

2006-03-13 Thread Alexander Sayenko
Hi This error means that NS-2 does not know anything at all about the Application/Traffic/SipUdp class. Indeed, I have looked through the code, there is no line that registers such a class. Buggy patch :-( However, as I have understood from the implementation, the Agent/UDP/UDPSIP is

Re: [ns] Help: Setdest Command

2006-03-13 Thread Sasan Sahraei
one thing you can do is to delete any (object files) .o files from setdest directory and run make again. this will definitly generate the binary for you. Hi, I would like to ask regarding setdest command. In the tutorial it says that: In order to compile the revised setdest.cc do the

[ns] regarding ns2 debugging

2006-03-13 Thread nalinaksh gaur
Hi all, I need some clarification regarding debugging in ns2... I have used 'gdb' in the past to debug c/c++ programs.I tried to use it for ns2 debugging also.It works but I am confused as I don't know whether gdb alone can do all the debugging in ns2, as ns2 is built using both c++ and tcl.If

[ns] new network protocol

2006-03-13 Thread juan manuel gomez garcia
Hello ns- users: I'm making a new protocol. In order to know how I can do it, I make the same ping protocol but with other name. I create a new folder in ns folder. Inside I create two files (zigbee.h and zigbee.cc) with the content of the ping files. Then I modify the follow files: packet.h

[ns] new network protocol

2006-03-13 Thread juan manuel gomez garcia
Hello ns- users: I'm making a new protocol. In order to know how I can do it, I make the same ping protocol but with other name. I create a new folder in ns folder. Inside I create two files (zigbee.h and zigbee.cc) with the content of the ping files. Then I modify the follow files: packet.h

[ns] new network protocol

2006-03-13 Thread juan manuel gomez garcia
Hello ns- users: I'm making a new protocol. In order to know how I can do it, I make the same ping protocol but with other name. I create a new folder in ns folder. Inside I create two files (zigbee.h and zigbee.cc) with the content of the ping files. Then I modify the follow files: packet.h

[ns] new network protocol

2006-03-13 Thread juan manuel gomez garcia
Hello ns- users: I'm making a new protocol. In order to know how I can do it, I make the same ping protocol but with other name. I create a new folder in ns folder. Inside I create two files (zigbee.h and zigbee.cc) with the content of the ping files. Then I modify the follow files: packet.h

Re: [ns] problem executing wireless examples[uegent]

2006-03-13 Thread Sasan Sahraei
Its not a bug, your path to the script files needs to be modified, make sure your script is pointing to the correct location of the traffic pattern or movement scenario files. you can also modify the path and use the path exclusively. Sasan   hi all i m facing following type of errors and

[ns] [bug] problems with running script

2006-03-13 Thread Nurzat
[Bug Report] - Category: Installation Failure Package: ns ns-allinone-2.29 OS:Red Hat 9.0 Environment Variables: LD_LIBRARY_PATH= TCL_LIBRARY= TK_LIBRARY= - Description: Description of Problem: I was successful in

Re: [ns] new network protocol

2006-03-13 Thread heyuyou
i think you possiably make the dir wrong,so the compiled object cann't been found,and i am interested in your question,if you have succeeded in completing it ,thanks for your give me an answer. Hello ns- users: I'm making a new protocol. In order to know how I can do it, I make the same

[ns] How to remove -02 optimization

2006-03-13 Thread MuiS
hi.. Is someone know how to remove the -02 optimization from the makefile? Any helps are appreciated.. thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[ns] WFQ floating point exception

2006-03-13 Thread Adnan Huremovic
Hello, Running my WFQ simulation returns just Floating point exception. I tried running wfq-1.2.3/example.tcl, but it returns the same. I cannot figure out what is wrong, please help Thanks, Adnan Huremovic

[ns] Back-off algo

2006-03-13 Thread saurabh mehta
hi thr, have any one specially implemented backoff algo? i would like to have the code or sample file ? Thanks in advance. Thanks Saurabh __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

[ns] urgent help in receiver window advertisement in TCP

2006-03-13 Thread amrutha ravichandran
Hi, I find that the advertised receiver window size is found to be a constant.. However i want to change the receiver window size dynamically.. is this possible?? Pls help..its very urgent.. Thanks, Amrutha.

Re: [ns] How to remove -02 optimization

2006-03-13 Thread Pedro Vale Estrela
Check ./configure --help -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MuiS Sent: segunda-feira, 13 de Março de 2006 14:40 To: ns-users@ISI.EDU Subject: [ns] How to remove -02 optimization hi.. Is someone know how to remove the -02

[ns] Help me in trace files

2006-03-13 Thread Mohammed Fawaz Kamarudin

[ns] Problem in installing NS-allinone-2.27 in linux

2006-03-13 Thread Nagender Annem
HI when I try to install ns-allinone-2.27 in *linux*, I am getting the following error, I did had the patch file ns227-gcc34.patch * Build OTcl-1.8 No .configure file found in current directory Continuing with default options...

[ns] Problem runing wireless examples

2006-03-13 Thread Mohammed Abu-Khadra
hi all, first of all am using Cygwin ns-2.29 all-in-one .. am trying to run the wireless examples associated in this link simple-wireless.tcl http://www.isi.edu/nsnam/ns/tutorial/nsscript5.html but there is an error msg appears $ns simple-wireless.tcl num_nodes is set 2 warning: Please use

[ns] Capture Bug in ns-2

2006-03-13 Thread Matt Miller
Let's say we have S1 sending to R1 and S2 sending to R2. S1 and S2 are outside of each other's carrier sense (CS) range. R1 and R2 are obviously both within the receive (RX) range of S1 and S2, respectively. R1 is within the CS range for S2 (but outside S2's RX range). R2 is outside S1's CS

Re: [ns] Problem runing wireless examples

2006-03-13 Thread Saurabh Sinha
This is just a warning ! And you can ignore it, and look for your tarce files (simulation results) in the .tr files. Just ignore this line : warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl On 3/14/06, Mohammed Abu-Khadra [EMAIL PROTECTED] wrote: hi all, first of all am

[ns] Problem with iNSpect

2006-03-13 Thread A Anupama
Hi I have installed iNSpect on Suse linux 1.10.0. When I run the demo, it is giving the following error and shows the empty screen. No background image found I tried to give the image path like /opt/kde3/apps/kdm/pics/users/purple.png but of no use... How to solve it. One more thing is,