Re: [ns] problem

2007-02-12 Thread dorababu
Hi, i recentelly subscribed to this mailing list. how to check current updates. i remember my password. is mail id is my username.i am unable to connect to it. help me.

[ns] problem connection

2007-09-18 Thread loussayef marouane
Dear all, when I execute my program ns connect just node 9 to node 10. where is the problem? thanks. # == # Define options # == set val(chan) Channel/W

[ns] ns problem

2009-03-11 Thread ali bala
hi i wrote a simple example and run at ns but i see this: --- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) ---     _o18: no target for slot -1     _o18 type: Classifier/Hash/Dest content dump: classifier _o18     0 offset     0 shift     2147483647 mask     1

[ns] Ns problem

2010-04-25 Thread nitish patil
Sorry users I forgot to send you the warnings I am getting the following warnings warning: route to base_stn not known:dropping pkt warning: route to base_stn not known:dropping pkt warning: route to base_stn not known:dropping pkt warning: route to base_stn not known:dropping pkt warning: route

[ns] Problem solved

2012-08-16 Thread Manjula Raja
Hello friends The solution to my problem " invalid command name "Agent/Dream" while executing "Agent/Dream create _o1015 " invoked from within .", is now solved. The only thing i need to is use the following two command after modifying all the necessary files in ns2 is 1. [ns-2.XX]$ touch

[ns] problem solved

2012-09-03 Thread Manjula Raja
Hello friends, my problem to the problem which i posted in my previous posting is now solved ... code omitted because of The mistake was , presence of extra character "F" in one of the tcl file, which got typed mistakenly, when i was using Ctrl+F key, i pressed Shift+F to find my thing and ac

[ns] Problem with emulation

2006-06-14 Thread [EMAIL PROTECTED]
Hi list! I'm having some problems using the emulation examples. I try to use ns-2 as a forwarder: real host A send a ping to real host B, passing through the simulator, C. After adding the correct route to A and B to use C as a gateway, I use this script (because the one with ns-2 doesn't work

[ns] problem instaling cygwin

2006-06-19 Thread Muhammad Azam Akram
hi please help me in following questions 1. i tried to install cygwin, it took so much time almost 5 hours and when it installed99%, it showed error message box displaying something like entry point could not be located in dynamic link library cygwin1.dll.. 2. what is Pre-Built Bin

[ns] problem of scheduler

2006-09-21 Thread boumaiza wafa
hello, I want to know how many events the simulator can execute at the same time? In my simulation created 100 nodes, which sending messages to one sink, at the same time like that: for {set i 1} {$i < 100} {incr i} { set udp_($i) [new Agent/UDP] $ns_ attach-agent $node_($i)

[ns] Problem with nam

2006-12-03 Thread Maria Amor
Hi, I am using ns-allinone-2.29 under cygwin, and I am having problems with nam. When I try to execute it it says: no display name and no $DISPLAY environment variable to solve this I start the X server and set an environment variable like this: export DISPLAY=hostname:0.0 And then it works,

[ns] Problem installing NS

2007-01-19 Thread Brenda Lindsay Williams
I want to use ns 2.1b7 cos the version I got has an ATM patch already which I need for my thesis.I try to configure it and I get the error message below. __ __ ___ [EMAIL PROTECTED] Desktop]# cd ns-

[ns] Problem installing NS

2007-01-20 Thread Brenda Lindsay Williams
I want to use ns 2.1b7 cos the version I got has an ATM patch already which I need for my thesis.I try to configure it and I get the error message below. __ __ ___ [EMAIL PROTECTED] Desktop]# cd ns-

[ns] problem with make

2007-02-19 Thread sachin dahiya
  I am new to NS. I am running NS on cygwin on Windows XP. I was trying the 'make depend' and 'make' commands to see if they are working properly. I did not make any changes to any files after i installed NS. However, I received the errors shown below while i used the 'make' command: ucb; do (

[ns] problem on tcl

2007-02-23 Thread Seyed Amin Hosseini
Dear All, I download tcl8.0.4 ,tcl8.0.5,tcl8.2.0 and i run ./configure. after that i took below error. would you please help me about that. checking system version (for dynamic loading)... ./configure: line 5523: syntax error near unexpected token `)' ./configure: line 5523: ` OSF*)' best

