[ns] _o14 cmd mistake when implementing new routing protocol

2010-04-08 Thread 司马慕容
Dear all, Im doing trying to simulate a new routing protocol of wireless ad hoc network in ns-2.34. But I came across the following mistake: (_o14 cmd line 1) invoked from within “_o14 cmd addr” invoked from within “catch “$self cmd $args” ret” invoked from within “if [catch $self cmd $args

[ns] Error while compling ns2.34 on ubuntu 9

2010-04-08 Thread Mariem Thaalbi
Hi to all i had the following error while compiling NS2.31 /home/imen/Bureau/ns-allinone-2.34/otcl-1.13/otcl.c:495: undefined reference to `__stack_chk_fail_local' otcl.o: In function `Otcl_Init': /home/imen/Bureau/ns-allinone-2.34/otcl-1.13/otcl.c:2284: undefined reference to

Re: [ns] Error while compling ns2.34 on ubuntu 9

2010-04-08 Thread Mike Lorenz
hello, maybe this will help you: http://www.mail-archive.com/ns-users@isi.edu/msg13417.html regards mike

[ns] Priority Queue for wireless network

2010-04-08 Thread Shyam Sundar
Hi, My project is about transfering packets with multiple queues in wireless network. If anyone have sample to transfer packets in different queues for different priority.Please i need a sample. Thank you. With Regards S.Shyam Sundar

Re: [ns] Help: accessing contents of data payload in NS2

2010-04-08 Thread Sidney Doria
There are many options to circunvent this issue and use packet payloads. Some more elegant, some less elegant. A more elegant is to use a new class inherited from AppData, ready to manipulate a real payload, and more, ready to manipulate real objects, or everything you want. (you must implement

[ns] Packect Delivery Fraction (PDF) for aodv

2010-04-08 Thread Lyx
Hello, I use this script for aodv, when i want to calcualte the PDF (Packet Delivery Fraction) =number of recived packets/those  sent by CBR source. But i get the anomalous result that are not important. (pdf=0 , for 2 nodes!) and for 10 nodes , i get the anomalous result . Please

Re: [ns] _o14 cmd mistake when implementing new routing protocol

2010-04-08 Thread Ghofrane
Hello, after adding a new routing protocol you should type make and then you should do make install as a root (for example in ubuntu you should type: sudo make install) The problem will be solved. --- On Thu, 4/8/10, 司马慕容 panda198...@gmail.com wrote: From: 司马慕容 panda198...@gmail.com Subject:

[ns] RED simulation in IEEE802.11 Access Points needs link delay and bandwith parameters

2010-04-08 Thread Clement Nyirenda
Dear all I am trying to simulate RED in the IEEE802.11 Access Point but I am getting an error. RED fails to access the LinkDelay object. RED needs link_-bandwidth() and link_-delay() and it fails to access them from the wireless.tcl that I am using. I have adapted this script from the