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
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?
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.
Did u try executing nam before ending ur ns scripts?
Lekkie.
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
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
>
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(
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
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
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://
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
33 matches
Mail list logo