[ns] configure ns problem

2007-03-04 Thread wjw7869
Dear all, Now I meet a tough problem that I can not configure ns . when I run ns in command line prompt. It gives me that information : "When configured, ns found the right version of tclsh in /home/wjw101/ns-allinon e-2.30/bin/tclsh8.4but it doesn't seem to be there anymore, so ns will fa

[ns] Problem regarding make.

2007-03-05 Thread aritra pal
hello all , I am facing a problem regarding the ns-2.26.i have created a new packet format and want to implement the new agent in the ns-2.26 to be used in subsequent simulations.for that, i have to modify some file contents and do a 'make depend' before doing 'make'for doing th

[ns] Problem regarding make.

2007-03-06 Thread Raja Zahilah Raja Mohd. Radzi
maybe you run it from different folder. check from where you run it.. eg: [EMAIL PROTECTED] ~]# or [EMAIL PROTECTED] ns-allinone-2.30]# etc...

[ns] problem with scheduler

2007-03-22 Thread Amin Irandoost
hi dear friends my problem with scheduler still not solved what is may mistake? set k 1 $ns at 0.2 "global k;set k 4" $ns at 0.3 "global k; puts \"k=$k\"" "global" in the above code doesn't impress please help me emergency I'm waiting for your reply Thanks in advance -- Amin Irandoost

[ns] Problem with ./setdest

2007-04-18 Thread leticia bela
Hi, I have this problem : setdest: setdest.cc:595: void Node::RandomSpeed(): Assertion `speed != 0.0' failed. Abort when executing : ./setdest -n 20 -p 2.0 -s 10.0 -t 200 -x 500 -y 500 can you help me please - Découvrez une nouvelle façon d'obten

[ns] problem with debugger

2007-04-26 Thread juan manuel gomez garcia
Hi ns-Users: Recently I install the debugger in my system following the Tae-hyung Kim manual. All run ok. But when I changed a file, for example, p802_15_4mac.cc and then do 'make clean', 'make'; I dont see the changes. Why? The gdb say me: "warning: Source file is more recent than executable"

[ns] Problem with "make"

2007-05-30 Thread Dimitris Liarokapis
Hi, I have developed a new wireless protocol using ns-2.30, i have made all the necessary changes to the various ns files along with the "makefile.in". But when i'm trying to #make, i get the following error. make: *** No rule to make target `tcp/tcp-qs.o', needed by `ns'. Stop. Does anyone hav

[ns] problem when recompile

2007-06-07 Thread Dimitris Liarokapis
Hi all, I have tried to implement a new MANET protocol. I have made all the necessary changes and recompiled using - make clean - make depend - make After all these, i can't run ns because there is no ns file under the installation directory. Actually i get the error: ./ns: No such file or direct

[ns] Problem with "regagent_"

2007-06-24 Thread xueguanpeng
hello everybody:I use NS2-2.27 recently,the OS is Fedora Core 5 ,and encounter a problem while I run a wireless simulation.first is the tcl script:mobileIP.tcl# ==# Options# ==

[ns] Problem with agent_port_

2007-07-17 Thread Alexandre Malhão
Hi again, I had a problem trying to change my agents ports. Does anyone know how can I solve it? Best regards, Alexandre Malhão #Setup a TCP connection set tcp [new Agent/TCP] $ns attach-agent $n0 $tcp $tcp set agent_port_ 3 set sink [new Agent/TCPSink] $ns attach-agent $n3 $sink $sink set a

[ns] problem with make

