[ns] mobilenode's radio range

2007-03-14 Thread [EMAIL PROTECTED]
Hi, I want to decrease the radio range of mobilenodes to increase hop by hop comunications in the network, please, someone of you can tell me how I can do it? Best regards, -- Passa a Infostrada. ADSL e Telefono senza limiti e senza canone

Re: [ns] mobilenode's radio range

2007-03-14 Thread Nour Brinis
Hello, you can specify the communication range of wireless nodes by setting an appropriate value of the receiving threshold in the network interface: *Phy/WirelessPhy set RXThresh_ * To compute this appropriate value: *threshold -m [other-options] distance* look at the ns manual chap1

[ns] examples of xgraph usage in tcl scripts + different style lines!

2007-03-14 Thread Diana Asnani
Hi folks, Can anyone give examples of using xgraph in tcl scripts and how can i plot different style lines with xgraph? Gracias ! Warm wishes, Diana -- visit my blog at http://clearblogs.com/sawkal

[ns] NAM installation

2007-03-14 Thread super.ismiti
Hi, I didn't understand one thing in my ns installation. I downloaded the ns-allinone-2.29 and installed it. It's OK. In the ns directory exist a directory named nam-1.11 that was installed together the installation of the ns. But when I generate a tr file, and put the command "nam file.tr" is sh

[ns] How to access Classifier from the agent?

2007-03-14 Thread Nipatjakorn Kannasoot
Hi, Right now, I'm writing my own agent in C++ and I want to get the handle of the classifier of each node to get some information from it.The problem is I have no idea how to access the classifier of the node from the agent code. One thing I know is if we use TCL script like this" [$node set Cla

Re: [ns] NAM installation

2007-03-14 Thread Larry Brigman
On 3/14/07, super.ismiti <[EMAIL PROTECTED]> wrote: > > Hi, > > I didn't understand one thing in my ns installation. > I downloaded the ns-allinone-2.29 and installed it. It's OK. > In the ns directory exist a directory named nam-1.11 that was installed > together the installation of the ns. > But

Re: [ns] which code is executed

2007-03-14 Thread Larry Brigman
On 3/13/07, Shailesh Gamit <[EMAIL PROTECTED]> wrote: > > Hello NS-users > > I want to know about the code for AODV routing protocol. > Can anybody tell me which code is executed when the tcl script for eg. > $ns at 5.0 $cbr "start" > > thanks in advance for the reply > Whatever is assigned

[ns] MAC Layer Data Packet Modification

