Re: [ns] nam error

2015-05-07 Thread knudfl
@swat wireless1.tcl http://www.isi.edu/nsnam/ns/tutorial/examples/wireless1.tcl Marc Greis http://www.isi.edu/nsnam/ns/tutorial/nsscript5.html#first The file wireless1.tcl is meant be run from ns-2.xx/tcl/ex/, in order to find the two connected files : set val(cp)

[ns] nam error

2015-04-14 Thread Razan Tout
hi, can someone help me, I executed ns without error but nam give this error : Cannot connect to existing nam instance. Starting a new one... *** !!! *** nam cannot recognize the trace file trace.tr Please make sure that the file is not empty and it is a nam trace *** any idea??

Re: [ns] nam error

2015-04-14 Thread knudfl
@Razan Tout nam cannot recognize the trace file trace.tr Nam cannot display an ordinary trace file. Only a genuine nam trace file. In all the default simulation scripts.tcl, the nam output file has suffix .nam, like out.nam . Please run some other examples. And then read the out.nam files,

[ns] nam error

2013-09-29 Thread ghadeer hassan
can anyone plz help me in this error when i run my tcl file it runs without any errors and the nam file and the trace file are both created but when opening the nam simulation it shows this error Cannot connect to existing nam instance. Starting a new one... and it shuts down when playing it any

[ns] nam error

2013-09-29 Thread ghadeer hassan
i am master student ...can anyone plz help me in this error when i run my tcl file it runs without any errors and the nam file and the trace file are both created but when opening the nam simulation it shows this error Cannot connect to existing nam instance. Starting a new one... and it shuts

[ns] nam error: Warning: Tracefile events are not sorted by time. in terminal

2010-07-29 Thread tiongsquare
I got the following errors appearing on terminal when running through my nam, does it mean i have to sort my scenario time in descending order? below are 2 scenario file, one got the error(bonnmotion) the other no error(important tool). thanks! Warning: Tracefile events are not sorted by time.

[ns] Nam ERROR in ns-allinone-2.29

2009-10-03 Thread Suranjit Paul
Hi all, I am using ns-allinone-2.29 in my Ubuntu and I had to face some problems while installing ns-allinone-2.29. But now whenever I run a tcl file the following error occurs. Don't know what to do.

Re: [ns] NAM error

2009-10-01 Thread carolina2
Hi, I have the same error than you. If you have found a solution please tell me about it. Thanks moinul islam wrote: i am using cygwin-1.5.25 and ns-allinone-2.29.2 in windows vista.fut i got the following error while trying to run nam moi...@moinul-pc /usr/local $ nam out.nam nam:

[ns] nam error

2009-07-05 Thread pavan kumar
When i run my simulation... it is giving the output. but its throwing the following message at the end. Unexpected end of line in: n -t * -a 0 -s 0 -S UP -v circle -c black -i black -x -y 21.459676198409717 Perhaps you are missing a value following the attribute flag. Last parsed attribute flag

[ns] nam error urgent help needed

2009-04-10 Thread Nikheel Kumar
*hi all, ** whenever i m running followin simple tcl file using ns-2.31 on Cygwin:-* #Create a simulator object set ns [new Simulator] #Open the nam trace file set nf [open out.nam w] $ns namtrace-all $nf #Define a 'finish' procedure proc finish {} { global ns nf $ns flush-trace

[ns] nam error urgent help needed

2009-04-09 Thread Nikheel Kumar
hi all, whenever i m running followin simple tcl file:- #Create a simulator object set ns [new Simulator] #Open the nam trace file set nf [open out.nam w] $ns namtrace-all $nf #Define a 'finish' procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file

[ns] NAM error

2009-04-05 Thread moinul islam
i am using cygwin-1.5.25 and ns-allinone-2.29.2 in windows vista.fut i got the following error while trying to run nam moi...@moinul-pc /usr/local $ nam out.nam nam: [code omitted because of length] : no event type or button # or keysym     while executing bind Listbox MouseWheel { %W yview

Re: [ns] NAM Error problem when executing NS2 in FDC10

2008-12-24 Thread Tom Henderson
Tom Henderson wrote: Lipur Sugiyanta wrote: Dear All milist-ers, Thanks for your attention with my problem. I try to install NS2 release 2.33 with Fedora Core 10 platform. ... I have problem with NAM. Here is the error message. I've added this to the tracker and to the list of things

Re: [ns] NAM Error problem when executing NS2 in FDC10

2008-12-19 Thread Tom Henderson
Lipur Sugiyanta wrote: Dear All milist-ers, Thanks for your attention with my problem. I try to install NS2 release 2.33 with Fedora Core 10 platform. ... I have problem with NAM. Here is the error message. I've added this to the tracker and to the list of things to fix before ns-2.34

[ns] NAM Error problem when executing NS2 in FDC10

2008-12-18 Thread Lipur Sugiyanta
Dear All milist-ers, Thanks for your attention with my problem. I try to install NS2 release 2.33 with Fedora Core 10 platform. Afterthat I will continue with iNSpect. The installation of NS2 seen done well. The last command ./validate from ns-2.33 results passed. All test output agrees with

Re: [ns] NAM Error problem when executing NS2 in FDC10

2008-12-18 Thread Mustafa Kamal
Mohammad Mustafa Kamal --- On Thu, 12/18/08, Lipur Sugiyanta lip...@gmail.com wrote: From: Lipur Sugiyanta lip...@gmail.com Subject: [ns] NAM Error problem when executing NS2 in FDC10 To: ns-users@ISI.EDU Date: Thursday, December 18, 2008, 9:18 PM Dear All milist-ers, Thanks for your attention

[ns] Nam Error

2008-10-02 Thread Rithu
Hi friends, I am trying to setup a simple wireless(802.11) network topography where you have node_(0) , node_(1) and an AP. So, i do the usual 'node-config' procedure for all the 3 and then create the nodes using set node_(0) [$ns_ node] - (for ex) node_(0) is the source of FTP/TCP packets