2007-08-07 Thread jilly126
Hello, I am trying to add diffserv and mpls modules to ns2.29. When I execute I execute "./configure" and "make clean" without problems, but when I execute "make", the next error appears on my screen: trace/trace.o(.text+0xe4): In function `Trace::Trace[not-in-charge](int)': : undefined ref

[ns] problem node connection

2007-09-19 Thread loussayef marouane
Hi, I have problem when I run a Evan Jones program. I had change a node connection to 3 nodes and a nodes 0 and 1 connect to node 2 but when running just node 1 is connecting to node 2. it is very urgent. Thanks # == # Defin

[ns] problem with DSDV

2007-10-31 Thread Meenakshi Tripathi
hi! frnds while running the wrls-dsdv.tcl from ns2 tutuorial i m getting an error - cant' read propInstance_ no such variable.. while executing "$propInstance_ topography $topoInstance and the another problem is i read somewhere the use of cbrgen.tcl and setdest to generate t

[ns] Problem with Shadowing

2007-12-23 Thread Mateusz Grabowski
hi there, I have a problem with Shadowing propagations model. When i use it ns-2 calculares distance distCST_ 1797693134862315708145274237317043567980706

[ns] problem with target_

2008-02-26 Thread Janine Kniess
Janine Kniess

[ns] problem with AODV

2008-03-31 Thread rakesh chouhan
Dear all ns users, For the following topology i am using DSR and AODV routing protocols. I define two ftp traffic from node 0 to node 3 and node 1 to node 3. When i use DSR, there is no problem, packets are flowing in the routes 0->2->3 and 1->2->3. But when i use AODV, traffic cannot be started b

[ns] problem install ns2.28

2008-04-16 Thread Vinicio Guanochanga
Hi, I have a big problem. I try to install ns2.28 in ubuntu 6.10 like: http://b.gaedol.org/entry/ns-allinone-228-mobiwan-on-Ubuntu but, I have problems when put the instruction: $ sudo apt-get install -f libxt-dev libxt6 libsm-dev libsm6 libice-dev libice6 sgb its has an error: Leyendo lista

[ns] problem in configuration

2008-07-18 Thread Rajiv Nakarmi
i am trying to setup 802.11e in ns2.28 using cygwin. and i got following error when running multi_udpflow.tcl file. $ ./ns mac/802_11e/multi_udpflows.tcl num_nodes is set 51 (_o20 cmd line 1) invoked from within "_o20 cmd add-interface _o13 _o16 LL Mac/802_11e Queue/DTail/PriQ 50 Phy/Wi

[ns] problem concerning cxx

2008-08-26 Thread eng Rony
hello everybody I have a problem concerning cxx when i type make. the following is my code:   [EMAIL PROTECTED]:~$ cd ns-allinone-2.33 > [EMAIL PROTECTED]:~/ns-allinone-2.33$ cd ns-2.33 > [EMAIL PROTECTED]:~/ns-allinone-2.33/ns-2.33$ make > make: CXX@: Command not found > make: *** [common/packet.

[ns] problem with ns2.33

2008-09-13 Thread eng Rony
Eng Rony hi ns users, i want to simulate GPSR protocol by using ns2.33 and after i do all changes required appear to me errors when type make "make: CXX@: Command not found" and "make: *** [common/packet.o] Error 127" inspite of from changes that must i do to remove "common/packet.o". the fo

[ns] Problem with Scheduler

2008-09-24 Thread Maurizio Bellemo
Hi all, I have a little problem with the Scheduler. I schedule some packets in my program Scheduler::instance().schedule(target_, p, (100/tcf_time)); but when i try to cancel some of them from the queue not to be sent Scheduler::instance().cancel(p); drop(p); It doesn't work. I read the trace

[ns] Problem with xgraph

2008-09-27 Thread Maurizio Bellemo
Hi guys, I have problems plotting in Xgraph. I have some files to be plotted and the values are high (but not too high, the x is almost 100 and the y is 4000). The problem is when i try to plot it, it doesn't work. The program says "the drawing area is too small". I have tryied to change the y ax

[ns] Problem with awk

2008-09-29 Thread Maurizio Bellemo
Hi i am doing a script with awk, but i faces a few problem maybe you can help me... BEGIN { i = 0; p = 0; cont = 0; } { while(getline>0) { if($1 == "r") p+=1; } close(FILENAME); for(cont = 0; cont < nnodes; cont++) { while((getline0) {

[ns] problem with NAM

2008-09-30 Thread Davide
i've installed the all-in-one package, but when i try to exec nam i take: nam: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory what can i do to solve the problem? Davide

[ns] problem ftp Application

2008-10-02 Thread Breno Caetano
hi ns-users, i can treat receive messages when i use a ftp application over agents TCP. i dont find source ftp application, more specifically file ftp.cc. i just find others files and ftp.h. anybody can help me? regards Breno Caetano da Silva Bacharel em Ciências da Computação - UFPI Mestra

[ns] problem regarding NS2

2009-03-05 Thread akshatha h.k
Respected sir/madam, I am doing my final year B-tech project in NS2.All the installations procedures were really good for the beginners like us. But i have a huge hurdle on my way I don't know how to write a code for the spectrum sensing or a passive listener who can sense the medium and just re

Re: [ns] ns problem

2009-03-11 Thread Teerawat Issariyakul
Hi, Basically, you are accessing the slot -1 which does not exist. I posted the details at http://t-issariyakul.blogspot.com/2009/03/no-slot-error-for-classifiers.html For more information about Classifiers, see Chapter 6 in the following book from Springer: T. Issaraiyakul and E. Hossain, "I

[ns] problem with ns

2009-03-15 Thread ali bala
hi i could run xgraph under cyqwin but i see this error when i run nam under cygwin with xserver $ nam: [code omitted because of length] : no event type or button # or keysym     while executing "bind Listbox { %W yview scroll [expr {- (%D / 120) * 4}] units }"     invoked from within "if {[tk

[ns] Problem with Tk

2009-03-29 Thread Dalton Cézane
When I run the nam command, I get this error: nam: this isn't a Tk applicationinvalid color name "#efebe7 " Does can anyone help me? I already saw that this is related to rgb.txt file, but I don't know how to solve this problem. Thanks in advance! [ ] -- =

[ns] problem in ns2

2009-11-28 Thread Ashwin Perti
Sir I am regularly mailing using the same email address, but everytime I am unable to get the answer, Is there any suggestion regarding this. Please help me -- Ashwin Perti Sr. Lecturer ABES Engineering College, NH-24, Delhi-Hapur Bypass, Ghaziabad - Uttar Pradesh +919953555368, 9213971711 as

[ns] problem with make

2010-02-01 Thread mangal thakur
hello sir Did you get any solution for this problem. I am also facing the same problem. if you have its solution, please send it to me my mail id is thakur.k...@gmail.com i will be very thankful to you. mangal sachin dahiya wrote: > > > > I am new to NS. I am running NS on cygwin on Windows

[ns] problem insatalling ns2

2010-02-03 Thread ridha soua
Hi, I have installed ns-2.1b8a under ubuntu. it comes with tk8.3.2, tcl8.3.2 and tclcl-1.0b11. When trynig to install it , an eror msg appear: --

[ns] problem with Xgraph

2011-02-14 Thread maissa boujelben
I am new to NS2 and had installed ns-2.34 on ubuntu-9.1. I was trying to run the example for plotting the graph given in Marc Greis tutorial, mentioned in Section VIII:Creating output files for Xgraph. I downloaded the exact example mentioned in the tutorial. But when I run the pr

[ns] Problem with nam

2011-02-26 Thread Praveen Kumar
Hi Everyone Whenever i run nam in my terminal it show me below error . I am using fedora-14. Any help will be appreciated. nam: [code omitted because of length] : no event type or button # or keysym while executing "bind Listbox { %W yview scroll [expr {- (%D / 120) * 4}] units }" invok

[ns] problem sybil attack

2011-03-13 Thread anand
hey I am on my final year project called..."SYBIL ATTACK" i have added a malicious node which drops all the packets...but i want make the node to drop only specified packets...like evry 3rd packet or half of the packets... :) :) :D ANAND

[ns] problem with arp

2011-04-25 Thread parisa abedy
Hi all, I want to simulate a WSN. I have created a network with 100 nodes. the problem is that I have so many dropped arp packet in trace file. so nodes can not connect to base station and send their data. I think about an initialization time for arp. but I don't know how I should this. Does a

[ns] problem with tcl

2011-07-12 Thread M.Mehran Ajmal
ime[i] } processed++ } } END { printf("Jitter1 = %.2f\n",jitter1*1000/tmp_recv); printf("Jitter2 = %.2f\n",jitter2*1000/tmp_recv); } function abs(value) { if (value < 0) value = 0-value return value } # =

[ns] Problem installing ns2.34

2012-03-25 Thread Carlo Santos
Hi, I am having trouble installing NS 2.34 because every time I run the ./install script, it appears to be running an infinite loop. It runs through the whole process again and again and it does not seem to end. It builds xgraph and so on and then repeats. How do I solve this? Also, I have previo

[ns] problem with prev_hop_

2013-02-04 Thread AmarNath Patra
Hi All, The field prev_hop_ of struct hdr_cmn in ns/common/packet.h should have the value of the forwarding node. Unfortunately, this always shows "0". Please help me in getting the actual forwarding node. (This query has been posted several times by different individuals. I am not able to get an

[ns] Problem with implementation

2014-03-10 Thread Marjorie Roberta dos Santos Rosa
Hello. I have a implementation write for Omnet++, but now I need to simulate in ns2. How can I do this adaptation? The code doesn't compile. Make: http://pastebin.com/UZJKMqL5 Thanks!

[ns] problem running examples !!!

2006-02-02 Thread Mohammed Abu-Khadra
Hi i have a problem in running some basic examples in ns-2 ... am using ns-2 (v. 2.29) on cygwin for windows !! here is the result from running the example: $ ns example1b.tcl [EMAIL PROTECTED] /usr/local $ nam: no display name and no $DISPLAY environment variable < plz if anybody can help

[ns] problem with FullTcp!!!!

2006-02-20 Thread hamdi benmessaoud
Hi every body , I use FullTcp in my script: When I simule one sender and one receiver it works well but when I use two fuction for the same node(I mean a node is a send messages and receive also other messages) I get a lot of errors . I tried to use "$tcp reset" ,but it don't solve the

[ns] problem with fulltcp !!!!!!

2006-02-21 Thread hamdi benmessaoud
Thank you very mutch for your help Now fulltcp work but only with DSR protocol ,it causes problems with AODV and DSDV ??? Also , I want to calculate the nbre of packet lost in the network so i must use agent Loss Monitor and his fuction _nlost but fulltcp don't seem reconize the null (Lo

[ns] problem with overhead

2006-03-05 Thread BENMESSAOUD ASMA
Hi every body , I want have the routing overhead from trace file generated after a simulation of an ad hoc network with tcl in ns-2.29 in order to compar a performance of 3 routing protocols : aodv , dsdv and dsr . So i find in the documents that to have routing overhead we must

[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,

[ns] problem wireless example

2006-03-14 Thread Mohammed Abu-Khadra
hi .. thanx for the replies i got earlier .. about the wireless example simple-wireless.tcl at this link >> http://www.isi.edu/nsnam/ns/tutorial/index.html i wana see the animation in nam .. how can i do this ?! .. am using cygwin/windows xp .. and ns 2.29 thanx in advance :)

[ns] Problem with chang channel

2006-04-24 Thread robbin
Hi,all May I chang channel by time? ex: 0~5 $ns_ node-config -adhocRouting $val(rp) \ . -channel $chan_1_ \ 5~10 $ns_ node-config -adhocRouting $val(rp) \ . -channel $chan_2_ is it possible? Robbin -- 電腦與通訊網路實驗室 網路郵局 Open WebMail

[ns] problem while adding gprs

2006-05-07 Thread lewapryb
Hi everyone! I managed to install ns-2.1b7a on fc1 and now I am trying to add gprs extension made by Richa Jain. I copied .cc and .h files to /ns-allinone-2.1b7a/ns-2.1b7a and .tcl files to /ns-allinone-2.1b7a/ns-2.1b7a/tcl/lib I made ./install and I got: In file included from mac.h:46,

[ns] problem with DSDV protocol

2006-05-25 Thread preeti nimonkar
hello, I am simulating DSDV protocol in adhoc network ,and transmitting a VBR data in it ,I have run simulation for 2500 sec ,it's not complete ,trace file generated is of 10 MB only ,while with other protocols AODV,DSR simulation runs smoothly up to last sec,Can any body tell me what's the

[ns] problem with DSDV protocol

2006-05-25 Thread preeti nimonkar
hello, I am simulating DSDV protocol in adhoc network ,and transmitting a VBR data in it ,I have run simulation for 2500 sec ,it's not complete ,trace file generated is of 10 MB only ,while with other protocols AODV,DSR simulation runs smoothly up to last sec,Can any body tell me what's the

[ns] Problem using trace graph..

2006-05-26 Thread Bhalsing Swapnil Suresh;04410103;
Hello all, I am having problem using trace graph. I am using wireless new trace format. It is giving ']' expected error. Can anybody please tell me the steps to use trace graph? Or what modifications I have to do in the format? Thank you. regards, swapnil. Following is the trace snippet... s

[ns] Problem plotting latency distribution

2006-05-28 Thread Muhammad Usman
Hi, I would like to have a little help please. I am working on 802.11e standard using Qiang Ni's 802.11e implementation. I need to plot the following: 1. The maximum-latency distribution for the flows (cumulative % of packets on y-axis and latency distribution on x_axis). There are three

[ns] problem with TORA simulation

2006-05-29 Thread Alexandra Cioroianu
Hello everybody! I'm trying to run a simulation using the TORA protocol and I have made the necessary changes to the tora.h and tora.cc file. In tora.cc i have added the lines: if (strcmp(argv[1], "port-dmux") == 0) { if ((obj = TclObject::lookup(argv[2])) == 0) { fprintf(

Re: [ns] Problem with emulation

2006-06-15 Thread Svilen Ivanov
Hello Paolo, [EMAIL PROTECTED] wrote: >Hi list! > >I'm having some problems using the emulation examples. >I try to use ns-2 as a forwarder: real host A send a ping to real host B, >passing through the simulator, C. After adding the correct route to A and B to >use C as a gateway, I use this s

Re: [ns] problem instaling cygwin

2006-06-19 Thread Miguel Sepulcre
ROTECTED]> To: Sent: Monday, June 19, 2006 11:10 PM Subject: [ns] problem instaling cygwin hi please help me in following questions 1. i tried to install cygwin, it took so much time almost 5 hours and when it installed99%, it showed error message box displaying something like entry

[ns] Problem with .o files

2006-08-09 Thread Aleksandar Smolovic
Hi all, I have file.cc and file.h and I put that in for example ~/tcp/file.cc and ~/tcp/file.h. Now I make neccesary modifications and among other things in OBJ_CC section on "Makefile" I have put this . tcp/file.o \ .. When I do "./configure" and "make" and "make install" I do not ha

[ns] Problem with running 802.15.4

2006-11-08 Thread kelvin lim
Hi, Really need help. I'm performing analysis on the performance of 802.15.4 and aftering runing ns2 (AODV,cbr), i got this error [wpan/p802_15_4phy.cc::PD_DATA_request][8470.807910](node 4) Invalid PSDU/MPDU length: type = AODV, src = 4, dst = -1, uid = 0, mac_uid = 406423, size = 135. I

[ns] problem with Patch Wimax

2006-11-30 Thread Elena Putzolu
thanks all, I have tried the command -p0 < patch-wimax-prerelease-092206 from the ns-allinone-2.29 directory while the command -p1

[ns] problem while running ns

2006-12-17 Thread sandesh shenoy
Hi, I have created multiple node Bs in Eurane but not able to run the simulations.I feel that the scheduler used is associated with general nodes in ns2.Then in the case of umts,Why the error "couldnt shedule timer "?Could anybody tell me how to implement a new schdeduler or ho

[ns] problem in TCP Vegas

2007-01-03 Thread Moses Immanuvel
hi friends, i am getting one problem when i use TCP Vegas. When i use tcp vegas , i getting the error like, terminate called after throwing an instance of 'std::bad_alloc' what(): St9bad_alloc i dont know what this means? how can i rectify this error? plese help me...

Re: [ns] Problem installing NS

2007-01-26 Thread Matteo Milita
Matteo - Original Message - From: "Brenda Lindsay Williams" <[EMAIL PROTECTED]> To: Sent: Saturday, January 20, 2007 12:30 PM Subject: [ns] Problem installing NS > > I want to use ns 2.1b7 cos the version I got has an ATM patch already > which > I need for my

Re: [ns] problem on tcl

2007-02-24 Thread Ran Ren
Hi, Plz see the URL for solution: http://ravemz.blogspot.com/2006/04/problem-in-installing-ns-2292-allinone.html Best, Ran -- Ran Ren IEEE student member, ACM student member E-mail: [EMAIL PROTECTED] Webpage: http://george.r.ren.googlepages.com/ College of Telecommunications and Info

Re: [ns] Problem regarding make.

2007-03-05 Thread Samer Bali
try: make clean make depend make - Original Message - From: "aritra pal" <[EMAIL PROTECTED]> To: Sent: Monday, March 05, 2007 6:34 PM Subject: [ns] Problem regarding make. > > hello all , > I am facing a problem regarding the ns-2.26.

Re: [ns] problem with scheduler

2007-03-24 Thread Filippos Kolovos
4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Send Ns-users mailing list submissions to > ns-users@isi.edu > > -- Forwarded message -- > From: "Amin Irandoost" <[EMAIL PROTECTED]> > To: ns-users@ISI.EDU > Date: Fri, 23 Mar 2

Re: [ns] configure ns problem

2007-03-26 Thread Luqman
hi, > [EMAIL PROTECTED] wanted us to know: >Dear all, > Now I meet a tough problem that I can not configure ns . when I run ns in > command line prompt. It gives me that information : >"When configured, ns found the right version of tclsh in >/home/wjw101/ns-allinon e-2.30/bin/tclsh8.4but

[ns] Problem Installing TENS 1.2

2007-03-28 Thread Rizki Kusuma
I already download and installed The Enhanced Network Simulator 1.2 that support directional antenna but somehow I can't "make depend". The error is make:*** No rule to make target ` wlstatic\wlstatic_rtable.cc , needed by `depend`. Stop. If I ignore it and do "make" the message is lots of

