[ns] umts-mac layer problem

2006-03-08 Thread xing kong
hi all, i tend to do the simulation of umts-mac layer performance, such as the ways and how the packet is sending and receiving through mac layer. Anyone has any idea o source codes as my reference. Thanks. - Relax. Yahoo! Mail virus scanning h

[ns] want to find the doc to explain the attributes' meaning

2006-03-08 Thread heyuyou
hello,ns-users if i want to know the attribute class_ of Agent's meaning,what do i need to do? if there exists some docs to explain the meaning of attributes in the Agent or TclObjects?

[ns] diff b/w ns in linux & windows

2006-03-08 Thread Kavi priya K
Hai all, I would like to know the difference between ns in linux and windows. Thanks. - Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the time.

Re: [ns] wireless nam problem

2006-03-08 Thread lekkie omotayo
Did u try executing nam before ending ur ns scripts? Lekkie.

[ns] olsr with satellite networks?

2006-03-08 Thread Mohammad Abdul Awal
Dear All, Normally, the satellite network has there own routing protocol. As an example a tcl script: # # We use centralized routing set satrouteobject_ [new SatRouteObject] $satrouteobject_ compute_routes ## How can I test olsr for satelli

Re: [ns] diff b/w ns in linux & windows

2006-03-08 Thread Adrian Sai-wah Tam
So far as I know, there is just one difference: the speed. Kavi priya K wrote: >Hai all, > I would like to know the difference between ns in linux and windows. > > Thanks. > > >- > Jiyo cricket on Yahoo! India cricket >

[ns] help (umts-simulation)

2006-03-08 Thread xing kong
hi all, i tend to do the simulation of umts-mac layer performance, such as the ways and how the packet is sending and receiving depends on channels bit rates. Anyone has any idea o source codes as my reference. Thanks. Any method to modify from the code below: # Define options set opt(

Re: [ns] Mobile IP blues

2006-03-08 Thread Pedro Vale Estrela
a) The BS boundaries are specified by the relation between the transmittion power of the BS and the reception power level of the MH. b) the MH will make an handover to each new BS it listens to, according to an algorithm in this file mip-reg.cc: void MIPMHAgent::recv(Packet* p, Handler *), swi

Re: [ns] please urgent help :how to print routing table ?????

2006-03-08 Thread Pedro Vale Estrela
My suggestion was to check if that info was available from TCL code. If it is only available from C++, you should use the DDD debugger to debug your code and find the exact variables/structures that you want to dump. In a lot of cases the code already has dump() functions for interesting variabl

Re: [ns] Creating an Identical Ad Hoc Routing / cloning a standrd NS2 module for experiments

2006-03-08 Thread Pedro Vale Estrela
Hi! Great to hear that from you! Now I would ask you to document what you have learned, in order to help other users that also want to clone standard NS2 modules for experiments. Either send me a no-frills, straight-to-the-point HOW-TO, and I'll post in my page with proper credit to you http://

[ns] ping protocol

