-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E (2843) chip[SVR]: Error when trying to join Group 257 of fabric index 1 : 10e (Group communication does not work on WiFi devices) #18984
Comments
|
The above error is being emitted from |
@dhrishi @mkardous-silabs @turon I expect that Looks like
and I am wondering whether If that's what's going on, then that's also the thing that breaks group comms on Mac... |
No work was done on our side for LwIP support of Multicast. There was a compatibility issue between the OpenThread Stack and the LwIP stack fro groups on top of code duplication hence we move aside from using LwIP and that context. |
We are having the same issue. Is group messaging supposed to work on EFR32 and ESP32? On the EFR32 side, the log says that the multicast group has been joined, but no messages are received. |
Spec Issue Review: @rcasallas-silabs Are you able to take a look at this group issue in the Core SDK? @bzbarsky-apple can supply context if needed. @turon possibly as well. |
This is platform specific to LwIP, issue is not present on Native Openthread platform nor on Zephyr platform. @Damian-Nordic can you confirm that it indeed works on Zephyr? De-assigning Ricardo from this issue since its platform specific |
More over if the device is using IPV4 this is expected behavior at that point since multicast doesn't support IPV4 |
@jepenven-silabs Yes, it definitely worked the last time I tried it on Zephyr platform and I believe we have automated tests for this functionality. |
Looked a bit at 20136 - I believe our current code only uses mld6_joingroup_netif and never mld6_joingroup What I am unclear about is socket implementation ... there interface index 0 means |
If group comms is also broken on mac, we may need group communication to use a separate endpoint for every interface (minmdns does this currently, but it also needed this to be able to send and receive unicast packets I believe). |
Cert Blocker Review: Closing this, given we believe this is resolved. |
when I use "./chip-tool groups add group 257 "grp" 1 0" to add esp32 to one group. it is fail when join the group. the error log is "E (2843) chip[SVR]: Error when trying to join Group 257 of fabric index 1 : 10e".
I use the lighting-app example.
multicastAddress.log
The text was updated successfully, but these errors were encountered: