Re: [ns] Transmission Range in ns2.

2008-12-15 Thread Mayank Daga
Hey, for {set i 0} {$i $opt(nn) } {incr i} { Phy/WirelessPhy set RXThresh_ value set node_($i) [$ns_ node] } will this work? if it will then i suppose this change the range statically. Can anything be done to change the range during runtime? Thanks On Mon, Dec 15, 2008 at 1:01 PM, Waleed

[ns] regarding modification to SAODV in ns-2

2008-12-15 Thread Alekha Mishra
  Hii, I have proposed some modification to existing SAODV protocol in manet. I want to simulate the modified one in ns-2 n also want to compare with existing SAODV. I need help regaring simulating a secured protocol like SAODV in ns-2. please help me Alekha Mishra NIT Rourkela, Rourkela,

[ns] scheduler going backwards in time from %f to %f

2008-12-15 Thread Ricardo Schmidt
Hello all, I looked for solutions in the Internet in order to solve this problem. But, unfortunately, the ones I found are so confusing!!! I wrote a code for ns-2 and now I'm trying to make it works. I use the following command to schedule a packet to be sent:

[ns] Finding Neighbors of a Mobile Node.

2008-12-15 Thread Mayank Daga
Hey All, Can anyone please help me find out the number of neighbors of a mobile node. Thanks -- Regards, Mayank Daga MUKTI '09 | www.mukti09.in

Re: [ns] Finding Neighbors of a Mobile Node.

2008-12-15 Thread Mubashir Rehmani
Hi Mayank Daga Neighbour Discovery in NS-2 is easy. You may have these options: 1. Use Hello Packets for neighbor discovery. 2. Use Communication range for neighbour discovery. 3. Use Nodes Positions for neighbor discovery. So, it totally depends upon you, how you discover your neighbours.

[ns] mobility in ad hoc networks

2008-12-15 Thread zied naas
hi is there someone who can show me how i use static wireless node in an ad hoc network. thanks Zied NaasÉtudiant Maîtrise réseaux de télécommunicationTél: 514 803-3048 _ Téléchargez le nouveau Windows Live Messenger !

[ns] ns-2 installation problem

2008-12-15 Thread Bello Lawal
Hello, i try to install ns in windows vista but it gives me the following error messege. Pls. who can help me out. The messege is  ''Checking for gcc... NO! package gcc is not present in your system. Please install it using Cygwin's  setup.exe before trying to install the

Re: [ns] ns-2 installation problem

2008-12-15 Thread Sidney Doria
Hi, you must install a (more) complete Cygwin to solve this. But a better better way to use NS-2 in Windows is install it on a Virtual Machine with Linux. I use virtualbox (virtualbox.org) Ubuntu 8.10 32-bit (ubuntu.com) NS-2 [newer] (http://sourceforge.net/projects/nsnam) After download and

[ns] Communicate with Paramics

2008-12-15 Thread taghizad
Hi, Has anybody integrated NS2 with a time driven simulator (such as paramics)? what's the best place to start this integration? Thanks, Mahmoud

Re: [ns] Communicate with Paramics

2008-12-15 Thread Illidan
Hi, In my opinion, when you try to connect two simulators together, there're 2 options: 1) to make them run in a time-stamped manner, use a coordination protocol, such as high level architecture (HLA) 2) to make them run at a pace proportional to wall clock, when at a ratio of 1:1, it's