hwmp

37 views
Skip to first unread message

Kader

unread,
Mar 28, 2014, 11:41:04 AM3/28/14
to ns-3-...@googlegroups.com
how to make the HWMP able to support multicast communications

Konstantinos

unread,
Mar 28, 2014, 7:26:42 PM3/28/14
to ns-3-...@googlegroups.com
Hi,

This is not something of-the-self. You would have to create the appropriate callback for multicast forwarding on Layer-2 (that does not exist) and other methods to identify a multicast route.

Currently you can find the ns3::MeshL2RoutingProtocol::RouteReplyCallback  which is called when a packet is to be forwarded. But this is for unicast.
If you want to do multicast, you should create a similar callback and wire it properly.
This callback is fired in ForwardUnicast() method of HWMP. In a similar way, you could do for multicast. I would recommend looking at IP routing and RouteInput method which is similar to this one.
Message has been deleted

Kader

unread,
Apr 8, 2014, 6:13:27 PM4/8/14
to ns-3-...@googlegroups.com
There is a method that i want To implement Which is The layer 2 Multicast simple but i find Some Difficulties ! 

Thanks If you could help !!

Layer2-Multicast-Simple.pdf
Reply all
Reply to author
Forward
0 new messages