[ns] how to send an expression from one node to another node with tcl script

2009-03-25 Thread muralikrishna g
hi to all... here i have to send a an expression like "(2+3)" from $node7 to $node2,... how to make this with tcl script... please help me regarding this... thanks in advance

[ns] how to execute the some tcl code from classifier.cc

2009-03-25 Thread muralikrishna g
hi to all... here i have to execute some piece of code in tcl script, after satisfying a condition in classifier.cc like as below tcl script: {* *set udp0 [new Agent/UDP] $ns attach-agent $n(24) $udp0 set cbr [new Application/Traffic/CBR] $cbr attach-agent $udp0 set null0 [new Agent/Null] $

[ns] how to get node id from node ip

2009-03-25 Thread muralikrishna g
hi to all... here i have to get a node id from a packet send by a node... from the packet ip header i am getting ip address of the sender.. here i have to know the node id of the sender node.. please help me regarding this.. thank u

[ns] how to validate a node

2009-03-25 Thread muralikrishna g
hi to all.. i want to validate node from another node,, how to do this.. can you please help me.. thanks in advance

Re: [ns] Help regarding absurd memory usage

2009-03-25 Thread James Bernsen
A google search for "ns-2 free packet" revealed the link below, which I thought was interesting and possibly relevant to you. It has some suggestions for freeing packets. *How to scale your simulation to more nodes (500 nodes) and speed up it?* http://www.cs.binghamton.edu/~kliu/research/ns2code/

Re: [ns] ns2 and netbeans or eclipse

2009-03-25 Thread Volker Richter
Hello, I'm using the eclipse IDE to make changes in the ns-2 sources. It works really well, but I recommend the newest eclipse C/C++ version due to the improvements of the index system. That is the tutorial which I have used: http://wcms1.rz.tu-ilmenau.de/fakia/NS2-for-Eclipse.6025.0.html Bes

[ns] ns2 and netbeans or eclipse

2009-03-25 Thread Rodrigo Palucci Pantoni
Hello all, Anybody there had tried to insert ns2 in netbeans or eclipse IDE for debugging? Had it works? It is available a tutorial? Thanks.

Re: [ns] UMTS on NS-2

2009-03-25 Thread Murali P
Hi, I currently have ns-2.27 ns-2.331 and ns-2.33 all instaled in my system. The simplest trick i use is create a file named ns2.sh in home, and source it in my ~/.bashrc. [u...@murali-test ~]$ cat ~/.bashrc # .bashrc ... ... source ~/ns2.bash and my ns2.bash contains [u...@murali-t

[ns] Help regarding implementation of security in ns2

2009-03-25 Thread nebu tom john
hiii friends How we can implement security in NS2. please help me. Thanks in Advance Nebu Tom John Karunya University

Re: [ns] UMTS-WIFI Handover using NIST module

2009-03-25 Thread Carlos Rodrigues
Without movement, yes. UMTS traces do not have the same format as the other ns traces. For example the packet with UID 10, which has a size of 500 bytes, is sent by a wired node but is received on the UMTS network. The UMTS network divides the packets is small subpackets of size 40 bytes (5

Re: [ns] NS-2.30 installation-How to add library paths?

2009-03-25 Thread lukman_hanif
Faraz, first of all check the location of your ns, shell type that you use (csh or sh type in terminal- echo $SHELL) and the tcl/tk version in that ns package...if you are using csh shell, then try put the following line in your .cshrc file. I assume you use tcl8.4.10 and tk8.4.1

[ns] distributed channel assignment in ns2 from mahendran

2009-03-25 Thread Mahendran
can anyone help me in running the  code distributed channel assignment algorithm by hyacinth available at software downloads section  of website http://www.ecsl.cs.sunysb.edu/multichannel/ can u help me in running centralized algorithm code also. whether ns2.1b9a version can be successfully in

[ns] No packet delivery from mobile to wired node in AODV

2009-03-25 Thread Md. Azizullah Quraishi
Hi, We're working on MobileIP Project in ns; and is posing following problem: We did modification to Mark Gries' wireless3.tcl (MobileIP): ---> Mobile node is in HA range and moves towards FA. It leaves HA range at apprx. 13.5s and reaches FA range at apprx. 32.5s {HA at (1,2); FA at (650,600);

Re: [ns] UMTS on NS-2

2009-03-25 Thread Mats Folke
Hi! First of all, please post your questions to the mailing list. It adds value to the list. Yes, you can have multiple versions of ns running in parallel, but you need to be very careful how you set up your paths. Please search the web for setting up paths in the shell. That will search your

[ns] NS-2.30 installation-How to add library paths?

2009-03-25 Thread Syed Faraz Hasan
Hi everyone! I installed NS-2.30, I received followin messages after ./install 1) You must put /home/faraz/Desktop/ns-allinone-2.30/otcl-1.12, /home/faraz/Desktop/ns-allinone-2.30/lib, into your LD_LIBRARY_PATH environment variable If u r using csh, setenv LD_LIBRARY_PATH if u r using

[ns] AIQL load balancing issue In AODV

2009-03-25 Thread dinesh nagare
Hello ns users can anybody help me to implement Aggregate Interface Queue Length (AIQL), in AODV in order to deal with load balancing issues. How can I do this? In which file I have to do modification and how or what?(in which .cc and .h file) Please help me.