Is MQX supports IGMP for Multicasting?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Is MQX supports IGMP for Multicasting?

跳至解决方案
2,948 次查看
AloysiusJegan
Contributor III

Is MQX version 3.1 or 3.2 supports IGMP protocol for multicasting?

If yes, can anyone tell me how to configure it?

 

Thanks.

 

-Jegan

0 项奖励
回复
1 解答
1,454 次查看
AloysiusJegan
Contributor III

RTCS stack supports IGMP (It took nearly 1 week for me to identify the support)....

 

 

95% of my questions was answered by myself only. What you feel?

 

 

 

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,454 次查看
flashtoo
Contributor I

I had to rebuild the library to get IGMP work. Contrary to what the documentation implies it is not enabled by default. If not part of the library, you will get an error that it can't find "SOL_IGMP_CALL" when trying to use "SOL_IGMP" to set socket options (assuming you are using BSD model). Open project for your development board (rtsc_m52259evb) find user_config.h and add "#define RTCSCFG_ENABLE_IGMP      1" in the "board-specific RTCS settings" section.

 

I can then send and receive multicast messages. Having said that, I don't seem to be seeing any membership reports being sent out. More to come as I'm still evaluating this...

 

PS, this logically belongs in the RTCS section of this Forum

 

Bill

0 项奖励
回复
1,454 次查看
AloysiusJegan
Contributor III

I am using MQX 3.3 version. I am able to send and reecive membership report using the RTCS stack available there.

 

 

-AJ

 

http://www.aloysiusjegan.in

0 项奖励
回复
1,455 次查看
AloysiusJegan
Contributor III

RTCS stack supports IGMP (It took nearly 1 week for me to identify the support)....

 

 

95% of my questions was answered by myself only. What you feel?

 

 

 

0 项奖励
回复