Re: [ns] how to choose domains for my scenario.

2012-08-28 Thread sujana1
domain. I hope it will be of some help to you :) Regards, Kiran sujana1 wrote: Hi, kindly tell me how to choose domains for my scenario as i'm getting no-slot error. I first started with simulating the attached topology.i have read Marc Griess tutorial have written

Re: [ns] TCL Script - No Slot Error

2012-08-27 Thread sujana1
Hello, How did u solve this problem.I have similar error for clssifier/addr Aniruddha Niranjan wrote: Hi. I am implementing a new protocol over the NSIS module on ns-2. The source code has compiled successfully. Now, I am running a sample script. The output starts off properly

Re: [ns] node0 is not defined,node1 is not defined...

2012-08-25 Thread sujana1
I figured it out. Initial position in nam was not set properly. sujana1 wrote: Hi, I have been stuck with this error also for a long time, When the run wireless simulations,i can output in trace files,but when i click play button in nam file,i get the followinh error in terminal

[ns] how to choose domains for my scenario.

2012-08-25 Thread sujana1
Hi, kindly tell me how to choose domains for my scenario as i'm getting no-slot error. I first started with simulating the attached topology.i have read Marc Griess tutorial have written the tcl file.I require data to be transmitted in multi hop way.so,i started to 1 hop.i.e,Wireless

[ns] node0 is not defined,node1 is not defined...

2012-08-24 Thread sujana1
Hi, I have been stuck with this error also for a long time, When the run wireless simulations,i can output in trace files,but when i click play button in nam file,i get the followinh error in terminal screen,( i attached my tcl script too)

[ns] how to choose domains,clusters for my scenario.

2012-08-23 Thread sujana1
http://old.nabble.com/file/p34339382/TOPO.png TOPO.png I first started with simulating the attached topology.i have read Marc Griess tutorial have written the tcl file.I require data to be transmitted in multi hop way.so,i started to 1 hop.i.e,Wireless Link to Neighboring BS. But my

[ns] Wireless Link to Neighboring AP

2012-08-14 Thread sujana1
I have run the following code,but i'm getting the following error.i have been stuck with this error since 10 days.please help me out. --- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) --- _o20: no target for slot 1 _o20 type: Classifier/Addr content dump:

Re: [ns] wired cum wireless multi hop network in ns2

2012-08-10 Thread sujana1
Actually mine is not a pure adhoc network to use that article. once BS(0) gives packet to m0, then it should adhocly give packet to m1 but in ns2,as soon as i define a Base station, wireless node must associate to a BS. routing happens only through base station,not among nodes Mojtaba

Re: [ns] wired with multi hop wireless network in ns2

2012-08-10 Thread sujana1
my required topology is different n0==b0--m0--m1--m2--m3--m4--b1==n1 In marc griess tutorial,all wireless nodea are under Base station. but for me i need adhoc routing between m0 to m5 after it receives packet from BS. As soon as i define a base station,a node must be assigned atleast to one

Re: [ns] wired cum wireless multi hop network in ns2

2012-08-09 Thread sujana1
i have already searched in google. the hierarchical model says,the wireless model must be associated with a gateway.It cant act as adhoc node by its own. mhuy_1708 wrote: yes. of course. ns-2 can work that.y can search on google -- View this message in context:

[ns] Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl)

2012-08-09 Thread sujana1
http://old.nabble.com/file/p34275794/mytopo1.png My tcl script gets compiled,but the trace and nam files are empty.i get the following message.. --- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) --- _o20: no target for slot 3 _o20 type: Classifier/Addr content dump:

[ns] Address 761623648 outside range of address field length 2048

2012-08-08 Thread sujana1
http://old.nabble.com/file/p34269615/mytopo1.png http://old.nabble.com/file/p34269615/mine7.tcl mine7.tcl # # w(0)==BS(0)--N0--N1--BS(1)==W(1) # # simulation of a wired-cum-wireless scenario # == # Define options #

[ns] wired cum wireless multi hop network in ns2

2012-08-07 Thread sujana1
http://old.nabble.com/file/p34264532/MYTOPO.png n0==b0--m0--m1--m2--m3--m4--b1==n1 here == means wired connection -- means wireles connection There is TCP source at n0 TCP sink at n1. m0 to m4 is adhoc multi hop network. is it possible to simulate above model in ns2?? -- View