[ns] [Help/Query] error when running tcl code for a new routing protocol implemented

2006-07-12 Thread . Melvin John
Hi nsusers, I have implemented a part of a hybrid routing protocol for adhoc networks. I have written the code for the neighborhood discovery and the local routing protocol. I just wanted to check if my code was working alright, therefore i wrote a simple tcl script which has 2 node, i make sure

[ns] Neighborhood Discovery protocol implementation????

2006-06-25 Thread . Melvin John
hi ns-users, Is the neighborhood discovery protocol (NDP) implemented in NS2 ? I am asking because the ns manual says that we can track neighbors of a node. I am implementing a hybrid routing protocol for MANETS in NS2 and was wondering if i have to implement the NDP protocol or its already imple

[ns] linker errors .......

2006-06-18 Thread . Melvin John
Hi ns users, i have written code for watchdog and pathrater, while i tried to execute the code, the code complied but it is giving me some linker errors like, [Linker error] undefined reference to `Connector::Connector()' [Linker error] undefined reference to `Connector::command(int, char const*

[ns] dynamic or static linking

2006-06-06 Thread . Melvin John
hi ns users, i have made some changes to one of the existing routing protocols for ad hoc networks. To make use of the changes do i have to compile the whole of NS2 or can i just compile the protocol (files) i have changed. Does NS2 use static linking or dynamic linking. Thanks in advance, Mel