How to receive multicast?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
I would like to try create a simple WICED-based multicast receiving application.

Does anyone have any suggestions as to how this would be done.

How do I get started with the receiving of multicast packages using the WICED SDK?
0 Likes
1 Solution
Anonymous
Not applicable
Multicast is enabled by registering a multicast address using the API:

wiced_result_t wiced_wifi_register_multicast_address( wiced_mac_t* mac )

View solution in original post

0 Likes
2 Replies
Anonymous
Not applicable
Multicast is enabled by registering a multicast address using the API:

wiced_result_t wiced_wifi_register_multicast_address( wiced_mac_t* mac )
0 Likes

Hi Jasonrc,

Could you please tell me where this is documented and which version it is supported in. I did a search of the 3.1.1 sources and can not find a mention to it

Thanks

Greg

0 Likes