[ns] Re quest for the hsntg/nd.h, hsntg/nd.cc and ns-hsntg.nist.tcl.

2009-05-10 Thread abrahamlock
Hi, I currently working on one project which come out to use hsntg/nd.h, hsntg/nd.cc and ns-hsntg.nist.tcl library. But I cant find any library that I mention include in ns-2.33. I taught that I can get easily on internet. Sadly, no source about it. Hope that, someone tell me where to get the lib

Re: [ns] Help on ns2 internal organization

2009-05-10 Thread Teerawat Issariyakul
Hi Qweq, I agree with you when you change C++ code you WILL NEED to recompile it. But, Udit, if you want to change topology, you will not need to modify C++ code. You can do it in Tcl. Defining your own topology in Tcl does not require recompilation. In fact, there is no Tcl compiler. Tcl is jus

Re: [ns] Help on ns2 internal organization

2009-05-10 Thread qweq adcsad
Your proposition is not true. The modified code should be recompiled to take an effect. On Sun, 5/10/09, Udit Kumar wrote: > From: Udit Kumar > Subject: [ns] Help on ns2 internal organization > To: ns-users@ISI.EDU > Date: Sunday, May 10, 2009, 5:03 AM > Hi Friends, > > We say that in ns2

[ns] need LAR code in 2.29

2009-05-10 Thread Frank
Hi Everyone: I want to know if there is anyone has the modified code of LAR protocol in ns-allinone-2.29. I only got a copy of the code of previous version of NS2 and i think there should be a little change to accommodate to my ns version. THx & regards 2009-05-10 Frank

[ns] Help on ns2 internal organization

2009-05-10 Thread Udit Kumar
Hi Friends, We say that in ns2 is build using C++ and Tcl language that allow modifying the topology and simulating without compiling the model again. Can you please tell me how this is happening, Why there is no need to recomiple c++ again, Or how data structure is maintained inside ns2/c++ so