[ns] Traffic over wired-cum-wireless in infrastructure mode

2009-06-03 Thread Thavouth Khoun
Hello ns-users, I'm simulating wlan roaming process (probe, authentication, association...) between two APs for my master thesis. I want to setup traffic over wired-cum-wireless in infrastructure mode. It could be done in mobile IP mode, but I don't know how to do it when I use roaming process.

Re: [ns] GPRS simulation in NS-2

2009-06-03 Thread Mats Folke
Hi! There is a small but not insignificant difference between GPRS and GPSR. These guys seem to have done simulations with GPRS: http://ieeexplore.ieee.org/Xplore/login.jsp?url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel5%2F9581%2F30299%2F01391808.pdf%3Farnumber%3D1391808authDecision=-203 If you

Re: [ns] GPRS simulation in NS-2

2009-06-03 Thread Nicholas Loulloudes
Actually GPSR is a geographic routing protocol designed for mobile and more recently vehicular networks. On the other hand GPRS (General Packet Radio Service) is a packet oriented mobile data service for GSM communications. So there is quite a difference among the two. Mats Folke wrote:

[ns] Ping packets -no acks- SOS help!

2009-06-03 Thread Spyros Marinis
Hello everyone!! I want to use tcp and sctp protocols without receiving acknowledgements. I have tried ping packets, like: set sender1 [new Agent/Ping] $ns_ attach-agent $Server $sender1 for {set i 1} {$i52000} {incr i} {   $ns_ at [expr ($i*0.01)] $sender1 send; } but I don't get exactly what

[ns] re garding NS-2/mannasim

2009-06-03 Thread Ankur Vaish
Hi all!! I need to simulate my wireless sensor network's Access control Application.for that i m using ns2/mannasim,..so need some good tutorials talking about ns2/mannasim for wireless sensor network as a whole.I have already seen Manual of NS2 on NS site ..plzzz post the

[ns] aodv problem

2009-06-03 Thread Ashwin Perti
Sir Problem while running aodv.tcl from ash...@ashwin-laptop:~/ns-allinone-2.33/ns-2.33/aodv$ ls aodv.cc aodv_logs.oaodv_rqueue.cc aodv_rtable.cc aodv.tcl aodv.haodv.o aodv_rqueue.h aodv_rtable.h aodv.tcl~ aodv_logs.cc aodv_packet.h aodv_rqueue.o

[ns] sending a packet to all neighbors of a node

2009-06-03 Thread hadavi
Hello everybody: I am a new ns user. I want to write a method which can send a packet to all neighbors of a node. I think, first I should have a list of node's neighbor and then find targets of these nodes and send the packet to these targets. I will be thanks if anyone know the answer and help

[ns] timer on ns2

2009-06-03 Thread El hadi Cherkaoui
hi all, i want to write a method and call it every 0.05s, this method should do a task during a laps of time and wait i know that it is possible to do it with thread in an ordinary program but in NS it's not possible to use thread, so any bady have solutions ?  

[ns] How to comtrol FEC coding rate based on network throughput. [Urgent]

2009-06-03 Thread WuRong.Pan
Hi, everyone. Now I am do a study in the area of FEC rate control mechanism, I just think out rate control based on the throughput capacity. Sender checks the throughput capacity and estimates the available bandwidth how much it can use. then sender calculate the FEC coding rate based on the

[ns] burst and idle for exponential

2009-06-03 Thread nabila
Hi, does anyonr used the exponential trafic, I tried it but the burst and idle times of the trafic generated does not have any relation with my parameters: for burst=3S it generates a trafic of 27s burst??? any idea is appreciated Nabila -- View this message in context:

Re: [ns] GPRS simulation in NS-2

2009-06-03 Thread Swaroop Shere
Oops.. my bad.. sorry didnt read it right... regards,Swaroop --- On Wed, 3/6/09, Nicholas Loulloudes loulloude...@cs.ucy.ac.cy wrote: From: Nicholas Loulloudes loulloude...@cs.ucy.ac.cy Subject: Re: [ns] GPRS simulation in NS-2 To: Mats Folke mats.fo...@ericsson.com Cc: Swaroop Shere

[ns] clarification for exection of ariadne and sead on ns-allinone-2.32

2009-06-03 Thread mohamed saad
Dear All, I am trying to execute two security routing protocols on (redhat, ns-allinone-2.32) implemented by monarch project group, so i am some misconceptions about that. I dowloaded( i.e. Ariadne-SEAD.tgz for 2.1b3 with above extensions from monarch project site) and checked  the execution

[ns] installation mobihoc package

2009-06-03 Thread mohamed saad
Dear All, I am trying to execute two security routing protocols on (Fedora Core 2, ns-allinone-2.32) implemented by monarch project group, so i am some misconceptions about that. I dowloaded( i.e. Ariadne-SEAD.tgz for 2.1b3 with above extensions from monarch project site) and checked  the

[ns] Estimating the packet service time

2009-06-03 Thread Atif Sharif
Hi all, Any body please help me in getting an idea of how to estimate the packet service time at node. If you know some effective algorithm do pass me the information. Thanks