Re: [ns] Ns-users Digest, Vol 40, Issue 27

2007-04-24 Thread smita vishwakarma
hi all, I have created one protocol called newProto and I have made all the possible changes in ns-2.30 ,my make file is also running, but I am finding this error in my TCL script. invalid command name Agent/NewProto while executing Agent/NewProto create _o59 invoked from within catch

[ns] Drop Reasons

2007-04-24 Thread Matthias Budde
Hi, I'm evaluation tracefiles from a wireless simulation and would like to know what the following drop reasons are, why they occur, and how I could prevent the packets from being dropped. The reasons are -Nw ARP -Nw RET -Nw END and just plain -Nw There are no other drop reasons than

[ns] lines in trace file SSendFailure

2007-04-24 Thread Jezabel Miriam Molina Gil
Someone know why and what is the meaning of this lines? SSendFailure 5.154911832 _5_ 109 2 14:0 13:0 5-13 2 4 2 5 [14311|513] Ssalv 5.15491 _5_ adding to SB --- 109 14 - 13 [0] Ssalv 5.15491 _5_ adding to SB --- 111 14 - 13 [0] -- Saludos Jezabel M. Molina Gil

[ns] no target for slot 0

2007-04-24 Thread nevadita chatterjee
Hi All, I am writing a new clustering protocol for MANETs but I am getting a error as ---Classifier::no-slot{} default handler(tcl/lib/ns-lib.tcl)___ _031:no target for slot 0 _031 type: Classifier/Port content dump: classifier _031 0 offset 0

[ns] error when installing ns-2.1b9a (when configure otcl)

2007-04-24 Thread tdinhtoan
hi, I install ns-2.1b9a, and it asks to install otcl-1.0a8. However I could install otcl-1.0a8 because of the following error: checking for X11 header files can't find X includes when I configure the otcl-1.0a8. I do not how to fix the error. Could anyone help me. Looking

[ns] script IMS

2007-04-24 Thread amel ksentini
j'ai un projet sur le réseau IMS de nouvelle génération (NGN) avec une simulation sur NS. je n'ai pas trouvé de scripts concernant ce type de réseau. est ce que vous pouvez m'aider?

[ns] help:send data over tcp connexion

2007-04-24 Thread houda nour
Hi all I want to send packet over TCP connexion in wireless network I have found an application in ns2.30\..\ex\tcpapp.tcl for static network , I have made some change for wireless but that dont work please can anyone help me !!

[ns] How to use a Modified AODV for a group of nodes only

2007-04-24 Thread Netsanet Getnet
Hello NS-Users. I have modified AODV so that nodes can abnormally flood RREQs to other nodes. I wanted to use this modified version for only some nodes in the simulation. The other nodes have to use the original AODV protocol. How can I do that?? Thanks in advance. Netsanet

[ns] How to use a Modified AODV for a group of nodes only

2007-04-24 Thread Netsanet Getnet
Hello NS-Users. I have modified AODV so that nodes can abnormally flood RREQs to other nodes. I wanted to use this modified version for only some nodes in the simulation. The other nodes have to use the original AODV protocol. How can I do that?? Thanks in advance. Netsanet

[ns] How to use a Modified AODV for a group of nodes only

2007-04-24 Thread Netsanet Getnet
Hello NS-Users. I have modified AODV so that nodes can abnormally flood RREQs to other nodes. I wanted to use this modified version for only some nodes in the simulation. The other nodes have to use the original AODV protocol. How can I do that?? Thanks in advance. Netsanet

[ns] How add delay metric in OLSR?

2007-04-24 Thread Paulo Roberto Vieira de Oliveira
someone can I help with OLSR protocol? I need add metric delay at protocol...

[ns] Pathneck and IGI/PTR simulation scripts for ns

2007-04-24 Thread João Silva
Hi, does anyone has the simulation scripts for these tools, Pathneck and/or IGI/PTR? Thank you, João Silva

[ns] NS2 debugging

2007-04-24 Thread manpreet grewal
Hello ns-users, I am new to gdb debugger please help me in this... I am using ns-allinone-2.28 under cygwin on Windows XP... I have added a small function in tora_dest.cc file.. I want to see while running tora.tcl, is that function refered... I simple put gdb in cygwin bash shell...And

Re: [ns] Drop Reasons

2007-04-24 Thread Song Luo
You can find the definitions for those codes in file cmu-trace.h. And I guess, your topology is too dense. 500 nodes in 1000x1000 area and the transmission range is 250 (the carrier sense range should be even larger), this will cause many packets get dropped due to MAC conflict. On 4/24/07,

Re: [ns] NS2 debugging

2007-04-24 Thread Timo Reimann
manpreet grewal wrote: I am new to gdb debugger please help me in this... I am using ns-allinone-2.28 under cygwin on Windows XP... I have added a small function in tora_dest.cc file.. I want to see while running tora.tcl, is that function refered... [snip] i also executed {gdb) r

[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