[ns] problem with wireless communications

2007-04-12 Thread julien . thomas
Hi ns2 users. I try to exchange data in wireless environnement. However, I'm not able to use routing informations : nodes that are in antennas range are able to exchange informations, but when I have the following scheme (for communication range, I mean) A <-> B B <-> C (and not A <->C), A a

[ns] problem with promiscuous mode

2007-04-12 Thread [EMAIL PROTECTED]
Hi All I have taken a look to the link: http://www.cse.msu.edu/~wangbo1/ns2/nshowto1.html where is explained how to use Promiscuous mode in AODV, but I can't understand what I must put in the section: void AODV::tap(const Packet *p) { // put your code here } I must monitoring RREP forwardi

[ns] Problem installing NS-2

2007-04-14 Thread manpreet grewal
Dear all, I am trying to install ns-allinone-2.1b9a under cygwin I have downloaded ns-allinone-2.1b9a from http://www.isi.edu/nsnam/dist/ns-allinone-2.1b9a-gcc32.tar.gz i have fully installed cygwin on my system But while installing ns-allinone-2.1b9a using ./install command ,it gives t

[ns] Problem running make command

2007-04-15 Thread manpreet grewal
hi ns-users, i am able to run ./configure command in tclcl-1.012 But i couldnt run make command... The error, i got is: tclcl-mappings.h:51: error:incomplete type 'Tcl'used in nested name specifier tclcl-mappings.h:52: error: invalid use of undefined type 'struct Tcl' tclcl-mappings.h:41: e

