Re: [ns] 1. bug in the NIST addon (+fix) (naouar yaagoubi)

2009-06-22 Thread Richard Rouil
While there is indeed an error in the condition, the effect should not impact the results of the simulation. The method getAffectedNodes is used to collect all the nodes that should receive a packet within a given radius. This is to optimize the simulation so that not all the nodes in the

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

2009-05-11 Thread Richard Rouil
The code you are looking for is part of an extension to ns-2 targeting mobility in wireless networks. You can find the source code for ns-2.31 at http://www.antd.nist.gov/seamlessandsecure/pubtool.shtml#tools Richard. -Original Message- From: ns-users-boun...@isi.edu

Re: [ns] trace file ns

2009-05-06 Thread Richard Rouil
For an explanation of the wireless traces, you can refer to the ns-2 manual http://www.isi.edu/nsnam/ns/doc/node186.html Richard. -Original Message- From: ns-users-boun...@isi.edu [mailto:ns-users-boun...@isi.edu] On Behalf Of El hadi Cherkaoui Sent: Wednesday, May 06, 2009 12:07 PM To:

Re: [ns] error while running a script

2009-05-06 Thread Richard Rouil
Mariem, The error indicates that the hierarchical addressing scheme is not setup properly. You should double check the assignment of the domains, clusters, and nodes. The following link may help http://tagus.inesc-id.pt/~pestrela/ns2/ns2_haddr_tips.html Richard. -Original Message-

Re: [ns] error while building NIST extension

2009-04-13 Thread Richard Rouil
Mariem, The new compilers do not like to see the class name in the include files. To fix it, just remove the Mac802_11:: in the definition of the calFreq function. You may have to do that in other files as well. Richard. -Original Message- From: ns-users-boun...@isi.edu