[ns] Need Content Based Routing Protocol

2008-01-11 Thread Jai Karthik
hi I am doing a project which needs content based routing protocol Where can i get it... pls help me Thanks in advance Jaikarthik Natarajan Be a better friend, newshound, and know-it-all with

[ns] Implementing a multi interface multi channel Routing Protocol in NS2

2008-01-11 Thread jose nuñez
Hello, I would like implement a routing protocol for a multi-interface and multi-chanel Wireless Mesh Network. Being a newbie in ns2 I don't know which would be the best strategy for beginning. So, my question is if anyone has ported (or is porting) an existing routing protocol to any of the

[ns] Manual routing - add-route

2008-01-11 Thread pdommay
Continuing with the problem i mention on previous post, and to simplify the question, i'm trying to use command add-route to configure my tables. I have nodes in a simple square like this... n0 -- n1 -- n2 -- n3 |__| and i want to send information

Re: [ns] address routing

2008-01-11 Thread Pedro Estrela
In what I've seen in wireless 802.11, mac address = IP address, but of the way the code it works, the arp module must get the mac address from a given ip address (just like in real networks). I suggest you to check how this is done, in a stable simple 802.11scnenario, and recreate what you learn