Re: [ns] help regarding for awk file

2006-04-26 Thread Mohammad Abdul Awal
try http://www-sop.inria.fr/maestro/personnel/Eitan.Altman/ns.htm site step by step. follow the lecture notes. - Original Message - From: "rahul barche" <[EMAIL PROTECTED]> To: "ns_users_request" <[EMAIL PROTECTED]>; "ns_users" Sent: Wednesday, April 26, 2006 1:25 PM Subject: [ns] hel

Re: [ns] Address confusion !!??

2006-04-26 Thread Mohammad Abdul Awal
ns_addr_t is a structure like below. struct ns_addr_t{ int32_t nsaddr_t; int32_t nsmask_t; ... }; nsaddr_t is a 32 bit integer like below. typedef int32_t nsaddr_t; for details, please have a look in ~/ns-2.2x/config.h Regards, Abdul Awal. - Original Message - From: "Chams D"

[ns] is it possible to use hierarchical addressing with satellite network?

2006-04-25 Thread Mohammad Abdul Awal
Is it possible to assign IP address to the nodes in satellite networks? Can we use hierarchical addressing? Thanks for the answer, Abdul Awal.

[ns] channel error in creating satellite and wireless node together

2006-04-24 Thread Mohammad Abdul Awal
Hi, I am trying to use satellite node and wireless node together in a tcl script. I enclosed my script here below. Whenever I try to run my script, it shows the error as below. [EMAIL PROTECTED] scripts]# ns test-mobile-satellite.tcl num_nodes is set 12 warning: Please use -channel as shown in

Re: [ns] is there others OLSR implementions

2006-04-20 Thread Mohammad Abdul Awal
Hi, There are some many OLSR implementation for NS2. You may have look http://hipercom.inria.fr/olsr/index.html for all the implementation. INRIA has a old implementation of OLSR for ns-allinone-2.1b7a too. You can find that in the website. But there not much documentation is available about h

[ns] adding route manually to a OLSR node

2006-04-11 Thread Mohammad Abdul Awal
Dear OLSR Experts, Is it possible to add a route manually in a OLSR node? Would you please provide some hints? I will really appreciate the help. Best regards, Abdul Awal.

[ns] OLSR nodes with hierarchical addressing

2006-04-05 Thread Mohammad Abdul Awal
Hi OLSR experts, I am trying to use Hierarchical routing for OLSR in NS2. At first, I installed the OOLSR from developed in INRIA. Some part of my script is as follows: set val(nn) 10 ;# nb mobiles $ns node-config -addressType hierarchical AddrParams set domain_num_ 2 lappend cluster_num

Re: [ns] wireless node connection with a physical link

2006-03-16 Thread Mohammad Abdul Awal
Dear Ashraf, Thanks for your help. Now my script is working. According to your suggestion, I compared the both code then run. I was seeing 4 nodes instead of 2 nodes in NAM, because I was defining nodes as mobile adhoc and I was enabling the wired routing too (-wiredRouting ON). And thats why

Re: [ns] wireless node connection with a physical link

2006-03-15 Thread Mohammad Abdul Awal
check those scripts in marc's tutorial,, > hope this will help, > > Note: I marked the line which you need to change in your > script,,,,,just have a look at them, > -- > Best regards, > Ashraf Bourawy > > On 3/14/06, Mohammad Abdul Awal

[ns] wireless node connection with a physical link

2006-03-14 Thread Mohammad Abdul Awal
Hi, I have started to work in mobile adhoc networks. I have installed the ns-allinone-2.27-oolsr-0.99.15. I wrote one tcl script which tries to connects 2 wireless node using a duplex link. And I attach a ftp application with one now. I ran the routing protocol DSDV or OLSR. Then I run the

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