Re: [ns] Multiple ad hoc routing protocols in a simulation

2014-03-04 Thread Topgun 007
Hi, Any idea how multiple ad-hoc routing protocls (AODV, DSR etc) can be run within a simulator. I have to communicate/interact them. Thanks in advance On Tue, Mar 4, 2014 at 9:56 AM, knudfl knu...@ofir.dk wrote: @hamta there are Installation Steps in wsnlab.org as a following ..

[ns] Multiple protocols in one simulation

2014-02-05 Thread Topgun 007
Can we run nodes with different routing protocols in ns simulation. For Example: Node-A type is AODV, Node-B type is DSR. If node-B receives packet for Node-A[i] of type AODV then it will forward/route to the destination. Many Thanks

Re: [ns] Network coding implementation

2014-01-21 Thread Topgun 007
http://www.isi.edu/nsnam/ns/tutorial/ (Section: Wireless Simulation in NS2) http://www.isi.edu/nsnam/ns/doc/index.html (detailed manual) On Mon, Jan 20, 2014 at 3:58 PM, Olfa ben Rhayem olfa.benrha...@gmail.comwrote: HEllo evrybody, Please i want to know how can i imlement Network Coding

[ns] Router Bridge for heterogeneous routing protocols

2014-01-19 Thread Topgun 007
Hi, I have to create a node which will act as a router/bridge between two different type of routing protocols e.g AODV - Router DSR I need your help for: - Is there any router script/code available which can be used as reference - Any ideas how to transform the packets/requests of

Re: [ns] Router / Gateway between two different ad hoc routing protocols

2014-01-07 Thread Topgun 007
, Jan 7, 2014 at 7:24 PM, Topgun 007 topgun...@gmail.com wrote: I have to communicate two ad hoc nodes running different routing protocol e.g. one is running AODV and other is DSR. I am thinking to create or update existing gateway/router (if exists) which will act as a bridge between them. I am