Re: [ns] problem with make

2007-04-17 Thread Anuradha
hello sir Did you get any solution for this problem. I am also facing the same problem. if you have its solution, please send it to me my mail id is [EMAIL PROTECTED] i will be very thankful to you. Anuradha sachin dahiya wrote: > > >   > I am new to NS. I am running NS on cygwin on Wind

Re: [ns] problem with make

2007-04-17 Thread Velan
hi... In ns2 package, some files are relocated or missed. Thats y, the errors may occurs.. So, do one thing, try to install again the ns-allinone package and include the paths. Then execute the make command... Some linkage problems are also raise these errors... So try to do the above... Thank

[ns] problem inobstacle mobility model

2007-04-19 Thread ibrahim koda
Hi all; for Installation and Usage Procedure for the Obstacle Mobility Model Plugin for NS-2: ihave done the following procedure: - i have downloded and installed the CGAL libraries. - i replaced the file voronoi.C with the one provided with the tarball. - i extracted the NS-2 files and replace

[ns] Problem in TORA Simulation

2007-04-22 Thread manpreet grewal
Dear All, I have executed TORA successfully and made all the requisite changes totora.cc to enable it work correctly and to get rid of Agent/PROTO problem. But When i execute my tcl script, there seems to be indeterminate delay ingetting the output.When i examine the trace file created by

