[ns] Regarding errors

2009-11-10 Thread gayathri devi
Hai ns users,      I wrote simple tcl script to create 10 nodes ,but i had come across with the following error. num_nodes is set 10 INITIALIZE THE LIST xListHead channel.cc:sendUp - Calc highestAntennaZ_ and distCST_ highestAntennaZ_ = 1.5,  distCST_ =

[ns] NS2 Help for Makefile

2009-11-10 Thread Manan Shah
Hello Friends I have configured ping example in NS2 with necessary changes. but when i run make, i got the following error. for i in indep-utils/cmu-scen-gen/setdest indep-utils/webtrace-conv/dec indep-utils/webtrace-conv/epa indep-utils/webtrace-conv/nlanr indep-utils/webtrace-conv/ucb; do ( c

[ns] qustion regarding database in Ns2

2009-11-10 Thread sashtari
- Hello every body I want to have a simple database on each node in NS2. I want to use the information of this database in mac header. Does anybody know how should I do this? I should do it in C++ codes or in tcl codes? Thanks Saeideh

[ns] FW: Packet loss with MANET routing protocol !! ;(

2009-11-10 Thread adel belkhiri
Hi friends , I have noticed that not all the packets sent by my agent are received so I want to ask this question : how to ensure that MANET routing protocols (such as AODV or DSDV) do not lose some packets ?!! In fact what I want to do is to force the routing protocol to do not losing pack

[ns] Help me multichannels

2009-11-10 Thread thang
Hi all, Anyone uses multichannels as http://www.cse.msu.edu/~wangbo1/ns2/nshowto8.html? I made hyacinth on Ns-2.29 and test with twoflows-2channel.tcl and run well. Now i have some nodes 0>1>(4)<---3<---2.There are 2 channels: 1-->2-->4 and 2--->3--->4. How to transfer a packet from 1 to

[ns] usage of energy

2009-11-10 Thread gauri nir
Hi!   I am working with wireless mobile nodes & need to use energy of each node at every instant from the trace file. How do I do it? Thanx, Gauri

Re: [ns] quesiton regarding database in NS2

2009-11-10 Thread galaxy-huang
hi,Both are OK. I don't know what kind of database software you use. But I know that MySQL offer the API for C,C++, Perl, PHP, Python, TCL etc.?