Hi Alex,

I tried the mcastsend and mcastrecv on my two raspberry Pi's running 9front.

I'm seeing similar routes as in my own experiment without the interface number, tagged as 4m for IPv4 multicast. I can ping each device from the other using their unicast addresses.

Unfortunately, it doesn't seem to be working. Both ends are sitting idle.

Do you remember if you needed to add/remove routes to make it work? Also, did you use 9front or the bell labs distribution?

Thanks,
Chris


From: Chris McGee <sirnewton_01@yahoo.ca>;
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>;
Subject: Re: [9fans] IP Multicast - Results
Sent: Thu, Sep 15, 2016 11:19:02 PM

Thank you Alex,

I will give these a try tonight. I'm happy to hear that multicast can work and it's likely just some silly mistake on my end.

Chris

> On Sep 15, 2016, at 12:23 AM, Alex Musolino <musolinoa@gmail.com> wrote:
>
> I was playing around with multicast on 9front the other week and
> managed to get something working (for some definition of working). I
> have attached 2 test programs for sending and receiving multicast
> datagrams. Unfortunately, it seems you can't send/receive messages
> from the same host. I'm not sure what's missing to get that part
> working.
>
> Also, note that the dial in mcastrecv.c is just a hack to get the
> local address via getnetconninfo, which doesn't seem to work given the
> announce directory.
>
> Hopefully these are of some use. Would be interested to hear how to
> fix the mentioned (and unmentioned) shortcomings.
>
> --
> Cheers,
> Alex Musolino

>
> <mcastrecv.c>

> <mcastsend.c>