[ns] Problem in TORA Simulation

2007-04-22 Thread manpreet grewal
Dear All, I have executed TORA successfully and made all the requisite changes totora.cc to enable it work correctly and to get rid of Agent/PROTO problem. But When i execute my tcl script, there seems to be indeterminate delay ingetting the output.When i examine the trace file created by

[ns] Problem in TORA Simulation!!!

2007-04-22 Thread manpreet grewal
Dear All, I have executed TORA successfully and made all the requisite changes totora.cc to enable it work correctly and to get rid of Agent/PROTO problem. But When i execute my tcl script, there seems to be indeterminate delay ingetting the output.When i examine the trace file created by

[ns] Problem in making changes

2007-04-24 Thread adithya b
Hi, My name is adithya, i am working on Routing protocols of Ad hoc wireless networks.. Now i wanted to know, if i want to make any changes in the inbuilt protocols how to do that, and how to reflect the effect of the changes made. I would be glad and thankful if any one can help me With regard

[ns] problem with TCl file

2007-04-25 Thread smita vishwakarma
Hi, I have created my own protocol newProto inside ns-2.30 and I have made all the possible changes in ns ,my make file is running correctly but I am facing problem when I write"Agent/NewProto" it is showing the following errors. invalid command name "Agent/NewProto" while executing "Agent/N

