wireless multicast tree construction

26 views
Skip to first unread message

Rasoul Behravesh

unread,
Jun 29, 2015, 5:17:31 AM6/29/15
to omn...@googlegroups.com
 
hello everyone, 
i use Inetmanet framework
i have several mesh node 
this is description of my network:
8 wireless router 
each router has 3 wireless NIC Ieee80211.b/g
each wireless NIC of a node works on different channel 
My Question:
i want to construct a multicast tree among this nodes I think for multicast tree construction in wireless mesh networks  I have to manipulate the routing table of each node. Am I right? If so, can I change routing table dynamically? Using which statements i can access and manipulate the routing table of individual nodes in a central node(centralized) ??.  How can a node send an incoming packet to just its next hops ??

thanks in advance 

regard,

Ester Lopez

unread,
Jun 29, 2015, 7:22:10 AM6/29/15
to omn...@googlegroups.com
To manipulate the routing table dynamically use addRoute/deleteRoute from the IRoutingTable class:


You can check the inet manetrouting protocols to see how to do it.

And to change them from a central node, you can use direct calls as explained in:

To send a packet to just its next hop, you can use a TTL=1.

Cheers,
Ester

--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/omnetpp.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages