[ns] MANET : TORA Routing Protocol

2007-01-15 Thread Narendran Sivakumar
Dear all, I am using NS-allinone-2.30 (Red Hat 8) , When I execute the TORA routing algorithm code ,it gives me error for ever line of the code ,saying that there is some problem in 'rtagent/proto' . I have attached the code ,in exact below. Kindly sort out the problems , Thank You

Re: [ns] error while loading shared libraries: libpcap.so.0.6.2

2007-01-15 Thread Tarun Bansal
Search for Problem: Things built OK but don't run because of missing shared libraries on http://www.isi.edu/nsnam/ns/ns-problems.html Regards Tarun On 1/15/07, zenith siea [EMAIL PROTECTED] wrote: error while loading shared libraries: libpcap.so.0.6.2: the error: [EMAIL PROTECTED] ~]$ ns

[ns] Multi-interface support howto

2007-01-15 Thread Ramon Aguero
Dear all, We have seen a lot of requests about the possibility to extend the NS-2 framework to support multiple interfaces. Although there is some information available, according to the messages that have been sent to this list, it seems that a more thorough description may be required. In

[ns] NS2 Simulation --- please Help Me !!!!!!!!!!!!!!!!

2007-01-15 Thread Narendran Sivakumar
Dear All, I'm greatfull that what you have suggested have worked.. In the same code , if i change that routing protocol declaration to TORA or DSDV will it work I've tried it with DSDV ,during that simulation ,no packets are being sent .. while in case of TORA , if gives me

Re: [ns] gcc error in Ns-2.29 with setdest.h

2007-01-15 Thread Matthew Faulkner
Hey all, I'm unsure if anyone has answered this question yet but i just came across the same issue. The problem is within a bunch of files where you have, for example, the following method signature: inline void vector::operator=(const vector a) { To fix these errors you need to correct all

Re: [ns] gcc error in Ns-2.29 with setdest.h

2007-01-15 Thread Larry Brigman
On 1/15/07, Matthew Faulkner [EMAIL PROTECTED] wrote: Hey all, I'm unsure if anyone has answered this question yet but i just came across the same issue. The problem is within a bunch of files where you have, for example, the following method signature: inline void vector::operator=(const

Re: [ns] gcc error in Ns-2.29 with setdest.h

2007-01-15 Thread Pedro Estrela
That's the spirit! a very quick diff patch how-to: http://drupal.org/diffandpatch Pedro Vale Estrela On 1/15/07, Larry Brigman [EMAIL PROTECTED] wrote: On 1/15/07, Matthew Faulkner [EMAIL PROTECTED] wrote: Hey all, I'm unsure if anyone has answered this question yet but i just

[ns] C++ Debugging (NS2) Useful Info

2007-01-15 Thread deepak
Check out the link below for C++ debugging and how to make changes in Makefile (CFLAGS) http://www.cs.ust.hk/~cszyz/ns2-debug.html http://tagus.inesc-id.pt/~pestrela/ns2/ Good Luck! Have a burning