On 05/26/2011 02:50 PM, Steve Marotta wrote:
> Hi again,
>
> I was looking through the example code in ns-3 to try to find examples
> of multicasting. I found examples for CSMA and WiMax multicasting, but
> nothing about point-to-point networks. Per the recommendation of others
> on this forum, as well as the guidance of the example code, I have my
> p2p network set up such that each link is on its own subnet. Does a
> multicast have to be performed on a per-subnet basis, or is there a
> simple way to multicast on a point-to-point network?
There should be nothing special in converting the existing CSMA examples
to use point-to-point. Our point-to-point model is multicast capable.
Have you tried?
>
> The example code that I looked at defines multicast routes manually. Is
> there any way to simply use built-in shortest-path routing during a
> multicast?
No, there is no other multicast routing.
- Tom