Re: [ns] Implementing new manet protocol

2007-06-06 Thread Francisco J. Ros
Hi Nassim, There are some typos in the tutorial. Sometimes accessible_var is miswritten as accesible_var. Just have to find every occurrence of the latter and correct the name. Regards, fran On Tuesday 05 June 2007 10:51, nassim laga wrote: Hi All, I try to implement a new Manet protocol

Re: [ns] Implementing new manet protocol

2007-06-06 Thread Francisco J. Ros
Hi again, That's another problem, which has been reported several times in this list. Either you aren't recompiling the simulator, or Protoname isn't written always in the same way (the protocol name is case-sensitive). Regards, fran On Tuesday 05 June 2007 13:50, nassim laga wrote: I think

[ns] Ns-users Digest, Vol 42, Issue 6

2007-06-06 Thread smita vishwakarma
and charset-unspecified text was scrubbed... Name: ns2 install errors1.txt Url: http://mailman.isi.edu/pipermail/ns-users/attachments/20070606/2fe36d6d/ns2installerrors1.txt -- next part -- An embedded and charset-unspecified text was scrubbed... Name: ns2 installation

Re: [ns] help required regarding analysis of tracefile

2007-06-06 Thread Tiago Junqueira
Hi, I think you're talking about the awk scripts to interpret the output file given by the simulator, or not? Because that files look for the d. I was talking about the second method: [Method 2---modify C++ code] The basic idea is to insert two fields, sendtime_ and pkt_id_, in the

[ns] ns-2 on windows vista

2007-06-06 Thread Karun Dambiec
Hi, Im about to upgrade to Windows Vista if all my software is compatible. Has anybody used Cygwin and NS-2 on Vista? If you have, did you have any problems with it? Regards Karun Dambiec

[ns] ns-2 on windows vista

2007-06-06 Thread Sidney Doria
I'm using cygwin 1.5.24 and ns-2 2.31 on Vista Home Premium. There was no problem on installing it, but a few test have failed on validation (as promessed in the tutorial). I recomend you to use all-in-one package and install a full cygwin (default installation does't install some packages

[ns] NIST- About the Couldn't schedule timer error, comparation with the debug files

2007-06-06 Thread Tiago Junqueira
Hi, I turned on the 2 debug commands, Mac/802_16 set debug_ 1 and i added the following line to the file Makefile -DDEBUG_WIMAX. First i executed the script with the parameters: WimaxScheduler/BS set dlratio_ 0.56 Mac/802_16 set frame_duration_ 0.010 Mac/802_16 set fbandwidth_ 7e+6

[ns] NIST- it's correct the example wimax1_teste.tcl

2007-06-06 Thread Tiago Junqueira
Hi, I was testing the example wimax1_teste.tcl, after running, i executed: grep ^r out.res | grep MAC | grep -c cbr grep ^s out.res | grep MAC | grep -c cbr and the results were Packets sent=100, Packets received =100. And then i changed the set gap_size 0.0005 ;#compute gap size between

[ns] how to fix shedular going backwards error..........

2007-06-06 Thread bhaskar parimala
hi frnds when i run a simulation for mobile ip i got the following problem warning :scheduler going backwards in time from 64.566271 to 0.00. it is occured when i added a queue to FA , my code is enqueing the packets to Q nd dequeing the packets from Q. please any one suggest me a solutin

[ns] hdr_cmn in Packet.h

2007-06-06 Thread bleh2u
What exactly is this structure used for? Is it an all-purpose packet header which can act for TCP, UDP, ARP, etc, etc?

[ns] Help: error when compiling NS format

2007-06-06 Thread khodor abboud
Hello evry body, When i am running the NS format of BRITE, set ns [new Simulator] //set na [open result.tr w] set nf [open result.nam w] $ns trace-all $na $ns namtrace-all $nf proc create_topology{} { global ns #nodes: set num_node 10 for {set i 0} {$i

Re: [ns] Weighted Round Robin

2007-06-06 Thread KaLiF
Hello again, I did founfd out some pach that install another patch: wfq-1.2.1 ( http://www.cc.jyu.fi/~sayenko/srpms/wfq-1.2.1.tar.gz ) , but now I can't run the example. I get an error like this: invalid command name Queue/WFQ while executing Queue/WFQ create _o16 invoked from within

[ns] Multihop wireless Network

2007-06-06 Thread manpreet grewal
Hi all, Does anybody have TCL script for multihop wireless network for large number of mobile nodes (atleast 20)?? I have one but not sure whether it is correct... Please send me... Its urgent... Thanks, manpreet..

[ns] Fw: Weighted Round Robin

2007-06-06 Thread KaLiF
I'm thinking to extract the package wfq-1.2.1 from ns 2.31, because I found another wfq-1.2.5 and i think this one will work. Could anyone tell me how to extract that package: I want to try with the new one: maybe that have some bugs fixed for the renew version. I did passed through

[ns] Fw: Weighted Round Robin

2007-06-06 Thread KaLiF
When I was trying to installed the other wfq-1.2.5 i get an error that want to install sudo apt-get host or something like this. Now when I'm trying to ns example.tcl... I get another error: example.tcl does not exist (Authoritative answer) I really need HELP! If I don't install this

[ns] Catch packets in any node

2007-06-06 Thread Alexandre Malhão
Hi, I'm trying to find a way do catch and modify packets that pass through a node. I have a structure like this: (tcp)N0N1N2(sink) There are no agents associated to N1. I need to catch a packet in node N1, modify it and send it to right destenation (in this case N2). Does

Re: [ns] Help: error when compiling NS format

2007-06-06 Thread caijie
proc create_topology{} { proc create_topology {} { line1 is what you wrote in your tcl, and maybe you'd like to try line2. See? there's a space between the topology and { wish you good luck CaiJie

[ns] wireless simulation ns-2

2007-06-06 Thread Kashyap Kambhatla
Hello all, I have 2 questions: 1. Is it possible to show traffic patterns with different colors between wireless nodes (just like how its possible for wired scenarios) in ns-2? If so where could i find a demo? 2. If i need to load the NAM (animation) on to a powerpoint in the form of a movie,

[ns] ns-2.26 on fedora core 5

2007-06-06 Thread Anjali
hi all i have been trying to install ns-2.26 on fc5. Already applied a patch and replaced god.h. The latest problem is of webcache/webtraf.cc. It gives error and stops make. Following is displayed webcache/webtraf.cc: In member function ‘virtual int WebTrafPool::command(int, const char*