[ns] Physical Layer extension

2010-08-17 Thread sajad m
Hi all is it possible to design a new physical model for ns2 like when we  implemente a new routing or mac protocol?   regards

Re: [ns] routing wireless network manually

2010-08-14 Thread sajad m
-default $n1   I should tell you if you search for it in list there are many error, not solved yet.   Regards Sajad m

[ns] Error: no-slot{} default handler

2010-08-12 Thread sajad m
-- *** Can anyone help me? Regards Sajad m

Re: [ns] Ns-users Digest, Vol 80, Issue 6

2010-08-08 Thread sajad m
a text file, but it couldn't be read and shows it is null!! how about this problem? regards sajad m

[ns] Basic requirement for implementing a new protocol

2010-08-07 Thread sajad m
tcl but how about it through c++ code?   A probably answer is getloc, but how to use it?   Regards sajad m

[ns] Running a new routing algorithm

2010-08-06 Thread sajad m
I'm trying to implement a new routing algorithm,saying SM; I've written scripts in 4 files: sm.cc , sm.h, and roting table smtb.cc, smtb.h. Then I added some necessary line to ns.lib and installed ns again successfully. But when I tried to run a simulation with rt(value) SM. it showed some

[ns] Reading distance to implement a new routing algorithm

2010-08-05 Thread sajad m
I want to implement a new routing protocol and need to read the distance between nodes and consider it as my metric? how can I do it?