2006-03-08 Thread juan manuel gomez garcia
hello, I make the ping protocol of Marc Greis' tutorial but when I change the 'makefile' , I obtain the error when I do 'make': n -o ping/ping.o ping/ping.cc ping/ping.cc: In member function `virtual void pingAgent::recv(Packet*, Handler*)': ping/ping.cc:64: error: `off_ip_' undeclared (first

Re: [ns] Network interface card characteristics and NS wirelessPhy

2006-03-08 Thread ozgur ekici
Hi, Receiver sensitivity means the minimum power level at the receiver so that the packet can be decoded properly. As you see the values you put for Cisco increases as your data rate increases, which means when you use 64-QAM which supplies 54 Mbps, you have to supply received power level about 20

[ns] how to set up the route statically or manually in wireless ad-hoc networks?

2006-03-08 Thread kaibai
Dear all, I am simulating a stationary wireless sensor network scenario. I found out if I use Shadowing propagation model, the ad-hoc routing overhead is quite huge. In my scenario there is one sink node (destination) at one side of the network and a group of cbr/udp source node at the other s

Re: [ns] Creating an Identical Ad Hoc Routing

2006-03-08 Thread net sim
yeah , i finally get MYTORA to run with TORA a big thanks to pedro From: "Pedro Vale Estrela" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: "'net sim'" <[EMAIL PROTECTED]> CC: Subject: RE: [ns] Creating an Identical Ad Hoc Routing Date: Tue, 7 Mar 2006 18:16:14 - First of all, yo

Re: [ns] Question about WLANs

2006-03-08 Thread ozgur ekici
Hi, It is up to if you are using ad-hoc or infrastructural BSS. If there is an AP in the environment (infrastructure BSS), the data must be relayed over AP according to IEEE 802.11 standard. On 3/6/06, Haibo XIE <[EMAIL PROTECTED]> wrote: > > Hello every: > > There's my question about WLANs' oper

Re: [ns] please help: problem with routing table ????

2006-03-08 Thread Kanthi
One way to print routing table in aodv in ns-2.28 would be the following.. (Assuming you have basic familiarity with C++ and any general routing table structure) 1. Declare a function - rt_display(int node_id) as a member of class aodv_rtable (in file aodv_rtable.h) node_id is an argument which y

Re: [ns] ping protocol

2006-03-08 Thread Pedro Vale Estrela
http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_beginners.html#_Toc128325749 UPDATE: You should refer to this post on the ns2 mailing list to know the additional steps required on the ping agent on the newest versions of NS2. http://mailman.isi.edu/pipermail/ns-users/2006-January/053697.html

[ns] ping protocol

2006-03-08 Thread juan manuel gomez garcia
hello, I make the ping protocol of Marc Greis' tutorial but when I change the 'ns-default.tcl' , I obtain the next error when I run any tcl scrip /ns-allinone-2.29/ns-2.29/tcl/ex/$ ns wireless.tcl ns: [code omitted because of length] : invalid command name "Agent/Ping" while executing "Agent

[ns] Help I want to change the Id or addr of a node

2006-03-08 Thread Piedad Negro Diez
Hello, I am making a routing portocol, and I use other addressing. Please, how can I change the id of a node? Please I need a idea.

[ns] access point

2006-03-08 Thread ravi kumar
 Dear NS users, i am working a project ,enhancement of QOS of WLAN for voice &multimedia communication. can anybody help me regarding this project such as how to create access point,how can i communicate node through access point. Thanks

[ns] Mobile IP

2006-03-08 Thread altaf hussain
Hello Sir, How r u. I am also confused with the mobile IP handover algorithm contained in mip-reg.cc. According to this algorithm, The MH must immediately swithch to the new base station when it recieves the agent advertisement from that base station. But when I ran the simulation for the

[ns] DMAC (directional-MAC) protocols for directional antennas in ns-2

2006-03-08 Thread Michele Grandi
Hi, I am an italian student of Telecomunication Engineering. May I know where can I find the DMAC (directional-MAC) protocol' scripts for ns-2? And where I can find a directional antennas ns-2 scripts implementation? Are on-line available? Thanks Michele Grandi

[ns] Using ns or nam

2006-03-08 Thread Salman Latif
Hi I am a new user for NS-2. I have installed Cygwin/Windows as I am using Windows XP and then unpacked,install and validate the NS-2 as per directions on the windows page. Here is the link http://nsnam.isi.edu/nsnam/index.php/Running_Ns_and_Nam_Under_Windows_9x/2000/XP_Using_Cygwin

[ns] get neighbor list in c++

2006-03-08 Thread Jiangyi Hu
Hi, There is a neighbor_list_ defined in node.h and addNeighbor is called in node.cc. Anyone know how to get the neighbor list of a node in C++? I am using the DSR routing protocol and want the information in dsragent.cc. Thanks! Jenny

Re: [ns] RED queue grows beyond limit on ns-2.28-9 - solved

2006-03-08 Thread Soo-Hyun Choi
On 3/8/06, ben <[EMAIL PROTECTED]> wrote: > > Hi, > > I think I solved the problem. Actually it is not a > problem. > > I think in ns2.28 the paramater "Queue/RED set > queue-in-bytes_ true" is set to true by default. In > ns2.27, the parameter is set to false by default. > > I want the queue size

[ns] Can we use Static or Manual routing protocol in wireless network simmulation?

2006-03-08 Thread kaibai
Dear all, I am simulating a stationary wireless sensor network scenario. I found out if I use Shadowing propagation model, the ad-hoc routing overhead is quite huge. I wonder if we can use Static or Manual method to set up route for mobilenode. I tried: "$ns rtproto Static". But tcl errors are

[ns] variable binding ??

2006-03-08 Thread heyuyou
hello,everyone, i have some ambiguity about how to use variable binding,however i read the manual ,i am also not very clear. if i define a variable "aaa" in the compiled class,then use the method "bind("bbb",&aaa),then if i can access the "bbb" in the interpreter class,on the other

[ns] help help :problem in printing routing table

2006-03-08 Thread hamdi benmessaoud
Hi all , I want to print the routing table so I have wroten the function in aodv_rtable.cc ,add the declaration of this function in aodv_rtable.h ,call it in aodv.cc and finally recompile ns but I don't get any routing table printed after executing my program I'm sure

[ns] TORA segmentation fault

2006-03-08 Thread Qasim Javed
Hi, I am using ns-2.29. I am trying to simulate a scenario by using TORA. I was running into a problem with port-dmux, I figured that out by searching through the mailing list archives, just changed the files accordingly and recompiled ns. I am not getting that problem anymore. When I run the sc

Re: [ns] problem in installing ns-allinone-2.27

2006-03-08 Thread Nagender Annem
Hi Ben, I installed Ns2 from the link you provided. But I faced a problem when I tried to run example2 in startxwin.bat by issuing *ns example2.tcl* It says ns command is not found. Can you Suggest me. Thanks, Nagender Reddy Annem.

[ns] regarding bonnmotion software

2006-03-08 Thread Geetha
Hello NS-Users, I want to know what should be the seed values given while creating scenario files for different mobility models while using the bonnmotion software. thanking you with regards geetha

[ns] Infrastucture mode support for WLAN

2006-03-08 Thread Vijay Ukani
I want to design a WLAN scenario having 2 access points connected thru Distribution system (ethernet). they are placed in such a way that their radio range do not overlap. and a mobile node which is currently associated with AP1 is moving towards AP2. when it moves away from AP1 it starts dropping

[ns] SACK-TS not working/ Floating point exception

2006-03-08 Thread sansa
Hi am new to ns2 and am trying to simulate TCP starting with other people's studies: When i run Evandro's scripts (http://dsd.lbl.gov/~evandro/hstcp/simul/simul.html) or Weigle's scripts (http://www.cs.clemson.edu/~mweigle/research/hstcp/) the simulations don't complete and they return the error