2007-03-14 Thread Dan
Hi all, I am trying to allow for segmentation of a packet at the MAC layer (in mac-802_11.cc). So for a given packet transmission I would like to be able to: 1) Halt transmission mid packet (subject to a time specified --> this location in the packet where this occurs I can determine

[ns] how to use an external c++code

2007-03-14 Thread rama krishna
hi inside the ns folder we have a folder called routealgo..we a c++ coding for dijikstra algo i would like to use that algo for routing... how can tat be done and also can i add some external c++ code into my tcl script...how to do that thank u ram

[ns] Problem with installation. Please help!

2007-03-14 Thread Faisal Aslam
Hi, gcc -c -DNO_TK -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H -DHAVE_CONFIG_H -I. -I/home/aslam/NS/otcl-1.13 -I/home/aslam/NS/tk8.4.14/generic -I/home/aslam/NS/tcl8.4.14/generic

[ns] How to calculate Mean Path Length?

2007-03-14 Thread Mohammad Haseeb Zafar
Hi How we can compute Mean Path Length from source to destination? Cheers Haseeb

[ns] how to solve this error od eurane on ns-2.30

2007-03-14 Thread john unkle
I have that error message on running example of eurane on ns-2.30 and also i have that error(_o3 cmd line 1)invoked from within"_o3 cmd create-Umtsnode"invoked from within"catch "$self cmd $args" ret"invoked from within"if [catch "$self cmd $args" ret] {set cls [$self info class]

[ns] -mv8 and -msupersparc error

2007-03-14 Thread Faisal Aslam
Hi, I am trying to install Ns2 (from pieces) on SunOS. I have already make/install tcl, tk, otcl. It is giving me following error when I install tclcl-1.19. gcc -c -DNO_TK -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_L

Re: [ns] -mv8 and -msupersparc error

2007-03-14 Thread Faisal Aslam
Okay I have removed -mv8 and -msupersparc from Makefile and now it works. Thanks. > > Hi, > > I am trying to install Ns2 (from pieces) on SunOS. > I have already make/install tcl, tk, otcl. It is giving me following error > when I install tclcl-1.19. > > > gcc -c -DNO_TK -DNDEBUG -mv8 -ms

[ns] Help!!! Wireless Scenario does not function!!!

2007-03-14 Thread Bruno Plattek
Hello All, I wrote a simple wired-wless scenario Wired_nodeBase_StationMobile_Node but I keep receiving the message: "warning: Route to base_stn not known: dropping pkt" I searched for this and I could see this means the Base-Station cannot reach the mobile node. I treid many alternat

[ns] Extension of ns-2

2007-03-14 Thread Ana Turk
Hi ns users Please help me I have add new protocole to ns-allinone-2.29 I put the folder of this protocol to ns-2.29 folder, I change some files of ns and i have change makefile.in then i run : the folowing command : ./configure, make clean, make. After the make I have the message : make:

[ns] calculating throughput

2007-03-14 Thread paul yoong
Hi all, I need to calculate the throughput of a link by calculating [number of received bytes/number of sent bytes]. I have got the code to find out how many bytes were received but does anybody know how to find how many bytes were sent. Thanks in advance

Re: [ns] Doubts about MIPv4 simulation(wireless3.tcl)

2007-03-14 Thread Vidya D
Vidya D <[EMAIL PROTECTED]> wrote: Hi, I already posted this question a week ago but didn't get any response. 1.I am trying to understand March Greis tutorial(wireless3.tcl). When the MN moves within the HA area, there is a lot of dropped packets. The only line I modified is the set

[ns] Walfisch-Ikagami radio propagation model in ns

2007-03-14 Thread ibrahim koda
Hi all how i can use Walfisch-Ikagami radio propagation model instead of TwoRayGround radio propagation model in ns ? ibrahim - Sucker-punch spam with award-winning protection. Try the free Yahoo! Mail Beta.

[ns] Urgent Help Needed:Wireless Trace Format

2007-03-14 Thread Vijay Kumar c
Hi ns users, I am facing a problem in analysing the Wireless trace file format.I have given the exanmple below and tried to explain my problem for which i have used *Bold Font* Example: r 40.639943 _1_ AGT --- 1569 tcp 1032 [a2 1 2 800] -- *[0:1 1:0 32 1] *[35 0] 2 0. My problem is explai

[ns] Directional Antenna Support

2007-03-14 Thread Goutham B
Hi All I am working on the implementation of directional antenna support over some MAC protocols. I have come across a lot of references in the mail archive (mostly related to TeNS).. but the links are either void or outdated. I would like to know if anyone has implemented directional antenna mo

Re: [ns] Extension of ns-2

2007-03-14 Thread Larry Brigman
On 3/14/07, Ana Turk <[EMAIL PROTECTED]> wrote: > > Hi ns users > Please help me I have add new protocole to ns-allinone-2.29 I put the > folder of this protocol to ns-2.29 folder, I change some files of ns and i > have change makefile.in then i run : the folowing command : ./configure, > ma

[ns] ns nodes

2007-03-14 Thread W.A. Iqbal
could someone tell me in which directory i can find the code of all the nodes (basestation, mobile-nodes etc). and how do i create a new node, i basically want to create a wireless-node that stores and forwards the data it receives. thanks for your help. rgrds W.A. Iqbal -- View this message in

Re: [ns] Urgent Help Needed:Wireless Trace Format

2007-03-14 Thread maruf
Vijay You have got it wrong. Let me explain. r 40.639943 _1_ AGT --- 1569 tcp 1032 [a2 1 2 800] -- *[0:1 1:0 32 1] *[35 0] 2 0. Here above, r = received 40.639943 = time it was received _1_= receivind node number(means the packet was received at node 1) AGT = means transport layer(I thin