[ns] validation test fail

2006-01-25 Thread ravi kumar
    after validation test ns shows this message:- - validate overall report: some tests failed:" to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME

Re: [ns] kindly help : installation problem

2006-01-25 Thread Filippos Kolovos
Did you check the .patch file inside? It might have an illegal command there. What is contained in the install.patch file? -Fk On 1/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > -- Forwarded message -- > From: jitender ahuja <[EMAIL PROTECTED]> > To: Ns-users@ISI.EDU

[ns] "How to use fstream in NS2"

2006-01-25 Thread Rana Alhalimi
Hi all, I am trying to create a file that I write to and read from at the same time (during the simulation). Actually I want to define this file in one of the queue classes priqueue.cc. I keep getting a compilation error The way I am doing it is: I defined fstream queueLength; in priqueue.h in

[ns] Please Help : Multicast "cache-miss: can't read "protocols"

2006-01-25 Thread mmulibra
This is a repost message : Hi All, I would like to simulate a simple multicast of 5 nodes, where there are 2 groups and 2 sources and 2 nodes leaving and joining different groups. However I got this error : ns: _o15 new-group 0 -2147483648 -1 cache-miss: can't read "protocols_(-1)": no such var

Re: [ns] Agent::recv method not reached

2006-01-25 Thread Hailun Tan
There is no mistake actually...Just NS2 did not exactly follow the OSI modelSome short cut to solve this problem: try to change the port number of the packet into 255 when it was originated from the source...Then the recv() can be invoked when the packet reaches the destination!!!But in order

[ns] Tracefile generate by mcast-2.1b8

2006-01-25 Thread Z.A.L.D.I
Dear All, I Use ns2.1b8a + mcast-2.1b8 extention from cmu for simulation ADMR and ODMRP protocol... but the tracefile generated during the simulation can't be read by TRACEGRAPH I can't use newtrace as well, because CMUTrace will generate the same trace format. the following are

Re: [ns] Agent::recv method not reached

2006-01-25 Thread Sita S. Krishnakumar
I am a novice to the internals of ns-2. I would appreciate it if you can tell me where the mistake it. Looking at the structural diagram did not give me any answers w/ respect to multiple interfaces! Thanks, Sita > > I am not sure if you are talking about this problem on routing agent...If > yes

Re: [ns] Agent::recv method not reached

2006-01-25 Thread Hailun Tan
I am not sure if you are talking about this problem on routing agent...If yes, it is normal since if you checked the structurural diagram of a mobile node in NS2, you can find out that once the packet reaches the destination, the address classifier and port classifier will forward it in different

Re: [ns] Agent::recv method not reached

2006-01-25 Thread Sita S. Krishnakumar
Hi There, Thank you again for the reply. This is not my work, I am trying to use something from NRL for my WSN work. Basically they have multiple interfaces to a node. One channel carries just sensing info and another channel is used for routing to sink. They want the sensing info to come to the a

[ns] GPSR & HLS extension to ns-2.29

2006-01-25 Thread Thomas Ogilvie
Hi there, i have ported some ns2 code originally developed for ns2.1b8. GPSR (Greedy Perimeter Stateless Routing): This is a Routing protocol for mobile networks where packet forwarding is decided by the position of nodes. HLS (Hierarchical Location Service): This is a location ser

[ns] qospf extention make error

2006-01-25 Thread Fatemeh Karimirad
Dear all, I am trying to extend qospf routing to ns-2.29, since the extention was wrote for ns-2.1b8a, I have some problem with it. When I make it with old gcc in redhat 7.3, it gives many errors on two .o files (ls.o and rtProtoLS.o) like below: linkstate/ls.o:In function 'LsNodeIdList::appendUni

[ns] kindly help : installation problem

2006-01-25 Thread jitender ahuja
Hi all, I am a starter in ns2 and am installing it on cygwin on Windws - XP. I am facing problem in the third command(among those listed below) at the "bash" prompt of cygwin. The first two work successfully. gzip -d -c ns-allinone-2.27.tar.gz | tar xvf - cd ns-allinone-2.27 patch -p0 <

[ns] OSPF-TE\ns: OSPF-TE implementation for The Network Simulator (NS2)

2006-01-25 Thread Christian Callegari
Christian Callegari and Daniele Ceccarelli developed OSPF-TE network simulator for _NS2.26_. Most important functionalities regard: * LSP setup - Explicit route computed online by the ingress LER * LSP setup with bandwidth allocation - Explicit route computed online by the ingress LER *

[ns] Packet Ack

2006-01-25 Thread Andrea Occari
Hi, which fields are accessible in the Ack package? how to enter in the header? .. hrd_XXX *ack = hdr_XXX::access(p) it is corrected? (where XXX are the name of the header) thanks, Andrea