Re: [ns] problem with debugger

2007-04-26 Thread Timo Reimann
juan manuel gomez garcia wrote: > Recently I install the debugger in my system following the Tae-hyung Kim > manual. All run ok. > But when I changed a file, for example, p802_15_4mac.cc and then do 'make > clean', 'make'; I dont see the changes. Why? The gdb say me: "warning: > Source file is mor

[ns] Problem with thrutcp.tcl example

2007-05-11 Thread Guillermo Frick
Hi. I'm new with ns and I'm trying to make a simple emulation that works as a router. I'm running ns 2.31 in a Fedora Core 6 machine. I was tryint to test the thrutcp.tcl example but it show an error as follows: TapAgent(_o66): linked sock 5 as READABLE TapAgent(_o72): linked sock 8 as READABLE

[ns] problem in TORA simulation

2007-05-17 Thread prabha devi
i am simulating TORA protocol in ns2. i have enclosed tora.tcl which i tried to run but i am getting the following error [EMAIL PROTECTED] ns-allinone-2.29]# /root/ns-allinone-2.29/ns-2.29/ns tora.tcl num_nodes is set 6 invalid command name "-PropType" while executing "-PropType $val(prop) \

Re: [ns] Problem with "make"

2007-05-30 Thread Filippos Kolovos
gt; Date: Wed, 30 May 2007 15:39:59 +0100 > Subject: [ns] Problem with "make" > Hi, > > I have developed a new wireless protocol using ns-2.30, i have made all > the > necessary changes to the various ns files along with the " makefile.in". > But when i&#x

