openthread / wpantund

Wireless Network Interface Daemon for Low-Power Wireless SoCs
Apache License 2.0
174 stars 111 forks source link

Add multicast routing support #207

Open henris42 opened 7 years ago

henris42 commented 7 years ago

It would be nice to have multicast routing support in wpantund, wpanctl and NCP. I assume this would require support in both spinel and dbus APIs.

abtink commented 7 years ago

We are working on some related feature for multicast address. The NCP/spinel support for multicast were added in OpenThread https://github.com/openthread/openthread/pull/2001 Currently working on some changes to harmonize how wpantund maintains IPv6 addresses from user or NCP (which will include both unicast, or multicast)...