[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

[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.

[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

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

[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

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

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: ns-users@ISI.EDU Subject: RE: [ns] Creating an Identical Ad Hoc Routing Date: Tue, 7 Mar 2006 18:16:14 - First of

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

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

[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

[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