[ns] Problem in TCL Script

2007-06-04 Thread manpreet grewal
Hi all, I am writing one Tcl script with following simulation settings. Please tell me if i am wrong somewhere 1. Nodes move within the area according to the random way-point mobility model. 2. Velocity of the nodes is uniformly distributed between 2 m/sec and 38 m/sec. 3. pause time of nod

[ns] problem: installing [pd] NS

2007-06-26 Thread Abid Ghufran
Dear All, I am installing the parallel distributed NS2 (2.27) from "compass" on Fedora Core-5. I have applied the patch required for pdns and when I try to configure it I get the following error: = ctangle.w:75: warning: conflicting types for built-in

[ns] problem configuring ns-2.

2007-07-24 Thread fdouglas
Hello, I am trying to configure the NS-2.26 in a AMD64 machine with Ubuntu. When I type ./configure I got the following message: ... checking for libtcldbg... no checking dmalloc... not requested with --with-dmalloc checking for perl... /usr/lib not version 5.002 checking for perl5... /

Re: [ns] problem with make

2007-08-08 Thread Nur Aini Rakhmawati
:37:27 AM Subject: [ns] problem with make Hello, I am trying to add diffserv and mpls modules to ns2.29. When I execute I execute "./configure" and "make clean" without problems, but when I execute "make", the next error appears on my screen: trace/trace.o(.t

  1   2   3   4   5   6   7   >