Of course IPv6 multicast in rust embedded is a proper challenge
Of course IPv6 multicast in rust embedded is a proper challenge
@voided I haven’t looked into this for a couple years, but last time I was involved in esprs, embassy did indeed support ipv6, but it was another dependency that didn’t. Smoltcp maybe?
It’s quite disheartening that even for these tiny embedded systems we favour IPv4.
@teotwaki smoltcp should support it now as well. I think I just need to very manually manage setting up the IP layer since there’s only a static config available. Which I think I need to use to set the Mac mapped IPv6 link-local unicast address.
But the lack of any IPv6 focused docs make it harder