Re: [ns] implementation of ad hoc mobility model on NS

2006-05-13 Thread Ilyes Gouta
Hi Khawla, Please send you e-mails to the whole mailing list instead of individuals. OK. Would you please clarify what do you mean by 'I don't understand how to implement into NS2'? Do you mean that you got some compilation issues or you have an algorithm to implement into NS? Could you provid

[ns] Sending message in Ns

2006-05-13 Thread debojit boro
Hi all, Can anyone plzz tell me how to send messages through Tcl code.I 've created an object such as 'set msg [Agent/Message]'in my Tcl code.So to send message the command is probably $msg send [something] .Actually the command takes three parameters first is '$msg', second is 'send' n the

[ns] NS for 802.11/ 802.11i /802.1x

2006-05-13 Thread Baber Aslam
Dear Seniors, My project is regarding 802.11. It involves altering MAC frames (Control, management, data) and studying the behaviour of Wireless network. I want to ask whether I will be able to do it in existing models. or I have to write complete code. Any help will be appriciated.

[ns] Poisson arrival process, 802.11??????? Plz help!!!

2006-05-13 Thread Hai Nguyen
Hi all. I am having some problem with simulation in ns2: Assume that we have a wireless system(802.11) with 40 nodes and half of them sending packets (1-->21, 2-->22...). Traffic is generated according to Poisson arrival process of fixed size packets. In the manual of Ns2, they said “The Exponent

[ns] problem builiding nam-1.11 on fedora core 5

2006-05-13 Thread Mukha Prasad Misra
hi i used the following package to build ns tcl / tk 8.4.13 otcl 1.11 tclcl 1.17 ns from the daily snapshot nam 1.11 i get errors instaliing nam 1.11 iget the same while using nam from daily snapshot parser.h:97: error: extra qualification ‘ParseTable::’ on member ‘nam4wpan’ parser.h:98: erro

Re: [ns] 802.11 DCF in ad hoc network

2006-05-13 Thread ozgur ekici
Hi, Doesn't matter ad-hoc or not NS2 uses DCF with RTS/CTS. You can disable RTS/CTS with assigning a big value to a "RTSThreshold_" variable... ozgur On 5/8/06, boygullit <[EMAIL PROTECTED]> wrote: > > Hi > As we know DCF is used by default when 802.11 is set as the MAC protocol. > Could anyone

[ns] differentiate in routing 802.11

2006-05-13 Thread giuseppe bono
I am doing a simulation on ns-2 and would like to know how one does to differentiate the routing packages with respect to the given packages making them priority with respect to the data? ___ Yahoo! Messenger with Voice: chiama da PC a telefono a

Re: [ns] speed of a wireless node??

2006-05-13 Thread ozgur ekici
Hi Pallav, Actually unless you set the destination and speed for a mobile node they are stationary. In ns2, set destination command takes input the destination point and the duration. Therefore finding speed is a kinda trivial ozgur On 5/12/06, pallav saxena <[EMAIL PROTECTED]> wrote: > > hi

Re: [ns] problem builiding nam-1.11 on fedora core 5

2006-05-13 Thread Ilyes Gouta
Hi, Just edit those files and remove the ParseTable:: and Node:: things from the .h files. This ain't C++. Regards, Mukha Prasad Misra wrote: > hi > > i used the following package to build ns > tcl / tk 8.4.13 > otcl 1.11 > tclcl 1.17 > ns from the daily snapshot > nam 1.11 > > i get errors

Re: [ns] How catch Parameters of 802.11 wireless Network Card?

2006-05-13 Thread ozgur ekici
Hi Hamdi, You can use "Ethereal" software to catch packets in 802.11 networks. It will show the packet length, modulation speed duration etc. However in order to be able to do that, you should be using a linux distribution. (I am not sure if you can do it with windows or not). For your specific qu

Re: [ns] implementation of ad hoc mobility model on NS

2006-05-13 Thread Ilyes Gouta
Salut, D'après ce que j'ai lu, tu veux générer des déplacements pour tes noeuds en te basant sur un programme qui permet de calculer ces données. Tu trouveras dans ~/ns-allinone-2.29/ns-2.29/tcl/ex plein d'exemples qui permettent de le faire. A titre d'exemple: wireless.tcl (le plus simple),

Re: [ns] implementation of ad hoc mobility model on NS

2006-05-13 Thread Ilyes Gouta
Il y a tout un tutorial dans NS qui explique en détails les notions de génération de scénarios de connexions et de déplacements. Tu le trouveras dans ~/ns-allinone-2.2x/ns-2.2x/ns-tutorial. Ilyes Gouta wrote: > Salut, > > D'après ce que j'ai lu, tu veux générer des déplacements pour tes noeuds

[ns] Directed Diffusion - trace and newtrace

2006-05-13 Thread Filippe Jabour
Does anybody know how to identify the type of package (INTEREST, DATA, REINFORCE, etc) in a trace generated by Directed Diffusion simulations? I am analyzing traces (and "newtraces") and such informations are not clear for me. I looked at "cmu-trace.cc" and was not able to identify and print th