[ns] code in tcl

2011-02-03 Thread Amrutha
Thank you for your coding in C++.But i need in tcl.I am not familiar with C++ code. Thanks in Advance. -- View this message in context: http://old.nabble.com/Get-node-positions-in-C%2B%2B-tp20349414p30833753.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] NIST module

2011-02-03 Thread RamiHach
Dear all, I want to know what is the name of the zip file for the NIST module and is it 1 file or 2 files? any body have it as zip file plz? Software Quality Center wrote: I'm trying to simulate QoS using NIST wimax addon. The doc suggests (in section 4.11)  the following two

[ns] Deadline Extension: COLLA 2011 || June 19-24, 2011 - Luxembourg

2011-02-03 Thread Jaime Lloret Mauri
INVITATION: = Note that the submission deadline has been extended to February 28, 2011. Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results. = == COLLA

[ns] Deadline Extension: COLLA 2011 || June 19-24, 2011 - Luxembourg

2011-02-03 Thread Jaime Lloret Mauri
INVITATION: = Note that the submission deadline has been extended to February 28, 2011. Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results. = == COLLA

[ns] multiFAce Node NIST concept?

2011-02-03 Thread pedro chaparro
hi everyone, anybody knows where can i get information about the structure of supernode created by NIST? i need to know how exactly it works!!! thanks -- Pedro Alonso Chaparro Valero RD Engineer Ciudad Politecnica de la Innovación iTEAM - Mobile Communications Group Polytechnic University of

Re: [ns] Mobile Node Movement

2011-02-03 Thread kylesartre
Hi all, thanks to rehmani's directions, i found the solution: the nodes position has to be initiated using the following code: # Define node initial position in nam for {set i 0} {$i $val(nn)} { incr i } { # 30 defines the node size for nam $ns initial node pos $node ($i) 30 } This should

[ns] hwmp implementation on ns2.28

2011-02-03 Thread hend baklouti
Hi every body, does any one know how to implement 802.11s (and hwmp routing protocol )on ns2.28? please,it's so urgent!! thank you

[ns] how to get RSSI value

2011-02-03 Thread Ghofrane
Hello, Do you know please how to get the RSSI value and how to use it in order to find the distance between nodes? Thank you for your help.

Re: [ns] ns 2.28 and 2.1b8a Installation problem on Ubuntu 8.04(Unterminated quoted string...)

2011-02-03 Thread RamiHach
hi sir, witch version of NS are you installing on your ubuntu please? Pietro Luigi Carotenuto wrote: Hi to everybody, I'm a student and I need help to install NS2 on Ubuntu 8.04. I download and I create my ns directory. I type ./install and i have the problem shown at the end of

Re: [ns] install ns2.29.3 in ubuntu 8.04, please help me

2011-02-03 Thread RamiHach
dear all, in order to install nist module on ns2.29, I start by installing ubuntu 8.04. now I finish installing ubuntu 8.04 1) is there any command I can use to be sure of my installation 2) I got the ns-allinone-2.29.2.tar.gz and willing to install it now. if anybody have the steps to follow to

[ns] Script files

2011-02-03 Thread Hosseini Nezhad
Hi I want some script file for calculating: 1-System Bandwidth 2-Instant Bandwidth 3-Lattency and Jitter. Could any one help me? Whete I cant download these files? -- Regards; Hosseini Nazhad.

[ns] node color problem: my node just dont show color!

2011-02-03 Thread kylesartre
Hi, simple problem here. I cant seem to change the color of my node: set node_(0) [$ns node] $node_(0) color red I tried changing the color to red/Red/green/Green/blue/Blue but nothing seems to be working Any suggestions ppl? -- View this message in context:

Re: [ns] node color problem: my node just dont show color!

2011-02-03 Thread Geoff Snowdon
Hi Off the top of my head you declare the colours first and then assign the node the value.  So: $ns color 1 Blue $ns color 2 Red $ns color 3 Turquoise $ns color 4 Purple $ns color 5 Yellow $ns color 6 Green $ns color 7 Orange $ns color 8 DarkOrchid $ns color 9 OliveDrab $ns color 10

[ns] Adding a new Route Entry in AODV routing tables

2011-02-03 Thread Anoop thesis
Dear NS Users Had a quick question. My work mainly focuses on AODV. My work now requires that I add a new entry into the routing tables of AODV. I understand that I will have to make the corresponding changes in AODV.h and other related codes for AODV in ns2. *Can you just provide me with the

Re: [ns] Adding a new Route Entry in AODV routing tables

2011-02-03 Thread Mubashir Rehmani
Hello, This tutorial may be useful to you: http://www-npa.lip6.fr/~rehmani/aodv_v2.pdf Moreover, after making any changes, do not forget to do: make clean make sudo make install As far as your question is concerned, you can include a packet field in the AODV packet header and propagate the

Re: [ns] node color problem: my node just dont show color!

2011-02-03 Thread kylesartre
Hi, thank you _G_ but it still doesnt work. I don't know if this helps but i am running it as mobile nodes. Somehow my nodes cannot be colored the color I want. I cannot change the label color too. But I can change the mark color. Strange. Anymore suggestions? -- View this message in context:

Re: [ns] node color problem: my node just dont show color!

2011-02-03 Thread Mohit Tahiliani
Hello, Please check the following link to know how to set colors for nodes: http://enggedu.com/source_code/ns2/ns2/wireless/Tcl_script_to_create_dynamic_wirless_nodes_set_initial_postion_and_set_color_of_node_with_AODV.php Hope it helps. Regards, Mohit P. Tahiliani